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

Forum Posts

Account expiry dates

HelloWe currently import our users from active directory to SNC via the LDAP plugin. I want to bring over the account expiry dates too but as this is stored in Integer8 format it will need some transform scripting to get it to show a human-readable d...

andrewnorris by Giga Contributor
  • 13859 Views
  • 33 replies
  • 12 helpfuls

Change an Assignment Group

Hello Team, We currently have a system generated process for a Catalogue Item that creates a request to correct Locations within ServiceNow - this Catalogue Item has a Fulfilment Group, however how can I change the assignment group for the 'Locations...

Winnie P by Mega Sage
  • 4262 Views
  • 4 replies
  • 1 helpfuls

Resolved! How can I split a catalog item form into 3 columns evenly?

I have a catalog item with multiple variables. I have used Container start and container split multiple times to get a view something like this,But this is uneven with the first column occupying 50% of the form width.Is there a way I can split these ...

find_real_file.png find_real_file.png

Resolved! increase variable length for label variable in catalog item

Hi All, I have a label field ..Label name contains nearly 500 characters but variable(question) cant access that much length. How to add 500 characters(text) to Question variable. How to achieve this? Thanks in advance..

srujana2 by Tera Contributor
  • 3857 Views
  • 15 replies
  • 3 helpfuls

Resolved! Create Child Task

Hi, How can we achieve code for the below requirement  Create Child Tasks (Run Script – Type)   Create task function – Use Script Include here and pass the RITM number as parameter to script include.  Create a catalog task to this RITM as parent.  Ta...

SHAIK18 by Mega Contributor
  • 3803 Views
  • 4 replies
  • 2 helpfuls

Report with Approval and Variables for Requested Items.

I want to create a Report with Approval and Variables for Requested Items.  #1 Approvals details should be some fields from <sysapproval_approver> table. #2 Requested Item details <sc_req_item> and DBll the Variables details including the Question an...

Fulfiller License

Hi, Are dashboard_admin and report_admin role, a fulfiller license and need to pay for these roles? Regards, Rooma

Community Alums by Community Alums  
  • 3082 Views
  • 5 replies
  • 2 helpfuls

Resolved! How to create an Embedded list?

I have two tables...Table A and Table B.. Table A is the main table....and I need to set Table B as embedded list in table A... How can I achieve this requirement?  

Rithvik2 by Tera Contributor
  • 9219 Views
  • 11 replies
  • 12 helpfuls

Doer & Checker Validation

In order to address an audit violation, my Services needs to validate that the Implement Change (Doer) & the Check Implementation (Checker) tasks are not assigned to the same person. The assignment group can be the same, but the Assigned to, should b...

mounika36 by Giga Contributor
  • 6423 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to query twice the same gliderecord?

Hi guys, I have  script:  var gr = new GlideAggregate('incident'); gr.addEncodedQuery("active=true"); gr.addAggregate('COUNT'); gr.query(); var result = 0; if (gr.next()) result = gr.getAggregate('COUNT'); gs.print...

rexter1 by Tera Expert
  • 3286 Views
  • 2 replies
  • 0 helpfuls