Restrict items based on order type
I have the below reuqirement in order management
I have created a new order type, and when i create a quote selecting this order type it should only allow to create quote lines for the items which has a certain category assigned.
Example: When i select this order type and create a line for an item which has the category assigned "91.9005" it should allow me to create a quote, if not it should though an error stating the "item entered for this order does not belong to the category 91.9005"
Can we acheive this requriement using forms personalization to through an error when the above said condition in the example is not met??