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
Rama ChunduRama Chundu 

Download specific application code in Force.com IDE

Hi..I am part of an organization which has lot of applications under it. I am working on only couple of applications (in 100s of applications under that organization). How can I download only my applications code in Force.com IDE? When I provide my credentials, I see all the applications code is downloaded. Is there any folder structure maintained for each application? I would like to select folder rather than selecting individual file of my application. This way I can have my IDE synced with any new files created for that application.
Andreas MeyerAndreas Meyer
Hi Rama,

code (APEX, VF .. etc.) is not exclusivly used for a single app in your org (btw: "100s of applications under that organization" .. phuuu). APEX triggers e.g. will affect all apps that work with the particluar salesforce object (custom or standard). Therefore you cannot associate APEX classes with apps.

Best,
Andreas