Skip to content

Add missing transformation tag definitions #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/transformations/transformation-tag-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,38 @@ This tag is used to change the value of an OS2200 userid associated with the job

* Indicates if the match to be performed is the complete definition or a partial definition (value is true or false; default is false).

### Role_Add

* This tag is used to add a Role Name to the list of role definitions.

* currentValue

* (*Required*): Contains the name of the role to add to the list of roles.

* newValue

* (*Required*): Use the same name as the currentValue.

* partialUpdate

* not used.

### Role_Name

* This tag is used to change the Role Name value of the role definition. The role name is changed in schedule role list as well.

* currentValue

* (*Required*): Contains the name of the role in the definition.

* newValue

* (*Required*): The value to insert in the definition if the currentValue matches the value in the definition.

* partialUpdate

* Indicates if the match to be performed is the complete definition or a partial definition (value is true or false; default is false).

### Schedule_Auto_Build_Time

This tag is used to change the Schedule auto build time for schedules that have the auto build option enabled.
Expand Down