CustomMetadataSaver icon indicating copy to clipboard operation
CustomMetadataSaver copied to clipboard

Allows saving changes to custom metadata records via Apex and Flow

Results 10 CustomMetadataSaver issues
Sort by recently updated
recently updated
newest added

I have a use case to allow the deletion of custom metadata records, so I request that be added. :)

Hello, We have implemented the Custom Metadata Saver for Salesforce for the Manager profile in Salesforce. Users are not able to update the metadata record whereas only the system admin...

To work around the issue of normal people not being able to deploy I have one flow publishing events and another listening for those and doing the deploys. It goes...

Currently, picklist fields are rendered as textboxes - they should instead be properly rendered as a dropdown. Requested by macmouse on SFXD - thanks for the feedback!

enhancement

Its not an issues just a question - I tried this on a Record triggered flow but didn't work. Can this be triggered when a specific record DML happens Its...

I'm attempting to deploy changes to an existing collection of metadata records in Flow using the invokable action. The update is to a single field that is a Custom Metadata...

bug

The new lwc datatable (#10) does not currently support adding new records from within the UI (although it can be done via Flow or Apex) - there should be a...

enhancement

Salesforce does not currently allow the metadata deploy method to be executed in a unit test - that makes this repo nearly impossible to properly test using Apex tests. As...