Re: Simple coding question

barrier

barrier

Reputable Poster
Re: Simple coding question

Not as simple as it sounds. Most, if not all, JDE APPLs call Master
Business Functions to update the tables associated with the application. If
the column you are using is not included in the data structure for the MBF
it will not "automatically" be updated. In this case you have two
choices...modify the MBF (which is very ugly and considered a NoNo by
JDE...and most other sane developers) or to use File I/O to update the
column in the table...probably on the OK button post button clicked
event....somewhere after the End Document function called.

B.



"Gaynor, Paul"
<pgaynor@atsautoma To: [email protected], "'[email protected]'"
tion.com> <[email protected]>
Sent by: cc:
owner-jdeowdevml@j Subject: Simple coding question
delist.com


11/02/00 11:02 AM
Please respond to
jdeowdev







List Users,

I have, what I suspect, is a very simple question but without
appropriate documentation I'm having difficulty answering. The scenario is
as follows:

On the PO Workbench (P43101) I have taken a column that is returned in the
existing business view and added it to the grid Reference1 (VR01). Thus
allowing the user to enter a supplier document reference . I need to know
what event rules / code need to be modified so that the data entered in
this new column will be saved.


Thanks in Advance
Paul Gaynor



*************************************************************
This is the JDEList One World Developers Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************
 
Back
Top