HQ on sale Flag

After I turn off the on sale flag in HQ for an item, what worksheet is used to propigate the change to SO?

Thanks,

TomT

Reply to
TomT
Loading thread data ...

Reply to
Matt Hurst

Reply to
Matt Hurst

The sale price and dates change in SO after the 301 but the Sale checkbox doe not get unchecked in SO. This is what i need to update as we have reports that look at that flag as well as product uploads to our website that key off that flag.

I think a 260 might update the flag in SO from HQ, but that will mess inventory up.

Any other thoughts?

Thanks,

TomT

Reply to
TomT

have you tried worksheet 250? You could also set the flag with a worksheet 51 sql command, something like:

update item set saletype=1 where salestartdategetdate()

"TomT" wrote:

Reply to
Matt Hurst

OK, I get it, you want to turn off the flag when not in the sale period, try this

update item set saletype=0 where not (salestartdategetdate() )

"Matt Hurst" wrote:

Reply to
Matt Hurst

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.