fiogf49gjkf0d Not sure if there are any licensing implications, but you are basically needing to write data into SalesLogix from your app.
Depending on your SalesLogix Environment, there are several ways to do it.
If you have an SDATA portal availalbe, you could use it to create Records into SalesLogix (probably the best option as it does enforce the Business Rules from SLX).
If you don't, you could use the OLEDB Provider, but you will be writing your own Database Inserts through it, so you will need to ensure on your code that you are including all necessary Data Validation and Enforcing all Business Rules (both the Standard Rules from SLX and the particular Instance that you are working with).
|