Hi
We've managed to retrieve data directly from the document view. If the document is connected to a client, I need data from that client, such as their name. Is this possible?
I've attached what I'm using to capture variables within the document view, but I can't figure out how to retrieve data from another connected entity.

d1 = CStr(ScriptValues.Item("DESCRIPTION2").Value)
d2 = CStr(ScriptValues.Item("DESCRIPTION3").Value)
d3 = CStr(ScriptValues.Item("DESCRIPTION4").Value)

