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
dai.odaharadai.odahara 

Metadata crudder as saas style

 hi, I've developed an app that enables to work on custom fields. With this app, you can create/read/update/delte custom fields on your browser. you dont need any client tool except web browser. This app consists of visualforce and apex code.

 

you can see an image below.

 

read/delete

create

update

 

I'm gonna publish it to the appexchange site.

Message Edited by dai.odahara on 02-23-2009 11:51 PM
TehNrdTehNrd
How are you doing this with Apex as it does not allow you to edit the metadata directly? Are you using apex to call into the metadata API?
TehNrdTehNrd
Still curious as to how you are doing this with only Apex.