versionone / VersionOne.Integration.Salesforce

Links Salesforce Cases to VersionOne Defects
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Change XML DOM to native force.com lib #1

Open ibuchanan opened 11 years ago

ibuchanan commented 11 years ago

When we wrote CaseConnect, there weren't standard XML libs. We used XML DOM Class. For some customers this has created a library mismatch problem, when another custom application uses the XML DOM class. Since there is now standard XML support in force.com, let's remove the XML DOM class for the standard library.

ibuchanan commented 10 years ago

Improved: Removed XML DOC class to avoid collisions with other custom applications.