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

Forum Posts

Resolved! Get data fron JSON?

Greetings all.  I am trying to get specific data from a JSON payload and am feeling like an id10t since I cannot get what I want.  Can I get help from the hivemind?  I'm trying to get the user.sid from the jJSON example below JSON payload example:  {...

conanlloyd by Giga Guru
  • 987 Views
  • 5 replies
  • 2 helpfuls

Resolved! API Call for oauth2?

Hello everyone, I have been trying to create an access_token with my refresh_token in C#, I want to use oauth2 authentication from ServiceNow. I succeeded with Postman but every time I try in C# I get the error "access denied".Does someone know the c...

Using script in report servicenow

Hi all ! In the RITM table (sc_req_item), each RITM has an associated "volumetry" field of integer type. I want to create an advanced report that displays the number of RITMs multiplied by the volumetry.For example, if I have 3 requests with a volume...

hind_0-1741708860452.png hind_1-1741708860438.png
hind by Tera Contributor
  • 512 Views
  • 3 replies
  • 0 helpfuls

Search list of sysids instead of Valie

We built a related m2m list from a custom table to task observables.  When trying to retrieve an observable from the list, all we see is sysids Its not the Display as the display is on a Reference field the the task observables table.  We've done thi...

Steve214_0-1741638103257.png
Steve214 by Tera Contributor
  • 553 Views
  • 4 replies
  • 0 helpfuls

Need to modify the Email feature functionality

Hi All, I have a question regarding the email feature in ServiceNow. Currently, when emails are sent from an incident, they appear as if they’re coming from the respective assignment group. Many of the team members have rules set up in Outlook that c...

CDJ_0-1741955426121.png
CDJ by Tera Contributor
  • 357 Views
  • 1 replies
  • 0 helpfuls

Customer contact self registration process

Hello All,  I have a requirement where within the Customer contact self registration process, instead of having the approval step that is OOTB, we would replace that with an email verification email to the contact requesting access. When the contact ...

Luke James by Tera Contributor
  • 1061 Views
  • 1 replies
  • 0 helpfuls

Resolved! ES2021 in Xanada - let not working

So we're upgrading from Vancouver to Xanadu, finally unlocking ES2021. So let's try this out. const foo = 'bar';gs.info(foo) Prints 'bar'. Nice. let foo = 'bar';gs.info(foo)Result:Script compilation error: Script Identifier: null.null.script, Error D...