You need to sign in to do that
Don't have an account?
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.
3. Namespace on Triggers during CI?
4. Using namespace while nesting lightning components?
Thanks in advance!
Ajinkya
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.
3. Namespace on Triggers during CI?
4. Using namespace while nesting lightning components?
Thanks in advance!
Ajinkya