super() method in LinkActive() method.

Hi All,

Anybody have idea about, for what purpose We call to super() method from LinkActive() method on dataSource method of Form?

Thank you.

Mehul

The LinkActive is called when the active method in a dynalinked parent form is called. Commonly overridden to change the user interface to correspond to a different parent record (element.args().record()).

Can any one point that what this “Super()” call will do? i mean it is at Form>DataSource>SalesLine>LinkActiveMethod>Super() , this call to super will call to any method in SalesLine table>method or what else?

I believe the super() calls kernel level code, so you can’t see what it actually does. Some forms have a class with them such as C\PurchTableForm\LinkActive, which is called from the link active on the form.