versionone / VersionOne.Integration.Salesforce

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

Remove hard coded link to SFDC case #41

Open ghost opened 10 years ago

ghost commented 10 years ago

V1Connector.cls has a createLinkV1ToSF method that creates a V1 Link asset that points to a SFDC Case. The logic includes a hardcoded portion of the SFDC URL used to construct the link.

This should be changed to generate the link dynamically as SFDC URL's may change per instance of the SFDC application.