Attempting to add a new field into the table "ShipDtl"

Hello Mark

Yes v8.03 is correct
I see what you are explaining but, I am a little confused (sorry).
The goal for me would be to add this field and pull the data in from
an Order already entered into the system.

This data exsists before the shipment, (entered during Order Entry).
I would like to create this field for View info ONLY in the "Enter
Customer Shipment" and afterwards print it out in the Packing Slip

What do I need to do to get this field to do a lookup?

Thanks
-Joe

>
> (Assuming V8 here...)
>
> If you go to the Data Dictionary and look up ShipDtl, you can click
on the
> "Show VB Fields" box and you'll see all of the user-defined fields
available
> to you. You can use Number01-Number10 for you POLine.
>
> If you plan to add this data at Ship time and not Order Entry,
you'll create a
> customization of the Enter Customer Shipment by adding a text field
to the
> screen and binding it to ShipDtl and Number01 (or whatever field
you choose).
>
> To print, you'll need to go into the Report Data Definition for
Packing Slips,
> go to the Exclude Tab and add Number01 (or whatever).
>
> Modify your Packing Slip and you're good to go.
>
> Mark W.
>
I am trying to add a field to the "ShipDtl" Table named "POLine". My
goal is to have the Packing Slip Print out the PO Line Item as detailed
in our customers P.O. document. This would be the same value as is
entered in the "OrderDtl" field name "POLine". Any guidance on getting
this task completed would be greatly appreciated! I am not sure if
there needs to some sort of link/bind condition to transfer the data as
well?
Afterwards I can add the field "POLine" from the table ShipDtl
into the "Customer Shipment Entry" form as a viewable field (Reference)
only and print to the Packing Slip.

Thk's
-Joe
Hi Joe,

> I am trying to add a field to the "ShipDtl" Table named "POLine". My
> goal is to have the Packing Slip Print out the PO Line Item as detailed
> in our customers P.O. document. This would be the same value as is
> entered in the "OrderDtl" field name "POLine". Any guidance on getting
> this task completed would be greatly appreciated! I am not sure if
> there needs to some sort of link/bind condition to transfer the data as
> well?
> Afterwards I can add the field "POLine" from the table ShipDtl
> into the "Customer Shipment Entry" form as a viewable field (Reference)
> only and print to the Packing Slip.

(Assuming V8 here...)

If you go to the Data Dictionary and look up ShipDtl, you can click on the
"Show VB Fields" box and you'll see all of the user-defined fields available
to you. You can use Number01-Number10 for you POLine.

If you plan to add this data at Ship time and not Order Entry, you'll create a
customization of the Enter Customer Shipment by adding a text field to the
screen and binding it to ShipDtl and Number01 (or whatever field you choose).

To print, you'll need to go into the Report Data Definition for Packing Slips,
go to the Exclude Tab and add Number01 (or whatever).

Modify your Packing Slip and you're good to go.

Mark W.