Andy in the Cloud

From BBC Basic to Force.com and beyond…

19 thoughts on “Introducing Custom Metadata Services

  1. Nice Article. waiting for you to update the sample code with Visualforce example, I have issues there with displaying errors/Warning message on click of commandLink.

  2. I’ve wondered about push topics rather than platform events for some UI like notification. It depends on what you’re after. A push topic can be scoped by user, so you can notify only the person at the keyboard who’s interested. That said, a general purpose “Some metadata has been deployed” message seems generally useful in the way that any “Something changed” message is useful.

  3. I’ve wondered about push topics rather than platform events for some UI like notification. It depends on what you’re after. A push topic can be scoped by user, so you can notify only the person at the keyboard who’s interested. That said, a general purpose “Some metadata has been deployed” message seems generally useful in the way that any “Something changed” message is useful.

  4. Pingback: Platform Events and Lightning Components | Andy in the Cloud

  5. This is great and we just added to our org. I’m now using it (in a batchable finish() ) to update in custom metadata a datetime filter to use in the nth+1 execution of the batchable class.

    One suggestion for the Platform Event MetadataDeployment__e object: Add a field called Context__c , provided in the callback() method so the caller can communicate with the PE subscriber something about the context of why the custom metadata deployment service was invoked. Right now you just have DeploymentId__c, Result__c and implicit owner ‘Automated Process’.

    • Glad your finding it useful! This is a great idea as well. Would you please do me a favor and add it to the GitHub repository as an Issue, I will flag it as an enhancement request. 👍🏻

  6. Great solution as always. I was unable to Deploy to my org using the button. I created an issue for that: https://github.com/afawcett/custommetadataapi/issues/5

  7. Pingback: Salesforce DX, Packages and Open Source | Andy in the Cloud

  8. Pingback: Tools | Andy in the Cloud – Kay Scott's Blog

  9. somehow, your stylesheet for the apex markup has gone bad as the code samples are not valid APEX

  10. Pingback: Around the Web – 20170901 – WIPDeveloper.com

  11. Nice, can any user run this without errors? Or the user needs to have a permissions like Modify Metadata to be able to deploy?

  12. Pingback: How to query records processed between last batch job if I’m running batch class five times a day – GrindSkills

Leave a comment