API Docs for: 1.0.0
Show:

File: scotts\tables\kb_knowledge.js

/**
 * 
 * Table: kb_knowledge  
 * Link: https://scottsdev.service-now.com/sys_db_object.do?sys_id=394dcec0db7132008bfa3ade9d9619ee
 * 
 * @class KnowledgeArticle
 * @constructor
 * @extends ServiceNowRecord
 * @module Tables
 * @see https://scottsdev.service-now.com/sys_db_object.do?sys_id=394dcec0db7132008bfa3ade9d9619ee
 */

/**
 * Active
 * @property active
 * @type True/False
 * @default true
 */

/**
 * Article ID
 * @property article_id
 * @type String
 * @default 
 */

/**
 * Article type
 * @property article_type
 * @type String
 * @default text
 */

/**
 * Author
 * @property author
 * @type Reference
 * @default javascript:gs.getUserID()
 */

/**
 * Base Version
 * @property base_version
 * @type Reference
 * @default 
 */

/**
 * Cannot Read
 * @property cannot_read_user_criteria
 * @type List
 * @default 
 */

/**
 * Can Read
 * @property can_read_user_criteria
 * @type List
 * @default 
 */

/**
 * Category
 * @property category
 * @type String
 * @default 
 */

/**
 * Configuration item
 * @property cmdb_ci
 * @type Reference
 * @default 
 */

/**
 * Description
 * @property description
 * @type String
 * @default 
 */

/**
 * Attachment link
 * @property direct
 * @type True/False
 * @default false
 */

/**
 * Disable commenting
 * @property disable_commenting
 * @type True/False
 * @default false
 */

/**
 * Disable suggesting
 * @property disable_suggesting
 * @type True/False
 * @default false
 */

/**
 * Display attachments
 * @property display_attachments
 * @type True/False
 * @default true
 */

/**
 * Display number
 * @property display_number
 * @type String
 * @default 
 */

/**
 * Flagged
 * @property flagged
 * @type True/False
 * @default 
 */

/**
 * Image
 * @property image
 * @type Basic Image
 * @default 
 */

/**
 * Category
 * @property kb_category
 * @type Reference
 * @default 
 */

/**
 * Knowledge base
 * @property kb_knowledge_base
 * @type Reference
 * @default javascript:getDefaultKB()
 */

/**
 * Latest
 * @property latest
 * @type True/False
 * @default true
 */

/**
 * Latest AQI
 * @property latest_aqi
 * @type Reference
 * @default 
 */

/**
 * Meta
 * @property meta
 * @type String
 * @default 
 */

/**
 * Meta Description
 * @property meta_description
 * @type String
 * @default 
 */

/**
 * Number
 * @property number
 * @type String
 * @default javascript:getNextObjNumberPadded();
 */

/**
 * Published
 * @property published
 * @type Date
 * @default 
 */

/**
 * Rating
 * @property rating
 * @type Decimal
 * @default 
 */

/**
 * Retired
 * @property retired
 * @type Date
 * @default 
 */

/**
 * Revised By
 * @property revised_by
 * @type Reference
 * @default 
 */

/**
 * Roles
 * @property roles
 * @type User Roles
 * @default 
 */

/**
 * Short description
 * @property short_description
 * @type String
 * @default 
 */

/**
 * Source Task
 * @property source
 * @type Reference
 * @default 
 */

/**
 * Summary
 * @property summary
 * @type Reference
 * @default 
 */

/**
 * Class
 * @property sys_class_name
 * @type System Class Name
 * @default javascript:current.getTableName();
 */

/**
 * Domain
 * @property sys_domain
 * @type Domain ID
 * @default global
 */

/**
 * Domain Path
 * @property sys_domain_path
 * @type (empty)
 * @default 
 */

/**
 * Updates
 * @property sys_mod_count
 * @type Integer
 * @default 
 */

/**
 * View count
 * @property sys_view_count
 * @type Integer
 * @default 0
 */

/**
 * Article body
 * @property text
 * @type Translated HTML
 * @default 
 */

/**
 * Topic
 * @property topic
 * @type String
 * @default General
 */

/**
 * Use count
 * @property use_count
 * @type Integer
 * @default 0
 */

/**
 * ServiceHub Portal Link
 * @property u_portal_url
 * @type URL
 * @default 
 */

/**
 * Published by
 * @property u_published_by
 * @type Reference
 * @default 
 */

/**
 * Valid to
 * @property valid_to
 * @type Date
 * @default 
 */

/**
 * Version
 * @property version
 * @type Reference
 * @default 
 */

/**
 * Wiki
 * @property wiki
 * @type Wiki
 * @default 
 */

/**
 * Workflow
 * @property workflow_state
 * @type Workflow
 * @default draft
 */

(function(){})