I am trying to configure a notification message that includes a table of objects. It does not appear that the LIST_TABLE function can be used in the notification message initialization. So I created an HTML document with that function included and I declared that document in the HTML Message attribute of the notification. The notification is launched from a list of Investigators, so Investigator is in context.
The HTML document looks like this:
Hello <<Investigator.FirstName>>,
You currently have the following review assignments in POBITS:
Candidate, Purpose, Notes to Reviewer
<<LIST_TABLE('FIND Review WHERE Review.Reviewer=Investigator','CandidateName', 'Purpose', 'NotesToReviewer')>>
The message outputs like this:
Hello <>, You currently have the following review assignments in POBITS: Candidate, Purpose, Notes to Reviewer <>
I can fix the HTML issues but the problem is that nothing populates.