Hello everyone
Can anyone explain why New and override method not available in new control in CustTableListPage
also i can't add Add a filter pane group i think there are some inheritances prevent adding !!!!
*This post is locked for comments
Well I haven't read anywhere by definition it not being best practice, but would definitely not be best practice if you're supposed to use EP as well.
So take a look at how to register an override method in a listpage interaction class for instance. It will show you how to register an override method for a form control on listpage without changing the Display Control property.
Can you tell me how i can add these code in class the CustTableListPageInteractionClass
but is that the best practice to change the display target
Although there is a way.
If you only have to show this Filter in AX Client and not in Enterprise Portal.
You can go to the properties of the filter Group in which you added this field and change the Property value for Diaplay Target from "Auto" to "Client". Then you will be able to override the control methods.
and then:
Please note that you will not be able to use this Control on Enterprise Portal if you make this change.
That is because it is a ListPage form and you can not directly add or override methods for any controls on forms developed using the ListPage template. Any changes required need to be made in the specified ListPage Interaction Class that can be specified on the form's properties. In this case the class would be CustTableListPageInteractionClass.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156