Hi,
I have extended the standard MM_SUPPLINV_APV with extension project. The details page is extended with some custom fields. The extension project along with the standard app is working fine. Now i wanted to change the growing functionality parameters from the standard app by extending the master controller.
Here is the structure of the standard controller.

Here is the structure of my custom extension project.

In the standard S2.view.xml , i wanted to change the parameters of the growing functionality

Now in my S2Custom.controller.js , onAfterRendering() method , i wrote the code to change the parameters as follows.

My code is executed but before the list is rendered. ( as i can see the "Test" text ) while the busy icon is going on while entering the app.
So the custom code is executed and also the list parameters are changed ( checked in debugging ) but i don't see the growing functionality.
Any ideas ??
Warm regards
Sanket