Is there a way to detect duplicate values in a custom field and in a standard field without scripting? Maybe WF?
Detecting the duplicate at the time of entry and not after it was saved.
n
Netsuite Tragic
05/05/2021, 3:54 AM
A WF will do this. I have a similar one that looks for duplicated use of customer order numbers. In my case I am using After Field Edit.
l
Luis
05/05/2021, 6:28 AM
Great! What's the condition? Is it based on a saved search?
n
Netsuite Tragic
05/05/2021, 7:30 AM
TRIGGER ON
After Field Edit
TRIGGERING CLIENT FIELDS
PO/Check #
CONDITION
Customer : {my_custom_field} contains PO/Check #
l
Luis
05/05/2021, 2:13 PM
Wow. Thank you!
Luis
05/05/2021, 2:14 PM
Do you have a custom field on the customer record? Is that a concatenation of the PO Numbers?
n
Netsuite Tragic
05/05/2021, 9:59 PM
Yes correct. From memory we only consider a certain period of previous transactions. This sped up the check.