Deletion of row in PEGA UI Data table with mandatory field checks
Hi all,
Currently, I’m encountering this problem:
1. From the UI, add a new row in the data table.
2. Tried to delete empty row. Prompt for the mandatory field to enter
The mandatory field check is enable if user wish to edit or add new record but this mandatory check should be remove if delete option is use.
Is it possible?
***Edited by Moderator: Lochan to update platform capability tags***
Hi,
Which Pega version are you using?
Have you configured a Grid Table in your section sourced with the Data Table or you are trying to delete a row in the records tab of the Data Type rule?
Can you trace the delete action and check which validation step of the activity is not allowing to delete as ideally delete operation should not ask to enter the value in mandatory field.