User Activity
04-27-2016
In the workflow of a service catalog request I've added an approval step. I've been asked to have the request automatically cancel itself if the approval step is not completed within X days of time. How would I implement that?I would *prefer* not...
03-03-2016
I've added a u_last_query_date field to the cmdb_rel_ci table. I need a rule that says when you query that table, and you explicitly add the parent, child, and type fields, then I want that record queried to set the u_last_query_date field to the c...
10-20-2015
I have a given class name, such as 'cmdb_ci_linux_server'. Now I want to find all the cmdb_model entries that would be a valid choice for an asset of type cmdb_ci_linux_server, so I started off like so:
var gr = new GlideRecord('cmdb_model');
gr.ad...
09-17-2015
I've got a UI page that uses AngularJS that's working great from the client side of things. Now I'm ready to press the OK gutton (via the g:ui_form tag) which will run the processing script. Usually from there I can just access variables that wer...
09-09-2015
I'm setting up a UI Action where I'll only click "List Choice". It seems like the action is run once per item chosen. What I'm looking for instead is a way to get all of the items chosen and then pass that complete list over to a UI Page.Is that ...