Ok This is the last attempt before pulling my hair out. I have gone back to the beginning as mentioned
- Create a Non Persisted BO called 'EmailSubject' (Done)
- Create and Attribute called 'Subject' (Done)
- Created a Process that calls the outgoing emal notification called 'EmailShot' (Done)
- The Subject line on this notification is set to <<EmailSubject.Subject>> (Done)
I have then on the menu created a 'Create Object' form to enter in the subject I require and ran the process to send the emailshot
No joy, still says 'Null' on the email subject line. So this still looks like a context problem.
The process is as follows -
I find and place the list I want to use into context - FIND Contacts WHERE Contacts.EmailAddress IS DEFINED AND Contacts.OptIn='Yes'
I then Send the email - SEND EmailShot TO Contacts
So at what point do I need to put the EmailSubject BO in context?
Thanks