saishrin | Posts: 2

Online CRM Integration - Version issues

0 votes
Hi, 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.

mwilliams | Posts: 957

Reply to: Online CRM Integration - Version issues

0 votes
This will give you the version of your SDK: eslClient.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?

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off