Sorry to ask a question with probably a VERY simple answer, but I cannot locate any documentation for the Rich Widget List_BulkSelect.
I want to associate two links with my checkbox column in a TableRecords list. The notes that pop up for the List_BulkSelect widget AssociatedLinkIDs property say to associate multiple links or buttons by using a comma separated list.
I get the concept but have not been able to come up with a winning format. When I try to select both links in the expression editor and separate them by a comma, I either get an error or the links are not disabled appropriately, depending on format.
How do I format the comma separated list in the AssociatedLinkIDs property?
Hi Bill
It should be something like
ButtonOne.id + "," + ButtonTwo.Id
Hope this helps
Regards,
Ângelo
That did the trick. Thanks for your help.