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
|
|
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
<ytriaAutomation>
clear one column
<ClearDynamicFormat ColumnID="userPrincipalName"/>
clear all columns
<ClearDynamicFormat/>
errors
<ClearDynamicFormat ColumnID=""/>
<ClearDynamicFormat ColumnID="nonExistingID"/>
</ytriaAutomation>