NimbleBuy

About

  • Home
  • About

Monday, 8 November 2021

Create email using BR in ServiceNow

    var obj = new GlideRecord('u_practice_on_businessrule');

var f_name = current.u_first_name;

var l_name = current.u_last_name;

current.u_email_2.setValue(f_name+"."+l_name+"@gmail.com");

gs.addInfoMessage("New email Created");

Posted by R0N!t at 23:27
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: coding dump, SNOW

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Search This Blog

Blog Archive

  • ►  2022 (1)
    • ►  04/17 - 04/24 (1)
  • ▼  2021 (11)
    • ►  12/05 - 12/12 (1)
    • ►  11/28 - 12/05 (1)
    • ►  11/21 - 11/28 (1)
    • ►  11/14 - 11/21 (2)
    • ▼  11/07 - 11/14 (6)
      • Async Await in Javascript(JS)
      • Promises in Javascript(JS)
      • Basic codes in ServiceNow
      • Create email using BR in ServiceNow
      • Total record count using GlideRecord in ServiceNow
      • Callback hell in Javascript
  • ►  2017 (141)
    • ►  09/03 - 09/10 (1)
    • ►  04/23 - 04/30 (3)
    • ►  04/16 - 04/23 (6)
    • ►  04/09 - 04/16 (5)
    • ►  04/02 - 04/09 (7)
    • ►  03/26 - 04/02 (5)
    • ►  03/19 - 03/26 (6)
    • ►  03/12 - 03/19 (7)
    • ►  03/05 - 03/12 (8)
    • ►  02/26 - 03/05 (6)
    • ►  02/19 - 02/26 (10)
    • ►  02/12 - 02/19 (14)
    • ►  02/05 - 02/12 (15)
    • ►  01/29 - 02/05 (20)
    • ►  01/22 - 01/29 (25)
    • ►  01/15 - 01/22 (3)

Dump

  • coding dump
Simple theme. Theme images by sebastian-julian. Powered by Blogger.