Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(TP44897 / 2023.XX)

Info

The custom reminder flow feature is enabled by creating one or more reminder steps. This will then override the standard behavior.

Purpose

To allow multiple invoice reminder steps, with different templates, fees and custom days between each reminder.

Configuration

Configuring steps

Step number is an auto increment field. Users cannot edit it.

Email and SMS templates

Parameters

The email and SMS templates supports below parameters

  • dueDate

  • invoiceNumber

  • ocrNumber

  • amount - Invoice amount

  • leftToPay - Remaining amount

  • fee - Reminder fee

  • myPagesLink - Link to my pages in web to check invoices

Example (email template)

Code Block
<html><body>
Due date: ${dueDate}<br><br>
  Invoice number: ${invoiceNumber}<br><br>
  OCR number: ${ocrNumber}<br>
  Amount:  ${amount}<br>
  Left to pay: ${leftToPay}<br>
  Reminder fee: ${fee}<br><br>
  <a href="${myPagesLink}"> Check your Invoices</a><br>
</body></html>

Example (email presentation)

...