Hi all,
On the Quote entity the Product Number is not a field in Quote Line (quotedetail). There is also no relationship from Quote to Product to select Product Number for a Document template as it's related to the child quotedetail.
To have the Product Number we need to create a field in quotedetail.
We then need to create plugin to run on create and update of quotedetail and check if isproductoverridden is false and if it is retrieve Product Number from Product entity and assign it to the new field.
What would you consider a reasonable amount of time investigate, test in dev and then implement in Production this type of problem?
*This post is locked for comments