You need to sign in to do that
Don't have an account?
kvm1231
dynamic trigger is not working in managed packages by using Tooling API?
Hi,
I am using Tooling API for dynamic trigger on Account child level object, It is working fine in develoment environment but not working in Managed packages.
I am really struggling why it is not working in Manged packages.
Please give me the reply if any one having idea for the same.
Thanks in advance
Muni
I am using Tooling API for dynamic trigger on Account child level object, It is working fine in develoment environment but not working in Managed packages.
I am really struggling why it is not working in Manged packages.
Please give me the reply if any one having idea for the same.
Thanks in advance
Muni
Some time in dynamic apex you need to include namespaces in the fields and refered components , please check if it is missing anywhere .
it might be some SOQL query or while using Sobject.get()
Thanks ,