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

Bring2mind Forums

Notification object: entry property
Last Post 02/17/2008 10:19 PM by Peter Donker. 6 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Ken
New Member
New Member
Posts:8


--
01/29/2008 10:36 PM

I added {{valueof(notification/entry/property)}} to the body of my Notification email.

The Notifications.doc tells me it will return "all details of the document", but it did not return anything. I know these objects must be added carefully which I did. It did not error. Should it have returned the Details of the file?

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
01/31/2008 11:45 PM
Hi Ken,
Check out the following file:
DesktopModules\Bring2mind\DMX\Resources\NotificationTemplateFiles\DMXNotificationSampleXml.xml
It shows you what you can use.
Peter
Ulrich Jenzer
New Member
New Member
Posts:22


--
02/14/2008 7:10 PM

Hi Peter

What am I doing wrong? 
I get the notifications always like this, the Placeholders will not be replaced:

Dear valueof(notification/addressee/displayname),

You have opted to unsubscribe from the document entitled 'valueof(notification/entry/title)'. You will no longer receive emails when changes are made to this document. To see the document please navigate to:

http://valueof(notificati...ation/entry/entryid)

Kind regards,

valueof(notification/administrator/displayname)

valueof(notification/portal/description)

I use DMX 04.02.00 on DNN 04.08.00 (with en-US or de-CH it is same Problem)

Kind regards
Ulrich

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
02/15/2008 9:20 PM
Hi Ulrich,

Can you check the actual XML files for me on disk? Is there the {{valueof(something)}} notation or has it been screwed up?

Peter
Ulrich Jenzer
New Member
New Member
Posts:22


--
02/15/2008 11:24 PM

Hi Peter

The Content of: EMAIL_DMX_NOTIFICATION.xml
in: ...\www\DesktopModules\Bring2mind\DMX\Resources\DefaultNotificationTemplates
is: (Open with Notepad (Microsoft Editor))



'{{valueof(notification/entry/title)}}' has been modified.
<p>Dear {{valueof(notification/addressee/displayname)}},</p>
<p>There has been a change in a document entitled '{{valueof(notification/entry/title)}}' you have subscribed to. {{valueof(notification/user/displayname)}} has {{valueof(notification/logtype/phrase)}} this at {{valueof(notification/time)}} on {{valueof(notification/date)}}. To see the document please navigate to:</p>
<p><a href="http://{{valueof(notification/portal/defaultpath)}}/Default.aspx?tabid={{valueof(notification/dmxportal/defaultdmxtabid)}}&entryid={{valueof(notification/entry/entryid)}}">http://{{valueof(notification/portal/defaultpath)}}/Default.aspx?tabid={{valueof(notification/dmxportal/defaultdmxtabid)}}&entryid={{valueof(notification/entry/entryid)}}</a></p>
<p>Kind regards,</p>
<p>{{valueof(notification/administrator/displayname)}}</p>
<p>{{valueof(notification/portal/description)}}</p>
<p> </p>

Is that the file which you interested?

Kind Regards
Ulrich

Ulrich Jenzer
New Member
New Member
Posts:22


--
02/16/2008 12:36 AM

Peter

After adjustments made to the templates, the notifications work perfectly.
(The idea I have in another Thread found).

Kind Regards
Ulrich

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
02/17/2008 10:19 PM
Pfew. I was worried there, because I really have not had bug reports for a while from this part of the app ...
You are not authorized to post a reply.