File: scotts\tables\kb_knowledge_base.js
/**
*
* Table: kb_knowledge_base
* Link: https://scottsdev.service-now.com/sys_db_object.do?sys_id=830fc2ccdb7132008bfa3ade9d961941
*
* @class KnowledgeBase
* @constructor
* @extends ServiceNowRecord
* @module Tables
* @see https://scottsdev.service-now.com/sys_db_object.do?sys_id=830fc2ccdb7132008bfa3ade9d961941
*/
/**
*
* @property active
* @type Boolean
*/
/**
* Approval description
* @property approval_description
* @type Translated Text
* @default
*/
/**
* Card color
* @property card_color
* @type Color
* @default
*/
/**
* Checklist
* @property checklist
* @type Reference
* @default
*/
/**
* Data policy
* @property data_policy
* @type Reference
* @default
*/
/**
* Description
* @property description
* @type Translated Text
* @default
*/
/**
* Disable category editing
* @property disable_category_editing
* @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
*/
/**
* Enable social questions and answers
* @property enable_socialqa
* @type True/False
* @default true
*/
/**
* Icon
* @property icon
* @type Image
* @default
*/
/**
* Managers
* @property kb_managers
* @type List
* @default
*/
/**
* Release version
* @property kb_version
* @type Choice
* @default 3
*/
/**
* Mandatory fields
* @property mandatory_fields
* @type Slush Bucket
* @default
*/
/**
* Order
* @property order
* @type Integer
* @default
*/
/**
* Owner
* @property owner
* @type Reference
* @default
*/
/**
* Question annotation
* @property question_annotation
* @type Translated HTML
* @default
*/
/**
* Retire workflow
* @property retire_workflow
* @type Reference
* @default 3d18ef12c30031000096dfdc64d3aeb6
*/
/**
* 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
*/
/**
* Table
* @property table
* @type Table Name
* @default kb_knowledge
*/
/**
* Set default knowledge field values
* @property template
* @type Template Value
* @default
*/
/**
* Title
* @property title
* @type Translated Text
* @default
*/
/**
* Default Displayed Articles
* @property u_articles_displayed
* @type Integer
* @default 10
*/
/**
* Article Display Author
* @property u_article_display_author
* @type Boolean
* @default true
*/
/**
* Article Display Number
* @property u_article_display_number
* @type Boolean
* @default true
*/
/**
* Article Display Published
* @property u_article_display_published
* @type Boolean
* @default true
*/
/**
* Article Display Rating
* @property u_article_display_rating
* @type Boolean
* @default true
*/
/**
* Article Display Viewcount
* @property u_article_display_viewcount
* @type Boolean
* @default true
*/
/**
* Default/Max Article Expiration Duration
* @property u_default_article_expiration_duration
* @type Duration
* @default
*/
/**
* Displayed Most Viewed
* @property u_displayed_most_viewed
* @type Integer
* @default 0
*/
/**
* Displayed Recently Published
* @property u_displayed_recently_published
* @type Integer
* @default 0
*/
/**
* Displayed Top Rated
* @property u_displayed_top_rated
* @type Integer
* @default 0
*/
(function(){})