Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Integration with Control-M?

Has anyone successfully integrated with Control-M? We are trying to auto create incidents from Control-M alerts, and then send that ticket number back to the Control-M console to remove the emergency status etc.

Sprince by Kilo Explorer
  • 5298 Views
  • 7 replies
  • 0 helpfuls

Resolved! Condition builder in Service portal

Hi Experts,In Service Portal, I am using the Data Table from Instance Definition widget to display the list of records.I am able to see the filter. How can I use this filter to perform condition building?Thanks, Sanjiv

find_real_file.png
SanjivMeher by Mega Patron
  • 6875 Views
  • 12 replies
  • 1 helpfuls

Resolved! Can I add a record to sys_dictionary by using a script?

Hi everyone, I am trying to create a script that will automatically add field to a table. Is there a way I can do this? maybe by adding a record to sys_dictionary? I tried to do that by using GlideRecord but it didn't work. Any ideas?

erantal2000 by Giga Contributor
  • 2875 Views
  • 14 replies
  • 0 helpfuls

Can you specify the display order for bar chart columns?

Hi There I have created a report to display as a bar chart, showing the number of incidents in each state. This always puts the state with the greatest number of incidents on the top. Is thee a way to specify that I always want to have 'New' on top?...

find_real_file.png
Celliven by Giga Expert
  • 5348 Views
  • 1 replies
  • 2 helpfuls

Resolved! Deploy custom application to production

With the help of this forum and the experts I have my first custom application ready to go to production.Two questions:What is the best way to deploy this application?Publish to "My Instance"       or                     2. Publish Applications to an...

find_real_file.png find_real_file.png
davidb2000 by Kilo Contributor
  • 4512 Views
  • 6 replies
  • 2 helpfuls

Catalog Client Script to determine if Variable exists on form

I have a catalog item where I only present the one variable on one form, and I want to make it mandatory on a task. The reason is the answer from the tech drives the workflow path. Using a Policy to make it mandatory doesn't work well, as you cannot ...

shembop by Tera Contributor
  • 3465 Views
  • 3 replies
  • 1 helpfuls

Resolved! Hide section using setSectionDisplay to false failed?

Hi Developers,I have written the below script to hide a section with the following code:function onLoad() {var sections = g_form.getSectionNames();if (g_user.isMemberOf('CAB Approval')){g_form.setSectionDisplay('related_records',true);}else{g_form.se...

Custom axis (X and Y) for reports

HI all,this appears to be a common question in the community but I can't find a good solid answer.I've created a report based on average duration it takes to close an INC:This gets us the information we need, but the X axis is ugly. What we'd really ...

Capture.PNG

Resolved! is it possible to make a true/false field mandatory?

I've been trying to make a true/false field mandatory on the Service Desk Call Plugin. I've tried a couple of variations of UI policies and the field shows with a grey star as if it was mandatory once but i'm unable to make the field mandatory if fal...