Skip to content

Configuration

James Hou edited this page Jan 30, 2021 · 7 revisions

Configuring Flow/LWC Actions for SOQL Datatable

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:

  1. Map a Datatable_Config__mdt that has a Type__c field that contains the text Actions.
  2. 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:

  1. Map a Datatable_Config__mdt that has a Type__c field that contains the text Lookups. Actions; Lookups is a valid configuration.
  2. Review the Datatable_Lookup_Config.Default_Lookup_Config and any necessary Object specific overrides.
Clone this wiki locally