Skip to main content

I need to display all duplicate  account when try to create new account show all related Name , City . State  & Country account in table .

Basically we need to user not able to create duplicate name account in org from using skuid page .




How can i achieve this logic in skuid.

Checking for duplicates in a data model sounds like a solution that is best done on the back end of the database rather than on the front end. 

That said, you can use the Action Framework to first check the model to see if there are any exact duplicates and determine what to do with branch logic. With Skuid, you can have as many actions as you’d like and branch until your heart is content.