
So my questions for you guys:
- Do you know if it is even possible to set up package structures like you would in Java?
- Are Salesforce Packages useful for use as logical collections of code?
- Has anyone already experience with this kind of problem?
Thanks ;)
1 个回答
Hey Roger,Unfortunately it is not possible to create packages in apex. To logically combine your classes and page into units, you can prefix them with the name of the module to which they belong. That's how I have been doing it for the past few years.