Hi,
I have a list of Approvers Entity with a Value. I want to pass the List with Value to a Server Action Input parameter List. I need to delete those value from the List that came from the screen.
Thank you,
MJ
Hi Michael Jhon Natividad,
As I got you want to Delete a record from your list . If yes
Then create an server action and make one input Parameter with data type Approvers Identifier and drop the intity action Approvers_delete and it will ask you pass the Input which you made.
and drop that action in your Client action than it will ask you Curent-ID of Approvers entity that you pass like this.
Note : Data type of Input must be Approvers_Identifier
hope this will help you if not plz sahre the OML.
kind regards.
You need to create your input parameter type list + approvers entity in your server action. Then inside the action first thing to do IS to add a built in ListClear action to remove those values.
Regards