Versions Compared

Key

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

...

  1. On the Quote Detail page, the user click on Add Item.

  2. The system executes the New Item Picker Filter logic to find out, which products should be shown to the user.

  3. The filter logic calculates and provide the filter via visible element output.

  4. The system will retrieve the filter from visible element output and use the filter to limit the amount of products presented to user.

  5. The user selects the product to be added to the quote.

  6. The system adds the new line item for that product, and sets fields sku and label.

  7. The system executes the quote header logic in pre-phase.

  8. The header logic runs and can manipulate the quote data (e.g. manipulate the newly added line item).

  9. The system executes the quote item logic in input generation mode, to find out, if the item should have any input fields.

  10. The item logic calculates/prepares the definitions of the input fields.

  11. The system stores the input fields definitions to the line item.

  12. The system executes the quote item logic in the standard execution.

  13. The logic calculates the prices for the product provided in context, and will provide the results and formatting via visible elements output.

  14. The system stores the outputs (and formatting) of the visible elements output to the quote line item.

  15. The system executes the quote header logic in post-phase.

  16. The header logic runs and can manipulate the quote data (e.g. calculate a quote summary).

  17. The user will see the newly added line item with input fields and calculated results.