- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2019 10:33 PM
Hi Guys.
I really need your help here.
I have 4 checkboxes. Each check have different approver.
If 2 or more checkbox are selected then 2 or more RITM needs to be created and goes to respective approver. Once approved it will create individual TASK.
Somebody will help me with this Plz.
Please share screenshot of code or workflow that work for this request.
Thank u
Solved! Go to Solution.
- Labels:
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2019 09:03 AM
Hello Naveen,
With Standard Service Request, If you are creating new RITM for each checkbox , then each checkbox must have catalog item attached to it and indirectly that catalog item may have workflow attached to it.
If you are using common worklow for all catalog items/checkboxs, then you can check the catalog item and depending upon you can create a approval bu using if condition to check cat item or checkbox selected and you can add approval.
You can write Business rule for creating RITM based on checkboxs.
Thanks!
Abhishek Gardade
Hexaware Technologies
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2019 10:59 PM
You can have a business rule on update. In the conditions add the 4 checkboxes with value changes condition. In the advanced tab add the script by checking the values of 4 checkboxes and if selected are more than or equal to 2 write the script creating individual tasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2019 09:03 AM
Hello Naveen,
With Standard Service Request, If you are creating new RITM for each checkbox , then each checkbox must have catalog item attached to it and indirectly that catalog item may have workflow attached to it.
If you are using common worklow for all catalog items/checkboxs, then you can check the catalog item and depending upon you can create a approval bu using if condition to check cat item or checkbox selected and you can add approval.
You can write Business rule for creating RITM based on checkboxs.
Thanks!
Abhishek Gardade
Hexaware Technologies
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 03:42 AM
Hi Naveen,
How to link catalog item to check box variable?