Versions Compared

Key

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

...

Setting

Description

Sort Code/Mask

The sort code or category code. Can also use wild cards for multiple categories , i.e. SX123%

Message

The message that is displayed to the user, this can be written in plain text or alternatively writing using HTML Code.
Used in conjunction with the 'Is Plain Text?' setting.

Is Plain text?

Used to identify whether the message is displayed as plain text or HTML Code which will be rendered to the user.

Requires User Confirmation

Used to include a checkbox for the user to select before they can continue.

Override Query

Used to define alternative criteria to be met before the message is displayed to the user.

This can query The following tables:
ProntoSalesOrder
ProntoSalesOrderLine
Customer
Product

An example would be:

product.conditioncode = 'T'

Applies To Mode

Used to specify whether the message is displayed to B2B users, B2C users or both.

Top Template

The template that is displayed above the message.

Field Group Name

the The fieldgroup that is defined on the prontosalesorder table to be displayed along with the message.

Bottom Template

The template that is displayed below the message.

...