Announcements
Hello,
It is possible to call ListPageInteraction methods (non static) from the ListPage? I need to pass a value from a string edit control in the filter group defined in the ListPage to the interaction class to change the QueryBuildRange from a field.
The idea is to use two QueryBuildRange from the same field in the interaction class to filter the data.
Hi Girish,
That worked!. Indeed, I was missing how to proper override a control from the interaction class.
Thanks!.
Get the form run from the DataSource and use form run to get the control id.
Refer to this below blog for getting the control id which is from form design.
Thanks,
Girish S.
Hi Girish,
I had already tried that without success. I don't see how to call Listpage methods from the interaction class. Also, from the interaction class i don't see how to access to the controls in the group filter, only buttons in the action panel but that's not the case.
I also tried to override the textChanged method in the interaction class but it doesn't work. If i debug i go through the textValue() related to the control, not the method defined in the interaction class.
I am missing some concept.
Hi Eisenberk,
Seems below link might help you.
Try setting the Auto Declaration property of the string edit control to yes and use the "ControlName.valueStr()" method in the interaction class to get the value of string control.
Thanks,
Girish S.
André Arnaud de Cal...
294,161
Super User 2025 Season 1
Martin Dráb
232,942
Most Valuable Professional
nmaenpaa
101,158
Moderator