jongpie / CustomMetadataSaver

Allows saving changes to custom metadata records via Apex and Flow
MIT License
39 stars 5 forks source link

CustomMetadataSaver now uses an inner class for Flow parameters #8

Closed jongpie closed 3 years ago

jongpie commented 3 years ago

Previously, I was using List<List<SObject>> as the input from Flow - but this doesn't allow any new properties/attributes to be added (to extend functionality). I've updated CustomMetadataSaver to instead use an inner class FlowInput as the method parameter.