i.e
If Project1, Project2 ... Project15 are already in use and the User is creating Project16 alert the user that similar names are already in use ( just alert and not object for using )
Can this be done using a validation rule or should this be a Visual force page
1 risposta
Hi Pooja,
You can use Duplicate rules to alert the User.
https://help.salesforce.com/apex/HTViewHelpDoc?id=duplicate_rules_create.htm&language=en_US (https://help.salesforce.com/apex/HTViewHelpDoc?id=duplicate_rules_create.htm&language=en_US" target="_blank)
Best
Ven