Hello friends.
I'm developing a reverse quoting solution and will describe my challenge for help.
I have a main pipe called Purchase Order, where the customer fills in a list of products and the quantity he needs.
Each ordered product generates a list of items in another flow called Order Items.
After approval steps, the backoffice selects suppliers to fulfill the order in the main flow and based on this selection, a quotation item is generated for each supplier in the Quotation flow.
My challenge is to generate an individual quote for each item for each supplier automatically, from the creation of the quote request in the Quote flow.
The supplier will respond to each item with information on price, date, etc.
I have tried different ways and have not been successful. Help me think of a solution please.