Notification scheduled task

  • Views Views: 9,800
  • Last updated Last updated:
  • Introduction​


    This plug-in is used in conjunction with the notification form plugin.

    With the form plugin logged in users can sign up to observe changes in records. The notification scheduled task will then read those notification requests and email the users informing them that changes have been made.

    The plug in's database tables​

    • #_fabrk_notification - When a user signs up for notifications then an entry is stored here.
    • #_fabrik_notification_event - Each time a form is edited by a user an entry is added into this table

    Managing notifications​


    The user can view his notifications at:

    index.php?option=com_fabrik&task=cron.display&id=3


    Options​

    notify-options.png

    • To - Comma separated list of email addresses
    • Subject - Email subject
    • Message - The message to send
    • Eval - Should the message be treated as PHP code
    • Condition - If entered, then this PHP statement must return true for the notification email to be sent.

    Options - update​

    notify-update.png

    • Field - Select a field to update once the notification event has be handled
    • Value - Either a string or PHP return statement, which will be used to update the Field.
    • Eval - switch for toggling between using the update Value field as as string or PHP statement
Back
Top