Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 4566
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 531 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: 4566
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 531 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