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

Forum Posts

GlideDateTime setTZ(TimeZone timeZone) does NOT work

According to this: setTZ(TimeZone timeZone) It's not working. Step 1, change your profile timezone:   Step 2, run this background script: var tz = gs.getSession().getTimeZone(); gs.print(tz); var gdt = new GlideDateTime(); gs.print(gdt); gdt.setTZ(tz...

find_real_file.png find_real_file.png
xiaix by Tera Guru
  • 4978 Views
  • 1 replies
  • 2 helpfuls

Embedded Video in KB article using URL doesnot work

We are facing the issue in our instance in Madrid Version whenever we are embedding code in KB article using URL or embedded code it gets disabled whenever KB article is saved. We have checked the system property "glide.html.sanitize_all_fields" and ...

Mahesh by Kilo Explorer
  • 1731 Views
  • 2 replies
  • 1 helpfuls

file attachment field type; make it mandatory

Hi, In london release the field type "File attachment" is introduced. I have an issue with making it mandatory. When u make it mandatory, through ui policy or dictionary, and you click the "Click to add.." link, the UI policy kick in and says that th...

hermanwinkel by Giga Contributor
  • 4583 Views
  • 9 replies
  • 3 helpfuls

Remove Info Icon on Service Portal - Only one field

Hi All, I have a drop down reference field on Catalog item. I do not want to allow user to see other details of the referenced records. For this I need to hide the Info button on the reference variable. I found below KB but its for all fields on the ...

Khanna Ji by Tera Guru
  • 2764 Views
  • 3 replies
  • 5 helpfuls

RegExp Email Validation is not working

Hello all,   I am trying to build a basic regexp for email validation, but it's not working. Could you please what is wrong with the code. ********************************************************************* var abc=g_form.getValue('email');    var ...

VK13 by Tera Expert
  • 3785 Views
  • 9 replies
  • 8 helpfuls

How to get latest additional comments changes

Hi experts ,   I am using below code in integration hub to get the latest additional comments in incident , however it is giving output "false" each time after updating the additional comments - (function execute(inputs, outputs) { outputs.cmt = inpu...

UI Policies: Onload, Reverse, & Remove Options

Hello, Wanted to get insight as to why certain UI policy conditions do not behave as I expect them to behave. Here is the scenario: Form has Field A & Field BForm A is a choice fieldForm B is a choice fieldFor B choices are dependent on Form A choice...

Desmo by Mega Guru
  • 3727 Views
  • 4 replies
  • 0 helpfuls

Issue with "onAfter" script with in transform map.

Hi All,We are facing an issue with the onafter script that we use in transform.we are trying to bulk update the Records and we want the records which have been updated to update "work-notes" as well.We have used the following code (function runTransf...

kamal11 by Giga Expert
  • 7230 Views
  • 22 replies
  • 1 helpfuls

Resolved! Security Incident Catalog can not be seen on Service Portal

Dear expert, We've already active the "Security Incident Catalog" in the system(In Self-Service->Security Incident Catalog,we can see all of the Security Incident catalogs).Right now I'm facing 2 issues.1)"Security Incident Catalog" cannot be seen in...

find_real_file.png
Alvin7 by Kilo Expert
  • 3486 Views
  • 9 replies
  • 2 helpfuls

Resolved! Oauth 2.0 error : Missing response_type parameter value

I am using a test instance, version Orlando, I am trying to retrieve an access token but I receive the following error. I am using Postman tool. In the app registry I have tried with and without a redirect uri but I see no difference. Kindly help. Th...

find_real_file.png find_real_file.png

Script to export data in csv

Hi All,I want to generate a report.below is the requirement:1) Query multiple tables.2) Format the data using script.3) ExportI want to export this in csv.Is it possible?I am using Schedule job. I am able to get and format the data. But how to export...

koley by Tera Contributor
  • 18111 Views
  • 7 replies
  • 7 helpfuls

Resolved! skipped records during upgrade

We just upgraded to Kingston.  Normally we have thousands of skipped records to review (We've done two other upgrades).  This time we have less than a thousand.  We have about one tenth of what we have had each time in the past.  Has anyone else had ...