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

Forum Posts

Updated screen does not show in Now Mobile Agent

I'm trying to update the Edit function on the Incidents Record screen for ITSM Mobile Agent.I've used Mobile App Builder to try adding a new data parameter for Impact to the Edit incident Action item and added it to the Field values for the parameter...

Phone number(E16) type is accepting alphabets

Hi,I have a phone number field which is phone number(E16) type when am giving alphabets it is accepting without throwing any validation error. Can anyone help me on this how should i restrict alpha numeric validation on E16 type.

Community Alums by Community Alums  
  • 374 Views
  • 4 replies
  • 0 helpfuls

Client script for manager 's manager to autopopulate in a field.

We have two fields on form.User and manager's manager.If user is selected approval will go for user manager (configured using flow).And in manager's manager field it needs to autopopulate user manager>manager name.How to write client script for this.

User_267 by Tera Contributor
  • 244 Views
  • 1 replies
  • 0 helpfuls

Custom incident table

Hi all, We have a service desk team which is tracking issues on spreadsheet and we would like to onboard them into ServiceNow but the issue is that that they follow a non standard approach to document their issues. This means we have to create few cu...

Escalation end time is not populating

Hello All, We have an end_time field on on_call_escalation table which is currently not populating the time. It is empty for many records. does anybody have any idea regarding this. I need to know how it works. How it populate the data because there ...

HTML Text area hidden once field become read-only

Hello, Recently we have upgraded to Vancouver from Utah. We have multiple OOTB HTML fields on the form. We are showing this fields on custom service portal using <sp-model>. Once data is filled in text area of HTML, then it submitted it becomes read ...

AkshayKangankar_1-1704868481230.png AkshayKangankar_0-1704868418773.png
Community Alums by Community Alums  
  • 836 Views
  • 4 replies
  • 0 helpfuls

Script to check if user is part of existing group

Hi Team, I have a requirement where I have 2 fields existing groups and add new group. In existing group I'm populating the groups which are already mapped to user. Whereas in the field Add New I need to populate the groups which are not mapped for t...

Revathi12 by Tera Contributor
  • 1738 Views
  • 20 replies
  • 0 helpfuls

Problem state and state field sync issue

Hi All, In our instance, there is a field label called "Resolved" for problem state field. But it is not available in the state field OOB. When we sync both "Problem State" and "State" field only Resolved state is having an issue. I checked the dicti...

mohanambalnanja_0-1708686525025.png

Resolved! Help on Celledit client script

I have two date fields, start date and end date.I have written oncell edit client script like below:   function onCellEdit(sysIDs, table, oldValues, newValue, callback) { var saveAndClose = true; //Type appropriate comment here, and begin scr...