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
amritamrit 

How to upload an xml file from a Plugin to Salesforce ?

Hi,

 

I need to pick the values from an xml file and put it into Salesforce fields.How to get the values from xml file?

 

Thanks

 

amritamrit

Hi,

 

I found some thing like this.Is this the way to upload an xml file to salesforce.

 

http://soa-thoughts.blogspot.com/2010/08/biztalk-salesforce-and-msmq-part-ii.html

 

 

Can Anyone helpme to find a solution for this?

Thanks

 

r1985r1985

Hi,

 

To get a picklist values from xml files you have  to use XMLStream class to pull data from the xml.

 

Using the methods present in that class you can assign it to the SFDC picklist field.

 

Thanks,

MVP

r1985r1985

That is XmlStreamReader class.


amritamrit

Hi,

 

Thanks for your reply .

How will i upload xml file to salesforce instance.Is there any app for this?

 

Thanks

Amrith

amritamrit

Hi,

 

Xml file should automatically migrate into salesforce.xml file contains standard object or customobject.

What are the steps required for that.

 

Can anyone help me to find the solution

Thanks