How To Build an Order Monitoring System on Your Own
Q: I have many orders stored in my CRM database. I need to frequently (possibly daily or weekly) query the orders that are about to expire and send them to different people for handling. Different orders need to be sent to different people. How should I build an order monitoring system to automate this task? Here is my query result: The format requirements for the emails I send out are as follows: A: You can use the "Information Distribute" feature of SQLMessenger to accomplish this task. Please follow the steps below to configure it in SQLMessenger. Step1: In the Task Manager of the SQLMessenger console, click the "New Task" button to create a new task. Step2: In the Task Editor, click the "Information Distribute" tab, check the "Loop Task" option, and click the "Recipient List (Loop Data) Config" button. Step3: Select the data source, enter the SQL statement that queries the email list to be sent, then click the "Test" bu...