This article describes how to get data from SQL server database table and use the data to generate an invoice. In this example we will create SharePoint Workflow which gets data from the database table and generates the invoice. The generated invoice will be sent to e-mail recipients, and a copy of the invoice will be saved in the document library. The invoice will be generated and sent as soon as a new item is added into the list.
Continue reading