You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@biswajith-s-pso-maxval
I have done a full analysis to show the issue in various cases by creating managed packages that call to one another (lc01 -> lc02 -> lc03). A method in lc01 is called from unmanaged and each package has a trigger on Account.
Trigger in a managed pkg
This is within the DML_BEGIN + DML_END but we do not get a CODE_UNIT_STARTED to separate the triggers across packages for the same object. So we can not tell where one pkg trigger starts and another ends
nested calls from one pkg to another
No pkg_exit so can not tell if control returned to the caller or we have nested calls.
Sequential pkg calls from unmanaged
If we call methods directly from unmanaged e can see the m…
Under the Analysis tab or under the Call Tree tab, if we Group By Namespace then it shows up


But unfortunately, under the Database tab, the group by feature or filtering on Namespace doesn't work. It only shows default.


@biswajith-s-pso-maxval
I have done a full analysis to show the issue in various cases by creating managed packages that call to one another (lc01 -> lc02 -> lc03). A method in lc01 is called from unmanaged and each package has a trigger on Account.
Trigger in a managed pkg
This is within the
DML_BEGIN+DML_ENDbut we do not get aCODE_UNIT_STARTEDto separate the triggers across packages for the same object. So we can not tell where one pkg trigger starts and another endsnested calls from one pkg to another
No
pkg_exitso can not tell if control returned to the caller or we have nested calls.Sequential pkg calls from unmanaged
If we call methods directly from unmanaged e can see the
m…