Hi all,
I have a question on how to utilize the built in input parameters (DropdownWidgetId and CurrentList) on a DropdownTagOnChange client action.
My current scenario is that I would like to allow the Team Manager (Role) to select multiple members to be assigned into a group, I've an aggregate which filters users that have the Team Member (Role) to be displayed on a dropdown tag but I could not save multiple names into a MemberId attribute hence as suggested by someone on the forum I should change the attribute MemberId's data type to "User Identifier List", perform a ListClean and ListAppend on the client Action but I am sure how I could about from there as I changed the attribute to "User Identifier List" I could not press the 1 Click publish.
Could you advice how to work with attribute with a data type of "User Identifier List" on a structure and dropdown tag?
Thanks
Hi Pete,
Try mapping the "SelectedOptionList" Variable from Event to your "CurrentList" variable inside the client action. Now you might be having the values user selected and you can use that in your logic.
In Value parameter you will get "User.Id" of your member selected as per your oml.
Try debugging as well.
You have to mapping the your current id in the entities and with your selected value and also put the refresh of the entitites then it will work
Hi Pete M,
I have attached the OML , let me know incase of your facing Problem.
Regards
Jaya Kumar S