function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Himanshu vermaHimanshu verma 

Is it possible to deploy metadata from one org to other org via Apex in Visualforce Page...?

Satish_SFDCSatish_SFDC
I do not think this is possible.
Probably you may have to write an Apex wrapper over the Metadata api.

Check this and see if it helps.
https://github.com/financialforcedev/apex-mdapi

Regards,
Satish Kumar
rajesh k 10rajesh k 10
Hi satish,
                I have one requiremnent ,
                                                          Using metadata api how to give field view accessability permission as Editable.
Note:Now accessability permission as Hidden(Aldeady i saw above github Layout assignment is there but i con't able to understand)

How to give  field view accessability permission as Editable?
help me.......