Can users be prevented from creating "On The Fly" units of measure in Item Maintenance?

SUGGESTED

For example, we have "EA"  setup in our Units Of Measure Conversion Maintenance and the users should be selecting it from the UOM lookup but that doesn't always happen.

Over the years, inventory managers at different locations have entered items items as "each" in a UOM field or even typo'd a "ES" instead of "EA" in a couple of places.

Similar problems with cases, boxes, packs, pallets, etc...  inconsistent data entry.

It looks like other Sage products (MAS300, X3) seem to prevent this by including a security option for "Only Use Defined UOM" but that feature is not in Sage100.... or am I not looking in the right place? 

Thanks in advance for any help or suggestions!

Parents
  • 0

    At the moment, I think a table pre-validate event script on the unit of measure column is your only option.  You can get your own handle to "CI_UnitOfMeasure_svc" and use its Find method on the value the user entered and if Find does not return a 1 then the UOM is not on file.

Reply
  • 0

    At the moment, I think a table pre-validate event script on the unit of measure column is your only option.  You can get your own handle to "CI_UnitOfMeasure_svc" and use its Find method on the value the user entered and if Find does not return a 1 then the UOM is not on file.

Children