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
VaricentVaricent 

Programmatically create table (object) format

Hi

 

We are looking into integrating our product with salesforce. Part of the requirement is for us to be able to programmatically create new table (object) format on salesforce. If it is possible we would even like to be able to generate workflow, custom view, etc...

 

Is it possible for us to do that using your API. We have looked through the documentation and couldn't find such functionality so far.

 

thanks

 

Peter@Varicent

Best Answer chosen by Admin (Salesforce Developers) 
werewolfwerewolf
You can do that with the Metadata API.

All Answers

werewolfwerewolf
You can do that with the Metadata API.
This was selected as the best answer
mm123mm123

Peter,

 

Is this resolved ?

 

If not please touch base with me to discuss.

 

MV

nj.tech@hotmail.com

VaricentVaricent

Thanks for both your reply

 

The metadata API seems exactly like what we needed.