When any incident will be assign to any particular group the state should automatically changed
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 07:04 AM
When any incident will be assign to any particular group the state should automatically changed to "opened".
Do we need to write Business rule or Client script? I am new in Servicenow so I get confused between these two,
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 07:08 AM
Hi @Sohini Kar ,
Create a after update business rule :
Condition : Assignment group is 'your_x_group'
Set value : State is 'in Progress'.
save and test...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 08:28 AM
I know the condition is correct. But it is still not working.