Question
2
Replies
437
Views
Infosys Ltd
Posted: May 5, 2019
Last activity: May 7, 2019
Restrict user from entering duplicate values in UI
Hey,I have a requirement where we should restrict user from entering duplicate values for case data.
The data in one case instance should not match with another case instance of the same case type ,how to do this??
when user is entering the same data in the UI it should throw an error.
***Edited by Moderator: Pallavi to update platform capability tags***
Hi Ganesh,
Below approach may help you for your requirement .
1. Load the previous case data in data page
2. On submission of new case, we can validate data of existing case from current data page with old data page via data transform and if there is duplicate case value then you can configure error message as per your requirement.