We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! How to add new approvals to knowledge article?

I am trying to be able to set up approvers so that a user can manually select a new individual approver based on their needs. The approver may be different for each article. After the first approver is selected and they approve, it will go to second ...

astanley by Tera Contributor
  • 1492 Views
  • 1 replies
  • 0 helpfuls

Resolved! If condition script on workflow

Hello, I want to use if condition based on value populated in var_employee_company_name. If the value contains any of the below word it should skip further task which I can skip based on Yes/NO output of if check I need help to write the script i.e. ...

Community Alums by Community Alums  
  • 4224 Views
  • 13 replies
  • 1 helpfuls

Resolved! isMemberOf not working in Workflow

Hello, I want to check if the RITM opened by field user is a part of "HR Intergration Group" or not.  I am using this if script in workflow, but it is showing error . answer = ifScript(); function ifScript() {var name = current.opened_by; var grp = "...

Resolved! Tabbed - Variables in Service-Now

Is there a way to group variables into tabs in Service-Now similar to Azure resource / subscription requests (such as below)?  The catalog item have 4 tabs with variables in each tab, this is very intuitive if we can do this. 

find_real_file.png
hanaphouse by Tera Guru
  • 1446 Views
  • 4 replies
  • 3 helpfuls

Resolved! VIP Incidents and Requests

We have VIP field in user Table. when it is selected for any user, in the incident form the caller will be highlighted as below   bbut for Requests it is not showing any indications for Vip Caller   Is this OOB functionality or can we implement the...

find_real_file.png find_real_file.png