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

Forum Posts

Resolved! ACL calling Script Include is erroring in scoped application

I am making a copy of a global application into a scoped application. I've reached the ACLs. This ACL seems to be returning the correct value but is not allowing the change to be saved and is throwing a log error.   ACL: ACL Script: answer = getAnsw...

find_real_file.png find_real_file.png find_real_file.png
Sue Frost by Giga Guru
  • 3974 Views
  • 13 replies
  • 0 helpfuls

Resolved! skip records“There are no differences found”

Hi, When you see [Unmodified customization] in the skip record, the message “There are no differences found” may appear. Why do skip records contain “There are no differences found” records?   best regards,

Tepp by Tera Expert
  • 3434 Views
  • 2 replies
  • 6 helpfuls

Resolved! Scheduled script execution

I created a new update set. Then, modified an existing scheduled script execution (table name: sysauto_script.list) When I looked into customer updates, I found that "scheduled script execution" modification is not captured in update set.

s_45 by Tera Contributor
  • 2100 Views
  • 1 replies
  • 0 helpfuls

Business Rule - for enforcing Max Length on a String Field

I need to set a string field to a max length of 13,000 characters. It currently does not enforce this. I was thinking of doing this in a business rule - does anyone have any scripting/code for this? I need something like this" You can create a busine...

Elizabeth26 by Tera Contributor
  • 2908 Views
  • 7 replies
  • 0 helpfuls

PDF Generator

Dear,Has anyone a good tuto on PDF generator.I have a few record producer that will generate PDF in specific formats and containing (templates).The template will be filled in with information provider on the forms.I found this link : PDF Generation i...

Resolved! action.setRedirectURL(current) not working on UI Action

HI,while using an ui action I face to strage issues:1. the   "action.setRedirectURL(current);" does not do its job - I always leave the form after the change is done ...2. I'm using the   g_form.submit(); as this one woks - using   g_form.update(); a...

Zod by Giga Guru
  • 34964 Views
  • 5 replies
  • 8 helpfuls

Cannot view image on Service Portal

Hello All, I am stuck in an issue where I need to display an image on the landing console of Service Portal using OOTB Image Link widget. I have uploaded the image on db_image table with category as Service Portal with image source in place. Also, ha...

OAuth2.0 and REST API - missing access token

Hi there,   My colleagues and I have been working on a little project on our downtime - we're attempting to integrate the Reddit REST API with ServiceNow so we can put posts from the ServiceNow subreddit in a table. This is mainly to provide us with ...

find_real_file.png find_real_file.png

is it possible redirect to url through script include??

Hi TeamI have one requirementI have one UI Page for notify user it has to run continue here or it has to process background. how i can perform actions in background process after process completion it has to redirect to one url which some records. Co...

Get the top manager

Hello, while working on a workflow, I need to get the approbation from the top manager who is in the XYZ group of the user for whom the item is requested for. My script can only check if the manager and the manager's manager are in the XYZ group. How...