Email Notification Processed Records

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
marc
Posts: 109
Joined: Wed Nov 07, 2007 3:16 pm
Location: Austria
Contact:

Email Notification Processed Records

Post by marc »

I am using an process which runs daily via schedule. The process creates records after the process was finishes a email is sent as notfication.
There is a field in the BO (date) which is updated with the process, it could be possible to count these records.
How can i find, count and include the number of cretated records in the email message?
<<Marc>>
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

marc,

You could try this:

1- Make a new attribute called : SystemSettings.Counter

2- At end of your process, use COUNT action to find all newly created instances of with today's date .... something like SystemSettings.Counter=COUNT BOname WHERE (..........)

3- Use SystemSetting.Counter in your email

Hope this helps.

Tom
Post Reply