...
Info |
---|
Rank determines the order Route Templates are evaluated by Vera when a record is routed for approval. Use Rank to ensure Constraints are evaluated in the proper order. The rank can be any integer from 1 to 9999. General is the lowest rank so it is the last Approval Template evaluated. |
...
Code Block |
---|
{ "Route Templates": [ { "Name": "Data Migration Test Case", "Rank": "10", "Prevent Author Approval": false, "Record Types": [ "qTest Test Case", "Automated Test Case", "qTest Test Run" ], "Constraints": [], "Levels": [ { "Name": "Level 1", "Approvers": ["Product Team Member"] } ] } ] } |
Save the Records Management Approval Policy as VeraAPTutorial-part2.json
...
View file | ||
---|---|---|
|
Uploading Updated Policy
...
File Revisions
Next, we will upload the VeraAPTutorial-part2.json as a revision of the Vera Tutorial Approval Policy in the Tutorial Policy Set.
...