How to override init or run method in List page template form?

I create 1 form in AX 2012 using standard template “List page”. Now I want to override a init method on that form. but I’m unable to do it. If any one know how to do this then please let me know…

Hello Akshay,

It is the Standard AX 2012 behaviour of the List Page forms it doesnt the override methods in the form.

Here is the example - created the Form of ListPage, it doesnt allow to override the form methods.

In the case of the normal forms - it allow to override the forms methods

3630.12.png

So try by creating the form by having the formtempate - property as None(i.e. normal form) and try to override the form methods and then change the form property FormTemplate to ListPage - to show a message the override methods will be deleted as shown in the below screen

It is the standard behaviour of AX 2012.