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

Sep 26, 2007 2 Replies

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


ALTER TABLE Item

DROP CONSTRAINT DF_Item_CommissionMode

GO

ALTER TABLE Item

ADD CONSTRAINT DF_Item_CommissionMode DEFAULT (1) FOR [CommissionMode]

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required