Skip to Content
0
Former Member
Aug 13, 2007 at 11:53 AM

GP: How to pass context attributes to Due Date Notifications

16 Views

Hi,

I'm doing the following:

I've got an action with a due date notification, which uses the CO

"Miscellaneous/Send Notification" to send an email to the current processor.

The email is send after the specified time, but my context attributes inside the email template are not filled!!!

On process level, I grouped all input and output parameters, and in the template I'm trying to access the context with

{ writeln (ctxt.projectName) }

It seems as if ctxt is not accessible, whereas the following works

{ writeln (role.recipient.lastname) }

But I'm facing this problem only with the Due Date Notifications - when I'm using these COs as process steps inside an action, they work without any difficulties.

Any ideas?

Daniel