Editing notification templates for cXML order transactions

When order notifications are sent for cXML OrderRequests, the pricing for the order is not yet available. If you use the default notification templates, the order details section is not displayed for OrderRequests.

If you use a customized template, you can add a variable that suppresses the display of the order details section for notifications that are sent in response to OrderRequests.

  1. From the Infor OS Portal or Infor Ming.le app switcher, select Rhythm Services.
  2. Click Notifications.
  3. In the navigation pane, select Services > Notification Types.
  4. On the Order Notification card, click Details.
  5. Click the Templates tab.
  6. On the notification card, click More > Edit.
  7. Locate this line of HTML:
    <div id="order-summary">
  8. Insert {{#if showOrderSummary}} before the opening <tr> tag:
    {{#if showOrderSummary}}
    <tr>
    <td syle="padding: 15px 0 15px 0;">
    <div id="order-summary">
  9. Add the {{/if}} end tag after the </tr> end tag.
  10. Click Save.