This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[810117] : Error when previewing a custom mail template

Hi,

I creaed a process to remember the manager that an employee will leave the company in the coming days. So I created a custom mail template but when I try to open a preview, I get the error below : 

here is the definition of the template :

 

 

when i try to execute the process, it's being frozen in the jobqueue with the following error : 

ErrorMessages = (2018-03-07 14:35:41.320) [810117] Value was not found.
at VI.JobService.ProcessorThread._ExecuteJob(Job job, JobResult result)
at VI.JobService.JobComponents.MailComponent.Activate(String task)
at VI.JobService.JobComponents.MailComponent._SendRichMail()
at VI.Mail.MailComposer.<Compose>d__5.MoveNext()
at VI.Mail.MailComposer.Compose(IEntity richMail, MailParameters parameters)
at VI.Mail.MailComposer._RenderMessageBody(MailTemplate template, MailBodyFormat bodyFormat, MailParameters parameters, MailMessage msg)
at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator)
at System.Text.RegularExpressions.RegexReplacement.Replace(MatchEvaluator evaluator, Regex regex, String input, Int32 count, Int32 startat)
at VI.DB.Scripting.PlaceholderReplacer._Replace(Match m)
at VI.Base.SyncActions.Do[T](Func`1 function)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
---- Start of Inner Exception ----
at VI.DB.Entities.EntityWalker.<GetRawAsync>d__21.MoveNext()

I'm using V8.0.0.36. CAn you help me to settle this problem please ?