Could anyone tell me how to check whether a property value entered in text control is already exist in a data type record or not ?
In the attached screenshot, here you can there is one section having a text control “Student ID” . If I enter a value in that data capture control, it should check whether the entered value is already exists in “StudentData” datatype records or not. If it already exists, then it should show error message that it already exists and also it should not allow to go to next step.
You can configure on change refresh section action and run a activity to validate this. If Student ID is the primary key for the data type, you can make use of the lookup data page to check if the Student ID is already available in the system.
Hi @SajjadulI16658324: On change action of the field, you can call a activity / Data transform (you can also use refresh section). In the activity / data transform, use the lookup Data page and pass the parameter accordingly.
@FirdozK02I got the solution and I have already accepted the solution given by @ArulDevan . But I mightn’t able to share the screenshot as the solution is implemented in pega personal edition software which I have uninstalled long back.