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
Ajinkya1225Ajinkya1225 

managed package devops and CI

Hi Mates,

I'm working on creating  a managed package.Anyone has worked on the DevOps or CI of the managed package? I need suggestions on the four fronts:
 
1. Using namespaces on the soql query in the apex classes.
  • Resolution: name space can be queried in the apex class and on that a dynamic soql can be formed using schema class. This would help us in CI across different orgs.
  • Possible issue- Some objects have over 300 fields and we may run into heap size limit.
2. How to add namespace in vf page controllers during CI?
3. Namespace on Triggers during CI?
4. Using namespace while nesting lightning components?
 
Thanks in advance!
Ajinkya