I'm trying to create a permission set to allow a user to create sales quotes, but prevent them from being able to turn them into sales orders.
It looks like these use the same tables, Sales Header(36) and Sales Line (37).
This means I have to give access to Quote AND Order (and Invoice) create/edit permissions.
How can I permit a user to create quotes without permitting them to create orders?