Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Duplicate check - multiple fields Topic is solved

Questions related to customising nuBuilder Forte with JavaScript or PHP.
chrisfch
Posts: 9
Joined: Thu Feb 10, 2022 9:46 pm

Re: Duplicate check - multiple fields

Unread post by chrisfch »

MANY THANKS - now it is working!!!
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Duplicate check - multiple fields

Unread post by kev1n »

You may also want to check if the IBANs entered on the current record are all different.
chrisfch
Posts: 9
Joined: Thu Feb 10, 2022 9:46 pm

Re: Duplicate check - multiple fields

Unread post by chrisfch »

how could it be checked on the same record?
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Duplicate check - multiple fields

Unread post by kev1n »

To compare IBAN 1 with IBAN 2: "#iban1#" == "#iban2#" etc..

https://www.w3schools.com/php/php_operators.asp
Post Reply