SetEntAttributes Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetEntAttributes() method sets the value of the specified entity attribute for the given entity.
Parameters
- entId
- Required. Holds the ID of the entity for which the attribute is being set.
- attrId
- Required. Holds the ID of the entity attribute being set.
- attrValue
- Required. Holds the new value of the attribute.
- lastEditAt
- Optional. Holds the timestamp for the last edit of the value for an existing attribute. This must match the timestamp in the database or the update will fail. For a new attribute, this value is passed as a null.