You need to sign in to do that
Don't have an account?

Display list of apps on a visualforce page.
I have a requirement. I want to show list of apps in my salesforce instance on a visualforce page and an input text field as "Change App label". when I select an app from the list and give a name as input in the text field, the app name should be changed. Is it possible? if so, please provide the code. It's urgent. Thanks in advance.
The below query will fetch you the list of Apps and it's corresponding labels.
You can display all app in VF page as the object is Queryable .However you can not update any application name .
You can check the object detail attributev below .
Let me know if it helps !!
Thnaks
Manoj.