VBA macro for Order Entry price not on price list

SUGGESTED

I am trying to get my macro to allow entering a price manually.  The price is not on the customers assigned price list, nor on any other price list.  It is essentially a price override, which we are able to do in the UI.

Get the following warning 'Information needed to set up the unit price does not exist for price list TESTA, item WIDGET001. The price list record may not exist, or details have not been entered to price multiple units of measure.'

The order does get posted but the price is listed as $0

Neither of the following lines work:

OEORD1detail1Fields("PRIUNTPRC").Value = items_Array(4, y)

OEORD1detail1Fields("PRIUNTPRC").PutWithoutVerification (items_Array(4, y))

Parents Reply Children
No Data