كيف يمكن اضافة اسم الموجه اليه التنبيه في التنبيهات؟

Viewed 2

كيف يمكن اضافة اسم الموجه اليه التنبيه في التنبيهات، و كذلك بيانات من ملف تعريف التنبيه نفسه؟


Originally posted at https://answers.namasoft.com/question/713/ on 2019-02-06.

1 Answers

You can use {$notificationTarget.propertyName} and {$notifier} inside the notification message template.

For example:

  • Dear {$notificationTarget.name1},
  • You are being notified of ...
  • The notification definition code is {$notifier.code}

Originally posted at https://answers.namasoft.com/question/713/ on 2019-02-06.