ManagedForm.ChangeAttributes
Syntax:
Parameters:
<AttributesToBeAdded> (optional)
Array containing the FormAttribute type objects.
You can add top level attributes and nested attributes that are columns.
Added top level attributes can be accessed from the module only using the ThisObject.<Attribute name> expression.
<AttributesToBeDeleted> (optional)
Array containing strings that describe paths to attributes to be deleted.
You can delete only previously added attributes.
Description:
At first, the attributes are deleted. So, arrays of attributes to be added and deleted can contain attributes with the same path.
Important! Adding and deletion are performed in one call. Note that changing attribute contents operation is resource-consuming. Therefore such operations are performed in a batches.
Availability: