-
Hey,
In that case it most likely has to do with whitelisting of the new IPs we use to relay emails.
Please refer to:
- Solution No. 243
- Solution No. 394
When you're ready, shoot an email over to support@method.me requesting for the new IPs you need to add to the allowed list in your EAC.
- Mortaza
-
When do you expect this to be deployed?
-
-
Yes, that is correct.
- Mortaza
-
So Record_ID is a default field present in every table?
-
That worked. You are fantastic- thank you!
-
Hey,
The Record_ID constraint uniquely identifies each record in a table. Record_ID must contain UNIQUE values, which Method handles for you.
- Mortaza
-
Thanks.
When I created the table for the dropdown list, why did it automatically create an integer field called Record_ID?
-
we are currently using an Exchange 2010 server
-
Hey Ted,
You will just need to change Invoice to SalesReceipt. For the TxnDate example:
select Max(viewaccSalesReceipt.TxnDate)
FROM viewaccSalesReceipt
WHERE viewaccSalesReceipt.Customer = viewContacts.Entity
- Mortaza