I am creating a Java API integration tool, that on start up will create a new custom filed if it doesn't exist for Lead & Contact. After a bit of searching I have found how to do this. Now the next bit on the list, is to get the newly created field into the "Lead Information" or "Contact Information" layout.

I have looked in the metadata api docs and cannot find an example, either using Java or plain SOAP messages. I have searched online, in most of the forums, and sample code bases I can find, with no success.

So if anyone one is able to supply an example either through Java or SOAP, that would be fantastic.

link|improve this question
4  
Did you look at the Layout component in the Metadata API Doc? There is an example at the bottom of salesforce.com/us/developer/docs/api_meta/… – ryanbrainard Oct 21 '11 at 16:34
feedback

1 Answer

I haven't tried myself but you should be able to do that using the Update API call from Metadata API. For more information: http://www.salesforce.com/us/developer/docs/api_meta/index.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.