Param: AdditionalUserColumns
Value: Semicolon separated column ids.
The AdditionalUserColumns parameter allows one to override the saved User columns selection created with the following dialog.
XML
<SelectedShowDriveItemsUsers newframe="True" AdditionalUserColumns="userType;accountEnabled;surname"/>
This is only available for compatible modules (like Users sub-modules).
Detailed Description
The selected columns appear in the sub module:
In order to achieve this, use the AdditionalUserColumns attribute with semi-colon-separated uniqueIDs.
Example Script
XML
<! -- Get the oneDrive data -->
<ShowUsers>
<Select lines="All"/>
<SelectedShowDriveItemsUsers newframe="True" AdditionalUserColumns="userType;accountEnabled;surname"/>
</ShowUsers>