FieldFillCalculation

From Zymonic
Revision as of 11:58, 10 October 2018 by Jbree (talk | contribs) (Added a class and description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>