- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 06:11 AM
Hi ,
I have below requirement , where i need your help(I tried but did not work , so seeking help here):
Process One: Create a BR 1.
IF
Requested for's Company does contain "INDIA"
&
Item requested is either
ABC or XYZ
&
Short Description says "Software License Check"
THEN
Change Catalogue Task state to Closed Incomplete
-------------------------------------------------------------------------
Process Two Create a BR 2.
IF
Requested for's Company does contain "INDIA"
&
Software requested is either
ABC or XYZ
&
Catalogue state changes to Closed Incomplete
THEN
Change the Catalogue state to Work In Progress
Change the Assignment Group to "PQR GROUP"
----------------------------------------------------------------------
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 07:01 AM
Since the test/requirement values won't change after a Catalog Task is created, I would change this BR to run before Insert only, then you can eliminate the update - line 5 in the script. The values of the State field are numbers, so use 3 instead of 'Closed Complete'. In the Filter Conditions 'Next action' should be 'Short Description', unless you have relabeled this field in your environment, and based on your requirements the last condition should be 'does not contain'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 06:28 AM
Show screenshots and/or insert code (</>) of the scripts in your attempts, and we'll see where it went wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 06:46 AM - edited 08-09-2024 06:50 AM
Thanks for replying here it is for BR 1.
This logic is not working even for one condition ,i.e, Request item.item is ABC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 07:01 AM
Since the test/requirement values won't change after a Catalog Task is created, I would change this BR to run before Insert only, then you can eliminate the update - line 5 in the script. The values of the State field are numbers, so use 3 instead of 'Closed Complete'. In the Filter Conditions 'Next action' should be 'Short Description', unless you have relabeled this field in your environment, and based on your requirements the last condition should be 'does not contain'.