-
Notifications
You must be signed in to change notification settings - Fork 97
Configuration
James Hou edited this page Jan 30, 2021
·
7 revisions
After installation, please review the following:
Datatable_Config__mdtDatatable_Lookup_Config__mdtDatatable_Action_Config__mdt
For soqlDatatable to successfully launch any configured Table / Row action (Flow and LWC) you must:
- Map a
Datatable_Config__mdtthat has aType__cfield that contains the textActions. - Place
MessageServiceHandlersomewhere 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__mdtthat has aType__cfield that contains the textLookups.Actions; Lookupsis a valid configuration. - Review the
Datatable_Lookup_Config.Default_Lookup_Configand any necessary Object specific overrides.