Hi,
I am trying to extend opportunity detail view In sugar Mobile SDK. when open opportunity detail view page from list view then initialize() method is call only one time. Is there any possibility again execute this method?
Thank you.
Hi,
I am trying to extend opportunity detail view In sugar Mobile SDK. when open opportunity detail view page from list view then initialize() method is call only one time. Is there any possibility again execute this method?
Thank you.
Ambit Support , hi
No, you shouldn't try calling initialize() more than once
This function is only called when view instance is created. You should look into other life-cycle methods of View to address your issue, like onBeforeRender, onAfterRender, onAfterShow, loadData, etc