-
Notifications
You must be signed in to change notification settings - Fork 93
Configuration
James Hou edited this page Jan 30, 2021
·
7 revisions
After installation, please review the following:
Datatable_Config__mdt
Datatable_Lookup_Config__mdt
Datatable_Action_Config__mdt
For soqlDatatable
to successfully launch any configured Table / Row action (Flow and LWC) you must:
- Map a
Datatable_Config__mdt
that has aType__c
field that contains the textActions
. - Place
MessageServiceHandler
somewhere on the App / Record Flexipage or the Utility bar. This component launches dialogs/modals.
For soqlDatatable
inline editing of any Lookup data types, you must:
- Map a
Datatable_Config__mdt
that has aType__c
field that contains the textLookups
.Actions; Lookups
is a valid configuration. - Review the
Datatable_Lookup_Config.Default_Lookup_Config
and any necessary Object specific overrides.