Skip to content

Commit 1977e39

Browse files
authored
Merge pull request #23 from Bertievh/main
Add missing transformation tag definitions
2 parents 7739081 + 027c4ff commit 1977e39

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/transformations/transformation-tag-definitions.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,38 @@ This tag is used to change the value of an OS2200 userid associated with the job
858858

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

861+
### Role_Add
862+
863+
* This tag is used to add a Role Name to the list of role definitions.
864+
865+
* currentValue
866+
867+
* (*Required*): Contains the name of the role to add to the list of roles.
868+
869+
* newValue
870+
871+
* (*Required*): Use the same name as the currentValue.
872+
873+
* partialUpdate
874+
875+
* not used.
876+
877+
### Role_Name
878+
879+
* 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.
880+
881+
* currentValue
882+
883+
* (*Required*): Contains the name of the role in the definition.
884+
885+
* newValue
886+
887+
* (*Required*): The value to insert in the definition if the currentValue matches the value in the definition.
888+
889+
* partialUpdate
890+
891+
* Indicates if the match to be performed is the complete definition or a partial definition (value is true or false; default is false).
892+
861893
### Schedule_Auto_Build_Time
862894

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

0 commit comments

Comments
 (0)