GETFIELDVALUE(parent-record-field);
Used on Subtransfers to lookupget the value of a field in athe parent record if it's needed in the link.record.
Example
##GETFIELDVALUE('Phone##GETFIELDVALUE('Customer No.')Number') used on a subtransfer under a Customer transfer will return the Phone No. value fromof the "Customer Number" field in the parent record linked in the Sub transfer link.record.
NOTE: Field name should be writtenspecified in single 'quotes (') and not "double quotes (") as usual.