MyRapidi
MyRapidi

Search our Wiki

GETFIELDVALUE

GETFIELDVALUE(parent-record-field);

Used on Subtransfers to get the value of a field in the parent record.

 

Example:

##GETFIELDVALUE('Customer Number') used on a subtransfer under a Customer transfer will return the value of the "Customer Number" field in the parent record.

 

NOTE: Field name should be specified in single quotes (') and not double quotes (") as usual.