We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fba9c2 commit 3133175Copy full SHA for 3133175
Server-Side Components/Business Rules/Prevent closure if change tasks are open/README.md
@@ -2,6 +2,8 @@ Prevent Closure if the change tasks are open
2
3
1. Create a Before Business Rule.
4
2. Applicable to Change Request Table.
5
-3. Use Before - Update.
6
-4. Add conditions if required.
7
-5. Apply the script.
+3. Use Before - Update Business Rule.
+4. Add filter conditions if required.
+5. Apply the Business Rule script.
8
+6. If the change request have the active change tasks are still open then we can't proceed with the submission.
9
+7. If required we can add few more query conditions accordingly.
0 commit comments