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

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

Forum Posts

Getting error while testing the flow designer

Script written for the flow variable - var startDT = fd_data._1__look_up_records.variables.start_date; var startDateTime = new GlideDateTime(startDT); var nowDateTime = new GlideDateTime(); var diffMillis = startDateTime.getNumericValue() - nowDateTi...

PrithviRamesh1_0-1752233227154.png PrithviRamesh1_1-1752233249885.png

Help with ACL Script to know if this is right approach ?

Here is my approach for ACL script as below - Allow read for records in sc_task, if the ACL script returns true.- Table sc_req_item + ACL script answer = gs.getUser().isMemberOf(current.request_item.universal_request.assignment_group); Allow read acc...

Snehal13 by Kilo Sage
  • 1874 Views
  • 7 replies
  • 1 helpfuls

Japanese fonts available for Docviewer

Most Japanese fonts on docx files are garbled when those files are opened in Docviewer.Could anyone show the list of Japanese fonts that can be shown properly in Docviewer?We found that Japanese characters written in MS-Mincho and MS P Gothic were no...

YamamuraK by Tera Contributor
  • 743 Views
  • 2 replies
  • 0 helpfuls

Can someone help me?

The Challenge Developing a Flow in ServiceNow Context: Build a catalog item with a requester manager approval flow. - The candidate needs to create an application with an intermediate TASK table, and the catalog item must create a record in this tab...

Marcosfabif by Giga Contributor
  • 718 Views
  • 2 replies
  • 0 helpfuls

Resolved! Group, Approval Group, and Location Data Changes

Hi All,We have feeds coming in from other systems, and there is data cleanup and normalization. For example the group name is different in the external system vs ServiceNow. Our use case: we need to make both Group, Approval Group and location change...

kathymorris by Tera Contributor
  • 629 Views
  • 1 replies
  • 1 helpfuls

Resolved! assignment group mapping

When I submit a record producer which is in on rm_defect table.On the form there is company field if i select some company and submit it in the defect record created the assignment group is populated based on company selected so, I need to change ass...

Updating tickets from Smartsheet to Servicenow

Hi Team, I have integrated Servicenow (incident table)with Smart sheet. On creating incident ticket on servicenow instance, integration triggers and creates a smart sheet and copies incident record data into smart sheet.  Now I am looking for reverse...

varunkumar1 by Tera Contributor
  • 2733 Views
  • 14 replies
  • 3 helpfuls

Resolved! How to retrieve comments for an incident via the rest api

When using the rest api for incidents, the "comments" journal field always returns an empty string.   Setting "sysparm_display_value = true" will output all of the comments in a single string which is not very useful.   How do I query the journal tab...

jsamm by Giga Contributor
  • 10503 Views
  • 5 replies
  • 5 helpfuls