Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Change Management

Ps930
Tera Contributor

When I open the change record in native UI and if conflict status = "conflict". it shows :

 

"MessageScheduling conflict detected. Use the Scheduling Assistant to avoid conflicts."
 
If I open the same conditional record in service operation workspace (SOW), it doesn't show. How can I implement the same functionality for SOW. 
 
What I understood, client script "Notify Conflict" contain gwt.getMessage() method and it is not supported in SOW. 
but my requirement is to implement the same functionality.
 
any help is appreciated. 
8 REPLIES 8

Ankur Bawiskar
Tera Patron

@Ps930 

I could see OOTB client script "Notify Conflict" is Active=False in PDI

It comes from this OOTB client script "Conflict change" which is Active=True

if that message is not coming then handle it with your custom onLoad/onChange client script

AnkurBawiskar_0-1767610582326.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Ankur Bawiskar
Tera Patron

@Ps930 

check this

Unable to run conflict detection in SOW using a workspace client script. 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Ps930
Tera Contributor

Hi @Ankur Bawiskar 
Thanks for your response.

When am I clicking the UI Action Enable conflict message then it show in native view.

 

Ps930_0-1767611696564.png

I want same functionality in SOW Workspace. Can we do this?

@Ps930 

link I shared has solution, did you check that?

sharing again here

Unable to run conflict detection in SOW using a workspace client script. 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader