This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @description Creates Requested Items that can be approved and worked for testing purposes | |
* @namespace | |
* @type {Class} | |
*/ | |
var RequestTester = Class.create(); | |
RequestTester.prototype = { | |
/** | |
* @description Creates a Requested Item given a name of a catalog item and variables to enter | |
* @param {String} name The name of a catalog item |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<unload unload_date="2015-08-14 18:47:45"> | |
<sys_remote_update_set action="INSERT_OR_UPDATE"> | |
<application display_value="Global">global</application> | |
<application_name>Global</application_name> | |
<application_scope>global</application_scope> | |
<application_version/> | |
<collisions/> | |
<commit_date/> | |
<deleted/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @description Updates SLAs based on conditions and stages | |
* @namespace | |
* @type {Class} | |
*/ | |
var SLARunner = Class.create(); | |
SLARunner.prototype = { | |
/** | |
* @description The name of the SLA table | |
* @type {String} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<unload unload_date="2015-08-14 22:59:24"> | |
<sys_remote_update_set action="INSERT_OR_UPDATE"> | |
<application display_value="Global">global</application> | |
<application_name>Global</application_name> | |
<application_scope>global</application_scope> | |
<application_version/> | |
<collisions/> | |
<commit_date/> | |
<deleted/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @description Converts between JSON Objects and GlideRecords | |
* @namespace | |
* @type {Class} | |
*/ | |
var JSONtoGlide = Class.create(); | |
JSONtoGlide.prototype = { | |
/** | |
* @description Converts an object into a new GlideRecord | |
* @param {Object} json A json object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<unload unload_date="2015-08-14 17:18:17"> | |
<sys_remote_update_set action="INSERT_OR_UPDATE"> | |
<application display_value="Global">global</application> | |
<application_name>Global</application_name> | |
<application_scope>global</application_scope> | |
<application_version/> | |
<collisions/> | |
<commit_date/> | |
<deleted/> |
NewerOlder