Online CRM Integration - Version issues
Thursday, October 29, 2015 at 07:19amHi,
For online integration we are facing the version issue, We are not getting the Current version 10.10.1 from (VersionUtil.getVersion()) in the EslClient.cs. But this works if we modify our code to var CurrentVersion = "10.10.1";
eslpackage.Attributes.Append("sdk", ".NET v" + CurrentVersion);
Is there any other way we can handle this?
Regards
Saishri.
Reply to: Online CRM Integration - Version issues
Thursday, October 29, 2015 at 04:40pmeslClient.CurrentVersion
I'm using the 10.10.1 SDK, so that's what this returns for me. This will give you the major release version of the eSL application:VersionUtil.getVersion()
This should return 10.10. Are you seeing something different or wanting something different?