I'm new in programming, and I'm trying to do a something like this. I have data(Objects, Fields & Records) in a Java based web application. I need that data on salesforce.com. How do i achieve this? by diggin in stack for an hour i came across couple of solutions(A part of it though).
- Using data export option in Salesforce, which is again manual, i dont know if there is a automate process.
Using SOAP api or Partner API
- To get the objects : describeGlobal()
- To get list of fields: describeSObjects.
Any ideas ? or suggestions ?
Thanks in advance.