File: scotts\tables\record.js
/**
*
*
* @class ServiceNowRecord
* @constructor
* @module Tables
*/
/**
* Sys ID
* @property sys_id
* @type Sys ID (GUID)
* @default
*/
/**
* Created by
* @property sys_created_by
* @type String
* @default
*/
/**
* Created
* @property sys_created_on
* @type Date/Time
* @default
*/
/**
* Updated by
* @property sys_updated_by
* @type String
* @default
*/
/**
* Updated
* @property sys_updated_on
* @type Date/Time
* @default
*/
(function(){})
