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

Forum Posts

ACL conflict on field level

HI All,If we have two ACL on the field level one is giving the access and other is revoking the access then which ACL result will effect at last as a result and why?Please find Below screen shot of two acl condition:In my testing it is giving the wri...

Capture78.PNG Capture79.PNG

Send attachment through rest API - Binary request

Hello,  I'm new to the service now platform so looking for suggestions to solve the issue that we're facing. The use case is to create a service now ticket with an attachment when a user fills out a form in salesforce. When the user attaches a pdf fi...

How to view tasks assigned to My Tasks in Employee Center

I want to display catalog tasks assigned to me in My Tasks in Employee Center.I have an SCTASK assigned to Andrew Och, but nothing appears in Andrew Och's My Tasks menu.How do I display the SCTASK assigned to me here?

SCTASK.png My tasks.png
MiY by Tera Contributor
  • 2000 Views
  • 1 replies
  • 0 helpfuls

How to enable Service Now encrypt certificate hash in SHA256

Hi All,We have a SOAP integration in place which requires source to use certificate and generate signature in sha 256 ,currently it generates in SHA1. Is there some configuration that needs to be done so SNOW automatically encrypt in sha256?.Thanks,R...

richam by Tera Expert
  • 2957 Views
  • 2 replies
  • 1 helpfuls

Records not getting updated in List View

Currently , I have worked on a development where if service owner or service owner group has been changed on mapped application service table, It needs to be automatically updated in all the related incidents.Issue is like only few records were seen ...

Reddymahesh by Tera Contributor
  • 1919 Views
  • 21 replies
  • 1 helpfuls

get first day of month ServiceNow

var currentdate = new GlideDate();//currentdate.getByFormat("MM-dd-yyyy");var gdt = new GlideDateTime(currentdate);var dt= gs. beginningOfThisMonth(gdt);gs.info(dt);

austin30 by Tera Expert
  • 1370 Views
  • 2 replies
  • 1 helpfuls