You need to sign in to do that
Don't have an account?
Can we update records of custom metadata type in Visualforce page
Hi..
I am working with custom meta data type.. now i need to update record of custom metadata type by edit button in vf page..
so please tell me can we update record of custom metadata in vf page..
Thanks and regards,
Nansi kela..
I am working with custom meta data type.. now i need to update record of custom metadata type by edit button in vf page..
so please tell me can we update record of custom metadata in vf page..
Thanks and regards,
Nansi kela..
You can attempt to do this via Apex with the aid of something like the FinancialForce Apex Wrapper for Salesforce Metadata API (https://github.com/financialforcedev/apex-mdapi), or your calls to the Metadata API can be performed in Javascript on the VF page. In either case, a Remote Site definition is needed to provide security clearance to access the Metadata API URL.
All Answers
I want to update record of custom metadata type object from apex controller.
Thank you,
Nansi kela..
You can attempt to do this via Apex with the aid of something like the FinancialForce Apex Wrapper for Salesforce Metadata API (https://github.com/financialforcedev/apex-mdapi), or your calls to the Metadata API can be performed in Javascript on the VF page. In either case, a Remote Site definition is needed to provide security clearance to access the Metadata API URL.