Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Add agent name in live chat message

In  advanced work assignment->settings->queuesI want to change message in this field -  "Initial agent response" I want to include the name of the agent that has accepted the Live Chat requestIs there an easy way to do this ?I don't want to use Quick...

JMoxy_0-1762546256063.png
davediguer by Tera Expert
  • 1607 Views
  • 2 replies
  • 1 helpfuls

Knowledge Article Template approval flow issue

I created a custom Knowledge Article Template. When I select a Knowledge Base and choose this custom template, the article is created successfully. However, when I click Publish, the approval workflow is not triggered.The same Knowledge Base is confi...

sumit_p by Tera Contributor
  • 969 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to close g_modal window in which I have a record producer; I need to close this g_modal window onsubmit of Record producer.

For a Custom scoped application, inside agent workspace via a UI action, i display a g_modal.showframe function onClick(g_form) { var premiseId = g_form.getUniqueValue();var rpId = 'rpid';g_modal.showFrame({ url: 'sp?id=sc_cat_item&sys_id=' + rpId + ...