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()

FieldTypePropertiesDescription
LastReferencedDatedateTimeFilter, Nillable, SortThe timestamp for when the current user last viewed a record related to this record.
LastViewedDatedateTimeFilter, Nillable, SortThe timestamp for when the current user last viewed this record. A null value can mean that the record was only referenced and not viewed.
NamestringAutonumber, Defaulted on create, Filter, idLookup, SortName of the article flow link record.
OwnerIdreferenceCreate, Defaulted on create, Filter, Group, Sort, UpdateThe 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__cstringCreate, Filter, Group, Sort, UpdateKnowledge Article Number that contains the flow link.
wkdw__FlowAPIName__cstringCreate, Filter, Group, Sort, UpdateAPI name of the flow link that is on an article page.
wkdw__IsActive__cbooleanCreate, Defaulted on create, Filter, Group, Sort, UpdateIndicates if the flow button is visible on an article page.The default value is ‘true’.
wkdw__Label__cstringCreate, Filter, Group, Nillable, Sort, UpdateLabel for the button that triggers a flow on an article page.