Skip to main content
Skip table of contents

ClearDynamicFormat: remove dynamic format(s)

Tag: ClearDynamicFormat

The ClearDynamicFormat function removes all dynamic formats from a single column, or from all columns in the grid.

Tag Attributes

Attributes

Attribute Values

Value Description

Target

The corresponding Grid Code

Sets the target grid on which the action will be applied Not Required
If no target is set, the target will default to the main grid (for products containing a main grid).

ColumnID

The corresponding Column ID, as shown in the Grid Manager

Sets the column on which the action will be applied. If not supplied, all columns are cleared.

If supplied with an invalid or empty ID, an error is raised.

Code Example

CODE
<ytriaAutomation>

clear one column
    <ClearDynamicFormat ColumnID="userPrincipalName"/>

clear all columns    
    <ClearDynamicFormat/>

errors
    <ClearDynamicFormat ColumnID=""/>
    <ClearDynamicFormat ColumnID="nonExistingID"/>
    
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.