Question: We are developing a tool to allow users to scan data from business cards, and we would like to allow the user to save the data in SalesLogix only if he/she has access to the SalesLogix Web client. How do we write the data to the database?
Answer: To so this you have a few options. You can use the SDATA RESTful interface, you can build your own Web services, or, just create a page that accepts an XML as a body of a post, and then parse it and write it onto the database.