Inventory Qty Adjustment

I figured there was an easy way... Thanks Jose!

Ernie

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> You could do it as a customization. Set the epi data view value on the
> custoomization and then call adjust.
> On Apr 24, 2012 1:45 PM, "Elizabeth" <gracefulthreads@...> wrote:
>
> > **
> >
> >
> > Vantage 8.03.409C
> >
> > Need to add some functionality to the Adjust button on the Inventory Qty
> > Adjustment program screen. Instead of the users picking a reason code (we
> > have too many for them to make the right choices), I'd like to load the
> > appropriate reason code for each part number into a shortchar field in the
> > part table, and have the Adjust button fill in the field when clicked.
> >
> > I can create a different button that will pull the data, but it seems as
> > though the program creates a table on the fly when you click Adjust, and I
> > can't store data in it before that point. A BPM on the
> > PreSetInventoryQtyAdj BO is too late.
> >
> > How can I inject a little code in the right place?
> >
> > Ernie Lowell
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
Vantage 8.03.409C

Need to add some functionality to the Adjust button on the Inventory Qty Adjustment program screen. Instead of the users picking a reason code (we have too many for them to make the right choices), I'd like to load the appropriate reason code for each part number into a shortchar field in the part table, and have the Adjust button fill in the field when clicked.

I can create a different button that will pull the data, but it seems as though the program creates a table on the fly when you click Adjust, and I can't store data in it before that point. A BPM on the PreSetInventoryQtyAdj BO is too late.

How can I inject a little code in the right place?

Ernie Lowell
You could do it as a customization. Set the epi data view value on the
custoomization and then call adjust.
On Apr 24, 2012 1:45 PM, "Elizabeth" <gracefulthreads@...> wrote:

> **
>
>
> Vantage 8.03.409C
>
> Need to add some functionality to the Adjust button on the Inventory Qty
> Adjustment program screen. Instead of the users picking a reason code (we
> have too many for them to make the right choices), I'd like to load the
> appropriate reason code for each part number into a shortchar field in the
> part table, and have the Adjust button fill in the field when clicked.
>
> I can create a different button that will pull the data, but it seems as
> though the program creates a table on the fly when you click Adjust, and I
> can't store data in it before that point. A BPM on the
> PreSetInventoryQtyAdj BO is too late.
>
> How can I inject a little code in the right place?
>
> Ernie Lowell
>
>
>


[Non-text portions of this message have been removed]