-
Notifications
You must be signed in to change notification settings - Fork 0
An adapter class to handle the creation of SalesLogix sales processes
CustomerFX/SalesProcessAdapter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Customer FX SalesProcessAdapter is an assembly that will handle all aspects of the creation of SalesLogix sales processes. To use the SalesProcessAdapter, you must add the FX.SalesProcess.SalesProcessAdapter.dll assembly to your project as well as Sublogix.dll using FX.SalesProcess; //... // Create the adapter, passing in either a // connection string or a Sublogix repository var procAdapter = new SalesProcessAdapter(ConnectionString); // Call CreateProcess passing in an opportunityid and the pluginid // of the sales process plugin record procAdapter.CreateProcess(oppId, pluginId);
About
An adapter class to handle the creation of SalesLogix sales processes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published