Hi All
When trying to send an email from AL code, is it possible check if if default email account or scenario exist? The problem is unlike other table the email accounts table is not accessible due to permissions or it is displayed as a temporary table
Basically I want to set a condition like:
EmailAccount.setrange();
If emailAccount.findfirst() then
send email
Thanks