Announcements
ListPage has ActionMenuItem which is working fine in client but gives error when it is clicked in EP environment.
FormDataSource _ds = _args.record().dataSource();
Unfortunately no, it seems that it is not applicable in the EP environment.
The workaround that worked for my case:
Add a new Web Menu Item to call the list page itself. then inside the Interaction Class, check which menu item has been pressed and write your business accordingly.
Hi,
I'm in a similar situation. Did you have a fix for this?
any help, please?
Hi Gun,
Sorry for late reply as I just got access to reply to forums "New account".
Yes, in the action class that called after clicking the menu.
It is working fine when the menu item is clicked in client, while returns null in case of EP.
Only args.Record() returns the selected record, args.Records().DataSource() returns null.
Hi Yossef,
Where are you using _ds variable in the class later in the code?
André Arnaud de Cal...
294,165
Super User 2025 Season 1
Martin Dráb
232,968
Most Valuable Professional
nmaenpaa
101,158
Moderator