{ "sections": [ "title", "description", "fields", "special_access_rules", "usage", "associated_objects", "field_reference" ], "title": "LinkedArticle - Data API", "description": "Represents a knowledge article that is attached to a work order, work order line item, or work type. This object is available in API version 37.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "CurrencyIsoCode": { "type": "picklist", "properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update", "description": "Available only for orgs with the multicurrency feature enabled. Contains the ISO code for any currency allowed by the organization." }, "KnowledgeArticleId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort", "description": "The ID of the Knowledge article attached to the record. The label in the user interface is Knowledge Article ID." }, "KnowledgeArticleVersionId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort", "description": "The version of the Knowledge article attached to the record. This field lists the title of the attached version and links to the version. The label in the user interface is Article Version.When you attach an article to a work order, that version of the article stays associated with the work order, even if later versions are published. If needed, you can detach and reattach an article to a work order to link the latest version." }, "LinkedEntityId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort", "description": "The ID of the record that the Knowledge article is attached to. The label in the user interface is Linked Record ID." }, "Name": { "type": "string", "properties": "Create, Filter, Group, idLookup, Sort, Update", "description": "The title of the article. The label in the user interface is Article Title." }, "RecordTypeId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "The ID of the article’s record type, if used. This field is only available for Lightning Knowledge." }, "Type": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "(Read only) The type of record that the Knowledge article is attached to. For example, work order. The label in the user interface is Linked Object Type." } }, "special_access_rules": "Knowledge must be enabled in your org. Field Service must be enabled. Only users that have access to the Knowledge article and the parent record linked to it can access this object. In Knowledge in Salesforce Classic, only Field Service objects such as Work Order, Work Type, and Work Order Line Item are supported for linked articles. In Lightning Knowledge, other social objects such as Chat, Messaging, Voice Call, and Social Post are supported for linked articles. To call update() to attach or detach articles, enable the Read user permission on the Knowledge object and the Edit user permission on the object whose article you update. Available in API version 58.0 and later.\n\nKnowledge must be enabled in your org. Field Service must be enabled. Only users that have access to the Knowledge article and the parent record linked to it can access this object.\n\nIn Knowledge in Salesforce Classic, only Field Service objects such as Work Order, Work Type, and Work Order Line Item are supported for linked articles. In Lightning Knowledge, other social objects such as Chat, Messaging, Voice Call, and Social Post are supported for linked articles.\n\nTo call update() to attach or detach articles, enable the Read user permission on the Knowledge object and the Edit user permission on the object whose article you update. Available in API version 58.0 and later.", "usage": "Admins can customize linked articles’ page layouts, fields, validation rules, and more from the Linked Articles page in Setup.", "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **LinkedArticleChangeEvent (API version 62.0)**: Change events are available for the object.\n- **LinkedArticleFeed**: Feed tracking is available for the object.\n- **LinkedArticleHistory**: History is available for tracked fields of the object.", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Linked Article ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "KnowledgeArticleId": { "field_label": "Article ID", "type": "reference", "length": "18" }, "KnowledgeArticleVersionId": { "field_label": "Knowledge Article Version ID", "type": "reference", "length": "18" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LinkedEntityId": { "field_label": "Linked Entity ID", "type": "reference", "length": "18" }, "Name": { "field_label": "Linked Article Title", "type": "string", "length": "255" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "Type": { "field_label": "Linked Object Type", "type": "string", "length": "50" } }, "field_reference_columns": [ "field_label", "type", "length" ] }