183
Views
2
Comments
How to Pass a List (Entity) to a List Input Parameter in Server Action

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

2022-07-03 17-24-08
Sourabh sharma

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.



2019-02-27 17-48-20
Caldeira81

Hi, 

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.