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
kvm1231kvm1231 

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
Gupta.VishalGupta.Vishal
Hi 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 ,