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

Forum Posts

execute mid server script include from scoped application

I am trying to execute a MID server script include from a scoped application. When I use var jp = new JavascriptProbe(this.midServer); I get ReferenceError: "JavascriptProbe" is not defined When I use var jp = new global.JavascriptProbe(this.midServe...

Resolved! Getting variable from url to string field

HiOK, I'm pretty new at this, and I am building a survey where I can write a value in a url variable with the survey link and have the survey form pick it up in a string field (preferable read-only). For instance, a case number:https://<link to surve...

Resolved! Catalog Item - No Time Only Variable

I'm working on creating a new Catalog Item for requesting a scheduled report.  As part of this I need a way for the requester to enter what time of day they want the report to run, but there is not a variable for Time only.  There is Date and Date/Ti...

Matt20 by Tera Expert
  • 6602 Views
  • 8 replies
  • 12 helpfuls

How to call script include from System Property?

Hi, I have a problem. I have to find using script include groups with specific role, which I have done. But now I have to store the values that script include will return in array and store them using System Property. And I do not know how to call sc...

find_real_file.png find_real_file.png
petr_jaros by Kilo Contributor
  • 2638 Views
  • 2 replies
  • 0 helpfuls

How to Delay Business Rule for some time

Hello All, A Business Rule is there which will trigger based on a condition. But the script in the Business Rule should trigger after some delay of 1minute. When i am using gs.sleep() it is not working. Can anyone suggest me how to delay the script t...

swaroop by Kilo Sage
  • 4443 Views
  • 12 replies
  • 2 helpfuls

Resolved! Attachment Variable default table

I am in the process of upgrading to Paris and I have noticed that when using the attachment variable, the attachment is being associated to a table: ZZ_YYsc_cart_item This table doesnt seem to exist?  I really need attachments added with this variabl...

matt_a by Kilo Guru
  • 3076 Views
  • 9 replies
  • 1 helpfuls

Resolved! How to check if value exists in flow designer

I'm using Flow designer to create or update a record based on the information received on a custom table, populated from a REST API Post message from an external system. The external system will only populate values for variables which have changed s...

benrollins by Kilo Expert
  • 4948 Views
  • 5 replies
  • 2 helpfuls

ACL on Database View

Hi, I would like to know if we can write ACL's on database view. I am trying to give write access to one of the groups to a field from 'awa_agent_presence_capacity' database view which is not working. My Script in ACL :answer = false;if(gs.getUser()....

Multi Row Variable Set not Displaying on RITM

I added a Multi-Row Variable Set to a catalog item. The set displays on the form but after checking out, the resulting RITM does not display the set. Am I missing something? I've searched the forum but cant find a resolution. Thanks. 

mrcorbeaux by Kilo Guru
  • 2817 Views
  • 5 replies
  • 0 helpfuls

Create a Unique field with no duplicates

Hi - I have created a form in SN and need to make one of my fields UNIQUE so there can be no duplicates. I am quite new to this and I have no idea where to start from. Any pointers will be very much appreciated.Thanks.

tsam by Kilo Explorer
  • 7962 Views
  • 8 replies
  • 4 helpfuls

Resolved! Clear Options except 'None'

Hi All,I am trying to develop a catalog client script for a Service Portal Item.Below is the code I am using:--------var cat = newValue;   g_form.clearOptions('subcategory');     var choice = new GlideRecord('sys_choice');   choice.addQuery('dependen...

Shihab Ahmed by Tera Contributor
  • 17789 Views
  • 13 replies
  • 15 helpfuls