User Activity
In Change request, when a record is in Assess State , I can only change that state to Authorise, I am not able to move back to New state , how can I move back to new state and display state is New.
I want to keep New also one of the options in the be...
var gr = new GlideRecord('cmdb_ci_computer');
gr.addEncodedQuery('sys_created_onBETWEENjavascript:gs.dateGenerate('2019-09-01','00:00:00')@javascript:gs.dateGenerate('2021-04-13','23:59:59')');
gr.query();
gs.print(gr.getRowCount()); // counts a...
I want RITMs created exactly 14 days before , ( I want to run this report daily) how can I keep a filter on the RITM table? Can someone help me out with the filter condition?
Eg: today date is April 14
I want records created exactly on April 1
...
In variables, in type attachment, in catalog item, a) Currently it is accepting only one attachment , I want it should accept two or more attachments, how can I achieve it b) Is there any way I can attach a template there, so that users download it...
I have created a catalog form where below is one of the variables.
But here the task is I have to first give them a template which the user should be able to download it and fill it and upload here. How can I provide the template file here?