Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Difference between return false and set abort action

I have created a business rule on CMDB table to restrict the user from creating a duplicate CI with Insert and stay.var ciname=current.name;   var gr=new GlideRecord('cmdb_ci');   gr.addQuery('name',ciname);   gr.query();   while(gr.next())   {   gs....

Kannan Nair by Tera Contributor
  • 14196 Views
  • 7 replies
  • 20 helpfuls

Resolved! Flow designer- task sysid

Hi ,   i am creating flow for catalog item through flow designer. i am creating one catalog task ,in the next action i need to write one script where i need sys_id and assignment group of previously created catalog task. how can we get that sys id an...

Creating 3 columns with variables

Can any one suggest me how to create three columns with variables along with their order. I tried using container's but it is showing only 2 columns.

Saikiran4 by Tera Contributor
  • 4393 Views
  • 10 replies
  • 0 helpfuls

Resolved! How to validate that the mobile number is 10 digits

Hello, I made a requirement in my mind. The mobile number field is to be validated to be 10 digits long, if yes, the mobile number should be populated to the alternate mobile number field. Can you give me some insights into how to do it?   As of now ...

End users cannot add comments to RITM in Service Portal

End users cannot add additional comments to RITM in the Service Portal like they can to an Incident ticket. Anyone know how to fix this? I confirmed this is working from end users via the Self Service view through the Service Catalog. I also confirme...

find_real_file.png find_real_file.png

Implications of changing reference key

There is documentation that indicates (in Calgary and above) we can change a reference key for a reference column, as noted here:Defining the Reference KeyBy default, reference fields store the sys_id of the record in the database. By defining a refe...

Earl L by Mega Guru
  • 6219 Views
  • 14 replies
  • 2 helpfuls

Setting a default filter for Incident Activity Log

In the incident form activity log, the default filter is "all". I'm able to update that filter by checking and unchecking selections. However, I'd like all users to default to only show "Additional comments", and have all other selections (i.e. "open...

swong by Mega Contributor
  • 6203 Views
  • 5 replies
  • 3 helpfuls

Resolved! how to populate the catalog variable values to RITM description

Hi Team, how to populate the current catalog variable values  to RITM description below variables and variable set fields. i have 3 variables and one variable set (variable set have 2 fields). variables  1. account 2. year 3.quarter  variable set 4. ...

Pushpa by Mega Expert
  • 8067 Views
  • 25 replies
  • 3 helpfuls

Resolved! Assignment Rule Scripting

Hi, I have an assignment rule for the incident table and a Record Producer to create Service Desk incidents. The idea is that if a custom variable value (current.variables.normal_user_yesno) in my Record Producer is "Yes" then to assign a group in th...

JCAG by Tera Contributor
  • 6932 Views
  • 6 replies
  • 1 helpfuls

Resolved! GlideRecord issue using addNotNullQuery

Hi, I am working on GlideRecord method addNotNullQuery() and I am facing the issue. I believe I am getting wrong output. Kindly help. var gr = new GlideRecord("incident"); var shortDesc = gr.addNotNullQuery('short_description'); gr.query(); while(gr....

find_real_file.png

User unable to Login on ServiceNow App on Mobile device

We have a user who is unable to sign into ServiceNow app on a mobile device. Any troubleshooting assistance will be appreciated. See details below.   Instance - LondonMobile Device - iPhoneUser is able to access the Desktop version via websiteUser is...

Dan A1 by Kilo Contributor
  • 3108 Views
  • 4 replies
  • 3 helpfuls