Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

quote adding item.drawio
  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 logic calculates and provide the filter via visible element output

  4. The system will read 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 places executes the quote item logic, to find out, if the item should have any input fields

  7. The logic calculates/prepares the definitions of the input fields.

  8. The system creates the new quote line item, and will store to its fields:

    • the sku

    • the label of the product

    • the definitions of the input fields

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

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

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

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

  • No labels