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.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()

Fields

Field Details
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp for when the current user last viewed a record related to this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
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
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Name of the article flow link record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
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.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
wkdw__ArticleNumber__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Knowledge Article Number that contains the flow link.
wkdw__FlowAPIName__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
API name of the flow link that is on an article page.
wkdw__IsActive__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates if the flow button is visible on an article page.
The default value is 'true'.
wkdw__Label__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Label for the button that triggers a flow on an article page.