Aras Innovator Platform

Using the @set attribute

You can perform the following operations on an xProperty when you are updating or adding an Item:

  • Set a value.

  • Explicitly define it

  • Change the private permissions

You must add the @set attribute to an xProperty node in order to specify the operation to be performed. The following is the list of valid values associated with the @set attribute:

  • “value”

  • “explicit”

  • “permission_id”

  • Any combination of the values listed here, using the “|” as the divider (for example, “explicit|value” means “perform both of these operations”).

If you do not include the @set attribute, update operations will not occur.