
Question:
I have a VB.net app that I had working for SLX 7.5.0
I used a reference to the Interop.salesLogix.dll in my program to access the SalesLogix.Application object.
Now I am upgrading the program to work with SLX 7.5.2 and I want to be able to do the same thing such as the following code from the original SLX 7.5.0 version:
==================================
Dim slx As SalesLogix.SlxApplication
slx = New SalesLogix.SlxApplication()
slx.BasicFunctions.ShowHistory(SLXHistoryID)
==================================
etc …
But when I look through the SLX install directories i do not find that DLL anywhere. Is there something missing here or is there a new way to access the SLX applicaiton object inSLX 7.5.2?
Answer:
It is as simple as including the SalesLogix.exe as a reference to the project in VStudio and it created the interop dll automatically when I built the project.
Subscribe To Our Newsletter
Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!
You have Successfully Subscribed!