Retrieve the following three fields from the Sales Order Detail file:
a) Sold To Number   b) Weight - Unit Of Measure   c) Volume - Unit Of Measur
^
D4200390 - GetF4211SoldToUOM
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| szKeyCompany | KCOO | char | NONE | NONE | 
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a 
  | ||||
| mnDocumentNumber | DOCO | MATH_NUMERIC | NONE | NONE | 
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry, 
  | ||||
| szDocumentType | DCTO | char | NONE | NONE | 
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has 
  | ||||
| mnLineNumber | LNID | MATH_NUMERIC | NONE | NONE | 
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns 
  | ||||
| cRecordFound | EV01 | char | NONE | NONE | 
An option that specifies the type of processing for an event.  | ||||
| mnSoldTo | AN8 | MATH_NUMERIC | NONE | NONE | 
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
  | ||||
| szWeightUOM | WTUM | char | NONE | NONE | 
The unit of measure that indicates the weight of an individual item. Typical weight units of measure are:
   GM Gram
   OZ Ounce
   LB Pound
   
  | ||||
| szVolumeUOM | VLUM | char | NONE | NONE | 
The unit of measure for the cubic space occupied by an inventory item. Typical volume unit of measures are:
   ML Milliliter
   OZ Fluid Ounce
  
  | ||||
| jdTransactionDate | TRDJ | JDEDATE | NONE | NONE | 
The date that an order was entered into the system. This date determines which effective level the system uses for inventory pricing.  | ||||
| None | 
| F4211 Sales Order Detail File |