Hi folks HNY!
I am struggling with what appears to be a context problem.
I am sending emails from 2 functions.
Each function comprises the display of a list of customer records and a process to send emails to those customers and log the correspondence.
While the lists are different (but of the same BO) the functions to send are virtually identical (only differences are figurative constants) and in the first function, all emails are sent correctly and logged correctly.
In the second function only the LAST record selected in the list works correctly (email sent and activity logged) and then I get "internal error:null".
Please note if I select only 1 record in the list, it is all successful! It's only when multiple records are selected in the second function where it fails.
Please help! Any suggestion/workaround gratefully accepted!
regards
Nick