Sample scripts to read optional fields for OE Header and OE detail

Order Entry

O/E Order scripts to show how to get the detail optional field views from a header script and how to get the header optional field from a detail view script. 
 
The header script calls the details to get the OE order detail optional field view.
The detail script calls the header to get the OE order header optional field view.
 
They read an optional field record, and display its value (if any) on insert of detail and insert of the order.

OE Optional Field scripts