Step 1: Check Existing Messaging Settings: Run the following SQL query to view the current configuration of the messaging feature for your invoices screen: SELECT * FROM settings WHERE txtKey LIKE ‘%sendSmsOnCreateOrder%’; This query will return a list of documents and whether the SMS/WhatsApp feature is enabled or disabled for each. Look for the txtValue […]