Change in Commssion Default from v1.4 to v2.0

Hi When I create a new item in So or HQ in VERSION 1.4 the default commission mode is set to Base the Items commission on the schedule set for the Sales Rep. In VERSION 2.0 the default commission mode is set to Do not allow commission for this item.

Does anyone know if their is a way to change the default in VERSION 2.0 back to what is was in VERSION 1.4 so I don't have to change the items each time I set up new ones. thanks Greg

Reply to
Morcott
Loading thread data ...

Sorry - Meant VERSION 1.3

Reply to
Morcott

ALTER TABLE Item

DROP CONSTRAINT DF_Item_CommissionMode

GO

ALTER TABLE Item

ADD CONSTRAINT DF_Item_CommissionMode DEFAULT (1) FOR [CommissionMode]

Reply to
Mahmoud Amin

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.