Don’t remember where to disable the sending of audit messages when records are CRUD
is this possible to change the SendEmail Flag?, still have the need to send messages but don’t need the crud messages being sent
Don’t remember where to disable the sending of audit messages when records are CRUD
is this possible to change the SendEmail Flag?, still have the need to send messages but don’t need the crud messages being sent
You may check the email notification settings in the Table Setup page, see the topic Table Setup in the help file.
sticcino wrote:
where to disable the sending of audit messages when records are CRUD
Just return FALSE inside the "if … else … " block that do not execute any code in your Email_Sending server event.