M
Manooj Murali
Guest
Hi - In Rollbase customer object, the customer name field is not editable. But, its value is set by the value of "Company Name" field. So, you can set unique constraint on the "Company Name" field by editing the field & selecting the checkbox that says " Do not allow duplicate values in this field." . With this, whenever the company name is provided that already exists, there would be a validation message on the UI (during form submit for customer creation) & the message would say " Company Name "XXXX" is already in use." Otherwise, you can also try using a "validate Data Record" trigger with a "Before Create" timing option and loop through all customer records and check if the name is already in use. The former would be an effortless task. Regards, Manooj
Continue reading...
Continue reading...