| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
What is the alternative for this API in the 8.1 MVC architecture projects?
I noticed in one documentation that the above mentioned API is been deprecated.
Thanks
Hi @Chwistivn Ruthewfowd ,
'getControllerName' is the equivalent api in MVC for 'getFormControllers' in MVVM. It retrieves the controller name from the registered friendly name.
kony.mvc.registry.getControllerName( friendlyName);
http://docs.kony.com/konylibrary/visualizer/kony_ref_arch_api/Default.htm#kony.mvc.registry_Functions.htm#getControllerName
Thank you,
@Jovnne Knox ,
Thanks for the information. But my point is the alternative for getting all the form controllers using an API.
With the provided API, we may get only one controller with respect to form.
Thanks,