- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello ServiceNow Community,
I am working on a requirement in Service Operations Workspace (SOW) and would appreciate some guidance.
I need to create a custom button on the Incident form that is visible only when:
the Incident is created from SOW, and
the Short description or Description field is added or modified.
A Now Assist skill is already created in the Now Assist Admin, but I am not sure how to:
Create a button in SOW with the above visibility conditions
Invoke the existing Now Assist skill from that button
Open a modal after clicking the button that shows the suggested Service Offering and provides Accept and Reject actions
Apply the accepted suggestion back to the current Incident record
Automatically populate the Urgency field based on the selected Service Offering’s urgency
All of these steps are connected..
Since I have no prior experience with Now Assist development, I would be very grateful for guidance on the recommended approach (UI actions, workspace configuration, client scripts, UI Builder, etc.).
Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@kristinakra If i understood correctly - YOUR Now assist skill which is already Created is basically suggesting you the Service Offering value for a Given Incident.
As per you query and high-level inputs: -
To invoke a Now Assist skill using a button in ServiceNow, create a UI Action (for classic forms) or a button component in UI Builder (for workspaces) that triggers the skill via Flow Designer or script. This involves enabling the "Flow action" setting in the Skill Kit, mapping record data, and configuring the button to execute the skill, optionally updating the record with the result.
How to Trigger a Custom Now Assist Skill via UI Action - Part 2
https://www.youtube.com/watch?v=_RDGeDyq9-8
https://www.youtube.com/watch?v=AQbHFprNHBU&t=475
OOTB i know there is an AI Agent which predicts Category and Subcategory of an Incident. On Similar line Another AI Agent can be created to Predict Service-Offerings.
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@kristinakra If i understood correctly - YOUR Now assist skill which is already Created is basically suggesting you the Service Offering value for a Given Incident.
As per you query and high-level inputs: -
To invoke a Now Assist skill using a button in ServiceNow, create a UI Action (for classic forms) or a button component in UI Builder (for workspaces) that triggers the skill via Flow Designer or script. This involves enabling the "Flow action" setting in the Skill Kit, mapping record data, and configuring the button to execute the skill, optionally updating the record with the result.
How to Trigger a Custom Now Assist Skill via UI Action - Part 2
https://www.youtube.com/watch?v=_RDGeDyq9-8
https://www.youtube.com/watch?v=AQbHFprNHBU&t=475
OOTB i know there is an AI Agent which predicts Category and Subcategory of an Incident. On Similar line Another AI Agent can be created to Predict Service-Offerings.
Regards
RP

