FieldFillCalculation
FieldFillCalculations are used to automatically fill fields, usually from other fields.
Classes[edit]
LinkedFieldValue[edit]
This gets the data from a linked field instead of a normal field, hence it needs class options to point the field in the right place to get the requested data, as linked fields can get multiple display fields.
<FieldFillCalculation class="LinkedFieldValue"> <ZName>ts_ffc_customeraccountppid</ZName> <FromOther> <FieldZName>ts_f_customerdetails_linked</FieldZName> </FromOther> <ClassOptions> <ValueField> <ZName>parent_process_id</ZName> </ValueField> </ClassOptions> </FieldFillCalculation>