In a BPM, is there away to tell from which entry screen a BO method is being called

I am trying to determine where to insert my C# code during shipment creation. I traced the process and found the BO SalesOrder Method GetByID is being called. However, I am not able to determine the screen source or context of the call. All I see is the parameter “orderNum”.

Is there away to determine from which entry screen a Business Object method is being called?

CallContextClient.AssemblyName
There is also CallContextClient.CustomizationId

1 Like

Thank you.

Thank you