state changes from( hold and reason awaiting caller ) to in progress when commented from portal.

Rajat27
Tera Expert

My Requirement is that when user Comment on Incident only from service portal where present state is on hold and on hold reason is Awaiting caller  changes to In progress.

I write Below business rule but its changes from platform side too.

so how should I configured such that Business rule only trigger if request from portal side only.

Rajat27_0-1667971387461.png

Rajat27_1-1667971438388.png

 

 

5 REPLIES 5

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @Rajat27 ,

No need to write an BR, there is OOB BR already handling this condition.

Check below snapshot from OOB BR:-

Screenshot 2022-11-09 at 12.07.30 PM.pngScreenshot 2022-11-09 at 12.07.44 PM.png


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

@Gunjan Kiratkar    Thanks , found out way To achieve my requirement by using below code in BR

Rajat27_0-1667991899857.png

 

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

I do not think there is a way to identify if a comment came form portal or directly in the native UI.

 

Currently OOB if a caller updates any incident comment it will automatically change the state to In progress irrespective of it was update directly in native UI or portal.

 

Please mark my answer as correct based on Impact.

@Saurav11 we can achive by below BR, thank you

Rajat27_1-1667992012614.png