How to display the extra_14 field in the Enter Sales Order (OE0101)
How to display the extra_14 field in the Enter Sales Order (OE0101)
(OP)
Is it possible to display into the Basics tab the field extra_14 contain in the oeordhdr_sql field? If yes, I know how to add a new field in a screen but I don't know how to match it with a field in a table.
Can someone help me please?
Thanks in advance
Can someone help me please?
Thanks in advance
RE: How to display the extra_14 field in the Enter Sales Order (OE0101)
I can think of a way to do this with Flexibility....you could write code to retrieve the value directly from the database and display it in a VBA-only control on the page...could do this in say the LoseFocus event of the order number field.
We have "added" a bunch of information to the Power Price Inquiry screen by doing what I described above....read from the database and display the value in a VBA-only control.
Jen
RE: How to display the extra_14 field in the Enter Sales Order (OE0101)
What are you trying to accomplish if I may ask?
Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools:
www.gainfocus.biz/exceladdin.html
RE: How to display the extra_14 field in the Enter Sales Order (OE0101)
I want a field that is not used that the user will use to add a certain value if necessary. All the user_def_fld_? fields are used already.
I thought that there might have a way to associate this new custom field to the extra_14 field in the table. This way, I won't have to add VBA code to save and retrieve the data of that field and show it in the screen.