Creates a new entity value.The new entity value exists only in memory - it is not persisted in the data source until it is stored. AttributesName | Type | Requirements | Description | Notes |
---|
entity-name | constant, ${expression} | required | The name of the entity. | A runtime exception will be thrown if the entity does not exist. | value-field | expression | required | The name of the field that will contain the new entity value. | | map | expression | requiredoptional | The name of the field that contains a map that is used to initialize the entity value fields. | Map values whose key matches one of the entity value fields will be copied to the corresponding entity value field. Defaults to parameters. |
|