Locked History Actions

Field

Field

The Field element specifies a value for a data element in a data model.

<Data name="SampleData">
  <Field name="Block1.Value" value="Hello World!" />
</Data>

Attributes:

  • name -- Name of the data model element [required]

  • value -- The value to set

  • valueType -- The format in which the default value is expressed. (i.e hex, string, or literal)