wkdw__ArticleToFlowLink__c
Create new custom object in order to let customer configure which flows will be invocable from Knowledge Article page in community. This object is available in API version 53.0 and later.
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()
| Field | Type | Properties | Description |
|---|---|---|---|
| LastReferencedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed a record related to this record. |
| LastViewedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed this record. A null value can mean that the record was only referenced and not viewed. |
| Name | string | Autonumber, Defaulted on create, Filter, idLookup, Sort | Name of the article flow link record. |
| OwnerId | reference | Create, Defaulted on create, Filter, Group, Sort, Update | The ID of the user who currently owns this record. The default value is the user logged in to the API who ran create().This is a polymorphic relationship field. |
| wkdw__ArticleNumber__c | string | Create, Filter, Group, Sort, Update | Knowledge Article Number that contains the flow link. |
| wkdw__FlowAPIName__c | string | Create, Filter, Group, Sort, Update | API name of the flow link that is on an article page. |
| wkdw__IsActive__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | Indicates if the flow button is visible on an article page.The default value is ‘true’. |
| wkdw__Label__c | string | Create, Filter, Group, Nillable, Sort, Update | Label for the button that triggers a flow on an article page. |