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?