The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Workflow error : ' GlideAjax is not defined'

Hi,  I am calling a 'script include' in workflow. Script is marked as 'client callable'. This workflow is attached to 'Catalog item'.  When I create a request and check workflow, SNow is showing me an error message ; 'GlideAjax is not defined'.  Bel...

Orchestration Activity Designer Activity Inputs

Hello, I am building a custom activity using the Activity Designer.I have an SSH command that will vary based on variables in a form.How can set the values that go into the activityInput object?I am setting the value of the workflow scratchpad in a "...

activity_designer_1a.png activity_designer_1.png
Katie A by Mega Guru
  • 2740 Views
  • 4 replies
  • 1 helpfuls

Resolved! addEncodedQuery using copy query not picking correct records

var qry ="stateNOTIN3,6,7,10";qry += "^business_service=44fb09b16fa96a00e40e0f1aea3ee42c";qry += "^sys_created_onBETWEEN";qry += "javascript:gs.dateGenerate('2016-09-01','00:00:00')";qry += "@javascript:gs.dateGenerate('2016-12-31','23:59:59')";qry+=...

vinitha3 by Tera Guru
  • 2009 Views
  • 5 replies
  • 1 helpfuls

Resolved! How to add a table in email notification in workflow?

I want to send an email which has a table in it,Like Sl.no task                             description                   1         TASK001             abcd                   2         TASK002             xyzHow can i achieve this?

I am getting response as 404 Not found when I try to call GET API for tables cmdb_ci_service and alm_facilityin The ReST API Explorer.. Could you please help me with the same?

I am getting response as 404 Not found when I try to call GET API for tables cmdb_ci_service and alm_facilityin The REST API Explorer.. Could you please help me with the same?And also tables like sys_history_line and sys_history_set are not found in ...

Resolved! Notification not triggering

Hi,For requirement when assignment group changes to abc ..it should trigger notification.have set up with-insert or updateassignment group changesassignment group is .......Not sure why the notification is not triggered. Even tries with Events based ...

find_real_file.png find_real_file.png

Resolved! Need Help with Processing Script for RITM Cancel UI Page

All,I have a requirement to add a cancel UI Action button to the RITM form that will open a window so that users can input cancel comments/reasons.   Which I created and it works except for the Processing Script section of the UI Page.I need the Proc...

find_real_file.png find_real_file.png find_real_file.png
Brett14 by Giga Expert
  • 1923 Views
  • 6 replies
  • 0 helpfuls

Resolved! Insert Multiple Records using Business Rule

A training class table is updated routinely by Training Admins adding Classes.   I need to find a way to allow them to create "recurring classes".   On the table there is a start date & end date field. Both are date/time fields.   I've set out by cre...

michaelcory by Giga Expert
  • 6389 Views
  • 17 replies
  • 4 helpfuls

Resolved! Catalog client script order when Catalog item has both catalog Item level catalog client script and variable set level catalog client scripts

Hi, I have a catalog Item in which i have used a common variable set which has on load catalog client script at variable set level (Which auto populates the default value for "Requested For"). I have created a on load catalog client script at catalog...