FIELDSET

FIELDSETs are variables that contain a number of named fields. Script developers can work with a FIELDSET as a whole or manipulate fields in FIELDSET as separate TEXT variables.

FIELDSET and KCM Designer

KCM Designer contains Field Sets that can be used in Text Blocks and Forms. To use these Field Sets in dynamic content, they must be exposed in the Data Backbone. Field Sets that are not added to the Data Backbone cannot be selected in the Text Block or Form Editor. When a Template script uses a Text Block or Form that refers to a Field Set that is not in the Data Backbone, it must declare a FIELDSET variable with the same name. The preferred method is to use Field Sets in Text Blocks and Forms that are in the Data Backbone. For more information on using Text Blocks in the Template scripting language, see insert_text_block.

You can declare FIELDSET variables that do not have a corresponding Field Set in KCM Designer. Also, you can manipulate fields to FIELDSETs that are not defined in the corresponding Field Set.