Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Custom Notifications
Last Post 05/12/2011 5:46 PM by Mike. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Mike
New Member
New Member
Posts:7


--
05/04/2011 6:14 PM
Hello
We would like to be able to customise the format of a notification depending upon the folder where the event took place. For example, if we have a folder named Invoices then we would like to send a notification to subscribers where the content is specific to Invoices.

I am thinking that I'll need to intercept the point where notifications are generated and make some changes there; maybe creating necessary entries in the dmx_notifications table with the appropriate template?

Does anyone know a good place to start looking and will I need to purchase the partial DMX source code?

Thanks
Mike
Mike
New Member
New Member
Posts:7


--
05/11/2011 9:05 AM
I thought that the lack of documentation meant that someone from Bring2Mind was monitoring this forum.
Is there no one that can point me in the right direction?
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/12/2011 11:08 AM
Hi Mike,

This can't be done inside DMX even with the partial source. The existing notification engine can't be extended in the direction you wish. You'd need to write your own notifications engine. All DMX events are logged to DMX_Log so you can hook into what's happening there. It tells you what action was performed by whom on which DMX item and when.

Peter
Mike
New Member
New Member
Posts:7


--
05/12/2011 5:46 PM
Hi Peter
Thanks for the clarification.
I'll follow your suggestion and trigger some action from the dmx_log table.

Mike
You are not authorized to post a reply.