Im calling the CommunicationSchedulingBox
screen in a custom .ASP page.
In this case the Communication entity have a relationship with Comm_Link table (Better said Comm_Link with Communication table)
When i load the .ASP page with the screen, i see all related data for the Communication entity (By doing this EntityScreen.ArgObj = CurrentCommunication;
) but no Comm_Link data (CmLi_Comm_UserId
field)
How can i show all the data for a Communication (And Comm_Link data) when calling the CustomCommunicationDetailBox
screen in a custom ASP page?
I tried passing a second Record (Comm_Link in this case) to the Screen with ArgObj
but does not work
The field is added in the screen:
When i call the screen with the Comm data in my asp page it looks like this: