Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table explains how XperienCentral handles a layout switch and how fields and loops from one layout are mapped to another (or not). The mapping logic takes into account what is available in the structure of the layout being switched to and then applies the rules described below.

HTML
<br />


Field
Available fieldMapped
prefilled fieldempty fieldDetermined by the field type mapping rules described below.
empty fieldprefilled fieldDetermined by the field type mapping rules described below.
prefilled fieldprefilled fieldDetermined by the field type mapping rules described below.
rich textrich text single lineNo
rich textsingle line (flat)No
rich text single linerich textYes
rich text single linesingle line (flat)No
single line (flat)rich textYes
single line (flat)rich text single lineYes
Field with name AField with name ADetermined by the field type mapping rules described above.
Field with name AField with name BDetermined by the field type mapping rules described above.
Prefilled field with name APrefilled field with name ADetermined by the field type mapping rules described above.
Prefilled field with name APrefilled field with name BDetermined by the field type mapping rules described above.
LoopAvailable loopMapped
Single loopMultiple loopsThe single loop is mapped to the first of the multiple loops.
Multiple loopsSingle loopThe first of the multiple loops will be mapped to the single loop. The rest of the loops will be lost.
Singe or Multiple loopsNo loopsNo - all loops will be lost.







Back to top