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

Forum Posts

Resolved! what is the purpose of gs.include('validators')

Hi All, I see gs.include('validators') being used in inbound email actions, also could see that it relates to a script include- validators that has three functions isnumeric, isInteger and containsOnlyChars defined it.But unable to figure out what it...

sohan_snow by Tera Contributor
  • 9905 Views
  • 3 replies
  • 17 helpfuls

Resolved! Updating current record with info from Glide record

Afternoon All,I'm on the service offering form and i want to update a reference field on here with the information contained in a reference field on the company form. I'm using a before insert business rule. What needs to happen is the support group ...

Dubz by Mega Sage
  • 5133 Views
  • 7 replies
  • 2 helpfuls

Resolved! Sys_id of incident inside UI Macro

Hello,I have created UI macro. This macro is running on the incident form and only find all notifications whose belong to current incident.But I need the sys_id of the incident changes dynamicaly. Is any choice that this provides me? My code of UI ma...

coolek by Giga Expert
  • 3082 Views
  • 3 replies
  • 7 helpfuls

Getting user location from user table via glide record

Hi ,I have to call script include after getting user location from user table via glide.Kindly help me with script .PS : I have to call assignment lookup script include which will assign a group based on user location taken from the user tableThanks ...

Sneha39 by Mega Guru
  • 4438 Views
  • 5 replies
  • 0 helpfuls

User unable to create M2M entries

Hi All,I'm facing an issue where a user is unable to add entries on clicking 'Edit' button in outages ('task_outage') related list available in incident form. I have created ACLs to allow the user to read/create/write/delete records in task_outage ta...

Kamal17 by Kilo Sage
  • 1733 Views
  • 3 replies
  • 3 helpfuls

Resolved! add variable set to record producer

How do you add an existing variable set to a record producer? That is, having created a variable set named, myTest with two variables in it....If I click on the record producer -> Variable Sets -> new and enter the same variable set name it just crea...

Jelly UI Page - less than / greater query

Hi AllI'm trying to write a UI page to do a glide query with a 'greater than' or 'less than' operator but the xml doesn't like it !How do i do ..... gr.addQuery("priority", ">", "3");or ...gr.addQuery("priority", "<", "3");I'll also need to run queri...

nhague by Tera Contributor
  • 3372 Views
  • 6 replies
  • 0 helpfuls

Show error message in scripted rest api

Hi,I want to show error message when my caller_id and short_description is empty but here my api is running and creating incident in all the cases(function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) {   var body = request.body....

Sneha39 by Mega Guru
  • 2905 Views
  • 2 replies
  • 0 helpfuls