Skip to content
  • info@conyxit.com
  • +1(972) 469 0345
Conyx IT Solutions | ServiceNow Experts
  • Home
  • About Us
  • Services
  • News & Events
  • Blog
  • Careers
  • White Papers
  • Contact Us

Month: January 2018

ServiceNow | Make all the variables read only in the RITM view

by: vinay polisettiIn Uncategorized

function onLoad() { g_form.setVariablesReadOnly(true); }  

Share :

Sample code to get the catalog variables in the ServiceNow workflow

by: vinay polisettiIn Uncategorized

var gr  = current ; var firstName  = gr.variables[‘first_name’] ; var lastName  = gr.variables[‘last_name’] ; var fullName  = lastName.getGlideObject().getValue() + ” ” + firstName.getGlideObject().getValue() ;

Share :

Sample code to restart servicenow workflow

by: vinay polisettiIn Uncategorized

var gr = new GlideRecord(‘sc_req_item’); gr.addQuery(‘number’, ‘RITM0106387’); gr.query(); if(gr.next()) { var w = new Workflow(); var context = w.startFlow(‘67755686db2c4b004620d2c75e96191e’, gr, ‘insert’, ”); }

Share :

Recent Posts

  • ServiceNow workflow – A sample Script to update all the catalog tasks with work notes
  • How to set Service Catalog Item variable value in ServiceNow workflow
  • Credential Management in ServiceNow discovery
  • Parse the CSV file upload in ServiceNow Service Portal
  • Establish Communication between two widgets in ServiceNow – Service Portal

Recent Comments

  • A WordPress Commenter on Hello world!
  • admin on News Heading
  • Mr WordPress on News Heading

Archives

  • February 2019
  • January 2019
  • December 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • August 2016
  • December 2015
  • November 2015
  • October 2014
  • May 2014
  • March 2013

Categories

  • business
  • corporate
  • ServicecNow
  • Uncategorized
  • wordpress
  • Workflow

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Featured Post

  • ServiceNow workflow – A sample Script to update all the catalog tasks with work notes The following code can be used in the...
  • How to set Service Catalog Item variable value in ServiceNow workflow The following code will be used to set...
  • Credential Management in ServiceNow discovery Service now is an agent less discovery mechanism...

Tag

business new office video

News Letter

Enter your email address for getting updates
 By continuing, you accept the privacy policy

Partner with Conyx

Conyx's Partner Program is specifically designed to transform and enhance your IT operations. As a partner, you can leverage our expertise and experience to architect, design, manage ITSM applications to match your business and your clients’ needs. We are willing to hear from you.

Quick links

  • Home
  • Blog
  • About Us
  • Careers
  • Services
  • Resources
  • Contact Us

Address

  • Conyx IT Solutions, LLC
  • Call : +1(972) 469 0345
  • 1692 Bridle blvd
  • Email : info@conyxit.com
  • Frisco, TX - 75036
© 2019 Conyx IT Solutions | ServiceNow Experts