The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! REST API Token help

Working with a 3rd Party vendor and we've been using authCode in the header of our REST api calls but now they want to switch to a token.They have provided me a token but where on earth do I enter it?   Bit of a newbie to this obviously.Is it part of...

dave_edgar by Mega Guru
  • 1433 Views
  • 3 replies
  • 0 helpfuls

Unable to edit location field in user record

Hi,I would like to have some assistance in correcting user table data.The Location field in the user record is not updated correctly and when I tried to correct it, I could not find any information from location table.The Location field in the user r...

dibeenapearl by Giga Contributor
  • 2214 Views
  • 8 replies
  • 0 helpfuls

Resolved! Comments field mandatory in service portal

Hello Experts,I am quite new to service portal and trying to achieve one scenario. When Incident is in resolved state "Reopen Incident" button/widget should be visible and on click of that comments should be mandatory.I am able to create widget and a...

Bar chart combined with line chart

Hello,We have a custom table, and need to create a report that contains a bar chart to show record count per "Assigned to", and a line chart to show the average score per "Assigned to".   Each record has a "score" field.   Below is an example of what...

find_real_file.png

Integration with Restful Web Service

I have successfully define a end point between two instances to retrieve incident data, Now what I will like to do, is used that end point as a reference from an integrated project using Spring boot to access the same table data.... I have try to loo...

mjocasio23 by Tera Expert
  • 1930 Views
  • 1 replies
  • 0 helpfuls

Sys_pop up view of particular record

Hi all, The Pop-up view of a particular field is not displaying the correct view . The following is the view displayed as shown in the below figure .the reference table is alm_asset         Figure1 I have tried to change the view   https://<instanc...

find_real_file.png find_real_file.png
vanvesh by Kilo Contributor
  • 1964 Views
  • 8 replies
  • 0 helpfuls

display users date and time in email notification

Hello Community,I am new to service now and not the best when it comes to coding so I need your help. I am wanting to send email notifications with my users groups date and time. We are part of a domain separated instance and the system time is CST a...

stephengunz by Kilo Explorer
  • 4093 Views
  • 2 replies
  • 0 helpfuls

Converting Date and Time field to to hours

Hi All,I have a script var actualDateTime = new GlideDateTime();actualDateTime.setDisplayValue(gs.nowDateTime());var gr = new GlideRecord('change_request');gr.addQuery('number','CNGXXXXXXX')//gr.addQuery('approval','requested');//gr.addQuery('state',...

Kaleem A by Giga Guru
  • 1700 Views
  • 3 replies
  • 1 helpfuls

Resolved! Email validation excluding gmail or yahoo

Hi All,I have to write a email validation for email field, If user enter any invalid email it should through error, same way it should not allow any gmail or yahoo... it should accept only domain email id.Could some one help on this.Regards,Roopa

Community Alums by Community Alums  
  • 1485 Views
  • 1 replies
  • 3 helpfuls

Resolved! Querying Journal Fields

I have just started working with Journal Fields.   We have some Business Rules that remove groups from Users as they become Inactive, and write an entry to the Journal Field of that User, documenting which Groups that they have been removed from.I am...

jmiskey by Kilo Sage
  • 4047 Views
  • 2 replies
  • 0 helpfuls

Resolved! Extract Date from Description and populate Due Date

We are on week 3 of ServiceNow and I amlooking for a way to extract a date from in Inbound Email and insert this intothe Due Date field of the REQ and RITM records.   I was looking to do sowith an activity within the workflow associated with these in...

kevinthury by Tera Guru
  • 2816 Views
  • 7 replies
  • 0 helpfuls

Resolved! Admin access only to certain modules

Hello Experts,Please guide me I am trying from quite some time.I want certain users to give admin roles or say full access to certain specific modules because they are developers and need access for these modules only such as below but if I give admi...