function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AswathAswath 

My application is not appearing in force.com drop down list?

Hi All,

 

 I deployed my application using Eclipse IDE its deployed successfully, then i checked it in browser my application has been created but i can't able to see my application in force.com dropdown list? Plz any one help me....

 

Thanks,

Aswath.

Best Answer chosen by Admin (Salesforce Developers) 
shillyershillyer

It sounds like a profile issue, you have to update the profile in the IDE to allow the Admin profile to see that app.

 

  • Expand the src > profiles folder, double-click the Admin.profile file to open it in the XML editor.
  • Change the value of the <visible> element for Your Custom App to true

 

Take a look at Step 8 in Tutorial #2 from the Workbook for an example.

 

Hope that helps,

Sati