The AssignValueAction assigns a specific value to the field specified e.g. update copyright source with creators from Dublin Core. This requires the layer where the field is found to be assigned already, therefore combine with "AssignLayerAction" and/or "LayerAssignedCondition".
The Business Rules are not executed after one another. If one Business Rule assigns a Layer and another assigns the value, it can happen that this does not work as the Business Rule Engine may first try to assign the value when the layer is not yet assigned.
Specific Definitions
Property | Value |
kind | AssignValueAction |
path | The path to the field which may be the LayerId or a real path e.g. for Fieldsets. Check the documentation for accessing fields for details. |
fieldId | The ID of the field, the value should be inserted in. |
value | The value for the field, provided by value or variable. Text with translations [ {"title.en":"the title"}, {"description.en":"$myStoreInVariable$"} ] Geo point [ { "lat": 13, "lon": 37 }, { "lat": 13, "lon": 37 }, { "lat": 13, "lon": 37 } ] Tagbox value variable [ {"_refId": "$mediaTypeCodeRefId$" } ] Tagbox value id [ {"_refId":"01954083e671406c9c91903deb903ed2"} ], |
replace | Indicates whether existing values should be replaced. Note: for multi fieldsets and relations, this setting controls, if the value is added to the already existing values or if the existing values shall be overwritten. |
"actions": [ { "kind": "AssignLayerAction", "layerId": "BasicInformation", "defaultValues": [ { "title.en": "$myVariable$" }, { "description.en": "$myothervariable$" } ] } ],