Knowledge Object
The default definitions of the knowledge object are.
Display Name |
Type |
Size |
Description |
AttachmentData |
Binary File |
n/a |
Control for attaching indexed documents to the article that can be indexed and searched (if the attachment is a format that can be indexed). |
AttachmentData_ |
Text |
256 |
Attachment file name. |
AttachmentData_ |
Text |
10 |
Attachment file type. |
Author |
Text |
100 |
Used in the case where the article author is not the creator. Defaults to the login ID of the article creator. |
Category |
Text |
50 |
One of the values from the KnowledgeCategory business object. |
Collection |
Text |
50 |
Pick list from Repository of KnowledgeRepositories. |
CountFeedback |
Number |
8 digits |
Number of times users answered "This solved my problem" question. |
CountHelpful |
Number |
8 digits |
Number of times users answered yes to "This solved my problem". |
CountNotHelpful |
Number |
8 digits |
Number of times users answered no to "This solved my problem". |
CountView |
Number |
8 digits |
Number of Self Service user views. |
CreatedBy |
Text |
200 |
Login ID of the person who created the article. |
CreatedDateTime |
DateTime |
n/a |
Date and time when the article was created. |
Details |
Text |
Unlimited |
Description of the article. |
DisplayText |
Text |
350 |
Text displayed for article. |
EffectiveDate |
Date |
n/a |
Date at which the article is effective and should be published for user access. Currently there are no actions associated with this date. |
Environment |
Text |
200 |
Pick list from Environment of KnowledgeEnvironment. |
Expiration |
Date |
n/a |
Date at which the article is no longer considered valid. Currently, there are no actions associated with this date. |
KnowledgeType (FRS_KnowledgeType) |
Text |
30 |
Specifies the type of knowledge represented in the record. |
IsBusinessApproval |
Boolean |
Y/N |
Specifies whether approval required from the business unit. |
IsPresentationApproval |
Boolean |
Y/N |
Specifies whether approval is required from the presentation unit. |
IsTechnicalApproval |
Boolean |
Y/N |
Specifies whether technical approval required. |
Keywords |
Text |
200 |
Allows keyword entry to assist in searches. |
KnowledgeNumber |
Number |
8 digits |
Knowledge article ID number. |
KnowledgeVersion |
Number |
4 digits |
Knowledge article version number. |
LastModBy |
Text |
200 |
Login ID for the last person to modify the article. |
LastModDateTime |
DateTime |
n/a |
Date and time when the article was modified. |
NextReviewDate |
Date |
n/a |
Date used by the workflow engine to determine when the article review period has ended. If the article approval yes vote criteria has not been met by this time the article is considered to have failed the review process and is set to rejected status. |
Owner |
Text |
200 |
User who created the article. |
OwnerEmail |
Text |
100 |
Email address of the owner. |
OwnerTeam |
Text |
30 |
Owner team. |
OwnerType |
Text |
30 |
Owner type. |
PublishedDate |
Date |
n/a |
Date published. |
RecID |
Text |
32 |
Record ID. |
RetiredDate |
Date |
n/a |
Date when the article was moved into the archived status. |
Status |
Text |
50 |
One of the status values from the KnowledgeStatus business object. |
SubCategory |
Text |
100 |
One of the values from the KnowledgeSubCategory business object. |
Title |
Text |
300 |
Article title. |
UserRating |
Number |
10 digit, 2 decimal |
Average value for the user ratings. |
Child object |
Binding |
Cardinality |
FRS_KnowledgeAssocAttachment |
contains |
zero or many |
AuditHistoryRelationship |
contains |
zero or many |
CIAssociatedFRS_Knowledge |
associated |
zero or many |
FRS_KnowledgeAssociatedFAQ |
associated |
zero or many |
FRS_KnowledgeAssociatedFRS_Approval |
associated |
zero or many |
FRS_KnowledgeAssociatedWorkflowInstance |
associated |
zero or many |
FRS_KnowledgeAssociatedFRS_Knowledge |
associated |
zero or many |
IncidentAssocFRS_Knowledge |
associated |
zero or many |
FRS_KnowledgeContainsJournal |
contains |
many |
FRS_KnowledgeContainsKMFeedback |
contains |
many |
FRS_KnowledgeAssociatedProblem |
associated |
zero or many |
FRS_KnowledgeAssociatedTask |
associated |
zero or many |
Layout |
Context |
Default roles |
Associated forms |
FRS_Knowledge |
Create, publish, archive, and manage knowledge articles. |
Knowledge Manager |
KnowledgeStatus KnowledgeRepositories KnowledgeCategory KnowledgeSubCategory KnowledgeEnvironmnet Profile.Employee StandardUserTeam |
Name |
Purpose |
FRS_Knowledge |
Main FRS_Knowledge edit. |
FRS_Knowledge.Brief |
Brief preview below grid (browse). |
Quick action name |
Action |
Archive Knowledge Article |
Change article status to archived. |
Article Feedback |
Create new KMFeedback business object. |
Publish Knowledge Article |
Update status to published. Run for workflow instance. |
Submit for Review |
Change article status to in review. |
Create Assignment |
Change owner team to Knowledge Management. Change summary to Knowledge Article for Review. |
Name |
Criteria |
Articles created in the last 30 days |
Find 'FRS_Knowledge' where: FRS Knowledge# CreatedDateTime Greater or Equal $(LastThirtyDays()) |
Articles created this month |
Find 'FRS_Knowledge' where: FRS Knowledge# CreatedDateTime Greater or Equal $(StartOfThisMonth()) |
Articles modified in the last 30 days |
Find 'FRS_Knowledge' where: FRS Knowledge# LastModDateTime Greater or Equal $(StartOfThisMonth()) |
Articles published this month |
Find 'FRS_Knowledge' where: FRS Knowledge# Status Equal to Published AND Find 'FRS_Knowledge' where: LastModDateTime Greater or Equal $(LastThirtyDays()) |
Articles rejected this month |
Find 'FRS_Knowledge' where: FRS Knowledge# Status Equal to Rejected AND Find 'FRS_Knowledge' where: LastModDateTime Greater or Equal $(LastThirtyDays()) |
Articles retired this month |
Find 'FRS_Knowledge' where: FRS Knowledge# Status Equal to Expired AND Find 'FRS_Knowledge' where: RetiredDate Greater or Equal $(LastThirtyDays()) |
Articles this year |
Find 'FRS_Knowledge' where: FRS Knowledge# CreatedDateTime Greater or Equal $(StartOfThisYear()) |
Articles updated this month |
Find 'FRS_Knowledge' where: FRS Knowledge# LastModDateTime Greater or Equal $(StartOfThisMonth()) |
Articles with pending actions |
Find 'Task' where: Task# Status Equal to Logged OR Task# Status Equal to Assigned OR Task# Status Equal to Accepted |
Articles with solved incidents |
Find 'Incident' where: Incident# Status In List Closed, Resolved |
My authored articles |
Find 'FRS_Knowledge' where: FRS Knowledge# Author Equal to $(CurrentLoginId()) |
All articles |
Find 'FRS_Knowledge' where: FRS Knowledge# RecID Is Not Empty |
Articles archived this month |
Find 'FRS_Knowledge' where: FRS Knowledge# Status Equal to Archived AND LastModDateTime Greater or Equal $(LastThirtyDays()) |
Articles in draft this month |
Find 'FRS_Knowledge' where: FRS Knowledge# Status Equal to Draft AND LastModDateTime Greater or Equal $(LastThirtyDays()) |
Articles in review this month |
Find 'FRS_Knowledge' where: FRS Knowledge# Status Equal to In Review AND LastModDateTime Greater or Equal $(LastThirtyDays()) |
Articles reviewed this month |
Find 'FRS_Knowledge' where: FRS Knowledge# Status Equal to Reviewed AND LastModDateTime Greater or Equal $(LastThirtyDays()) |
Articles with feedback |
Find 'KM_Feedback' where: KMFeedbackType Equal To ArticleFeedback |
Articles with feedback in last 30 days |
Find 'KM_Feedback' where: KMFeedbackType Equal To ArticleFeedback AND 'KM_Feedback' CreatedDateTime Greater or Equal $(LastThirtyDays()) |
Articles with feedback this month |
Find 'KM_Feedback' where: KMFeedbackType Equal To ArticleFeedback AND 'KM_Feedback' CreatedDateTime Greater or Equal $(StartOfThisMonth()) |
My owned articles |
Find 'FRS_Knowledge' where: FRS Knowledge# Owner Equal to $(CurrentLoginId()) |