Thursday, August 29, 2013

CloudChoir - Part 1: how to install 

"ServiceNow 'integration-as-a-service'"

YouTube DEMO video:
http://youtu.be/QygR9GEZTPY

Name of "Scripted Web Service":
UpdateBack

"Function Name":
Callback

Source code of "Scripted Web Service":
    var rec = new GlideRecord(request.tablename);
    rec.initialize();
    rec.addQuery('sys_id', request.callbackrecordid);
    rec.query();
    if (rec.next()) {
        rec[request.columnname] = request.inputvalue;
        rec.update();
    }


 The 4 "Input Parameters":
    callbackrecordid
    tablename
    columnname
    inputvalue

Here is the screenshot of end result:

2 comments:

  1. This blog is really awesome Thanks for sharing most valuable information with us.ServiceNow Training in Hyderabad

    ReplyDelete
  2. This article is very much helpful and i hope this will be an useful information for the needed one.Keep on updating these kinds of informative thingsThank you for your post. This is excellent information. It is amazing and wonderful to visit your site.

    oracle training in chennai

    oracle training institute in chennai

    oracle training in bangalore

    oracle training in hyderabad

    oracle training

    oracle online training

    hadoop training in chennai

    hadoop training in bangalore

    ReplyDelete