solo-1234
solo-1234
### Package Edition of Nebula Logger Unlocked Package ### Package Version of Nebula Logger 4.6.9 ### New Bug Summary Hi! I am using the flow action to create log entries....
When a soqldatatable does not query for the Name field, if the `delete_row` action is used, the confirmation dialog asks `Are you sure you want to delete "undefined"?` This error...
SOQLDatatable Flow Actions which open screens will automatically display the flow label as the title/header in the modal. This differs from Quick Action flows which use each Screen's label as...
Hi! I have a soql datatable (embedded in flexipage) that passes selected records to a flow action. The flow loops through the selectedRecords, modifies a field on each, adds it...
Hi! I was wondering if EventPublisher can fire actions other than the 2 listed in the wiki. Specifically, I am looking to refresh the record page that a soqldatatable is...
I'd like to suggest an addition to this wiki page: https://github.com/tsalb/lwc-utils/wiki/soqlDatatable:-Custom-Column-Labels Suggested text: To rename columns for fields from another (parent) object, replace the `.` with a `_`. Example: `Contact__r_Email`...
I'd like to use CollectionDatatable to display custom metadata records. I use CMDT to store field mappings for some apex code that syncs fields between two objects, and it would...
Here is my fix for #99 I tested all recipes in a scratch org with this change and they seem to be working correctly. Keep me posted re: next steps...
In Collection Datatable, the record Name field should be a clickable link. Lookup fields to other records are clickable but the Name field is not. Repro: - Open a sandbox...
It appears that if you edit fields on a record and then click the Refresh button on a soqldatatable, it continues to use the previous values from the current record...