
2 réponses

Hi Sasikanth, Use the code given below to get the application name :
describeTabSetResult [] = binding.describeTabs();
Use the describeTabs() call to obtain information about the standard and custom apps to which the logged-in user has the access. The describeTabs call returns the minimum required metadata that can be used to render apps in another user interface.
Hope this helps.Regards,Nagendra