How to map fields from parent/other document
PreviousHow to install SWING Integrator ActiveX controls using the Active Directory (MSI package)NextHow to open existing document without prompt
Was this helpful?
You are able to create Template setup document for the response document and in the field mapping set formula that will pull the value from the parent document. Like this:
@GetDocField($Ref;"Subject")
Please notice that with this formula you are able to select any document if you know its UNID (first parameter in formula).
Was this helpful?
Was this helpful?