For each customer, I need to store multiple IBANs, so I’ve set up the IBAN field as an array. Now, I want to implement a duplicate check that warns me if I enter an IBAN that already exists for another customer.
However, I’m struggling to achieve this using EspoCRM scripting. Since the IBAN field is structured as an array, I’m unsure how to check for duplicates across all customers.
Has anyone here dealt with similar problem or has an idea of how I could implement this? Is there a way to validate an array and compare it against the other iban arrays?
Any suggestions or insights would be greatly appreciated!
Thanks in advance!
However, I’m struggling to achieve this using EspoCRM scripting. Since the IBAN field is structured as an array, I’m unsure how to check for duplicates across all customers.
Has anyone here dealt with similar problem or has an idea of how I could implement this? Is there a way to validate an array and compare it against the other iban arrays?
Any suggestions or insights would be greatly appreciated!
Thanks in advance!
Comment