Skip to Content
0
Former Member
Apr 22, 2009 at 09:40 AM

Question regarding the GLMethod Field In OITM

214 Views

Hello everyone,

In the DI API Help this field is described as being a VArchar(1) with 3 possible values ( valid values I assume) W for WareHouse, C for Class, And L for Level, i queried the field using

SELECT DISTINCT T0.GLMethod FROM OITM  T0

And the results confirmed the DI Description.

, A custommer of mine needed to set the method to item Class for all his items, so we tried Updating the field via DTW and setting it to 'C', we did not succeed, then the custommer entered the string 'Glm_itemClass' instead of the letter 'C', GlmItemClass is the description written in the DTW template file, and at my great surprise it worked perfectly, How is that possible ?