описание чего? COM бизнес - объектов?
вот пример что я имею
RETURN
This transaction will save a Return Receiver and all related transactions to cause inventory to be adjusted accordingly. Please note that it is hierarchical. Each Receiver header has one to many receiver lines, and each receiver line may have one to many trace entries.
Field Type Description
ENTRY_NO Integer Numbers each transaction being provided to the set.
Typically you supply one transaction at a time, however, you may also batch transactions. Be careful how many rows you attempt to save per logical transaction.
You must number the entries so that trace information can be associated with each new transaction.
TRANSACTION_DATE Date Date of transaction. Defaults to current date.
PURC_ORDER_ID Varchar(15) Purchase Order ID being returned. Required.
USER_ID Varchar(20) The User ID of the person performing the transaction. Defaults to SYSADM.
RETURN_LINE Sub-recordset.
The RETURN_LINE sub-recordset has the following layout:
Field Type Description
ENTRY_NO Integer Numbers each transaction being provided to the set.
Typically you supply one transaction at a time, however, you may also batch transactions. Be careful how many rows you attempt to save per logical transaction.
You must number the entries so that line item and trace
information can be associated with each new transaction.
LINE_NO Integer Value signifying the purchase order line number being returned. Required.
USER_QTY Decimal Number If the Part is not defined as piece tracked, this is the quantity being returned, in the purchasing unit of measure. If the Part is defined as piece tracked, this is the number of pieces being returned. Required.
LENGTH Decimal Number Length of pieces being returned. Required if Part is defined as piece tracked by length.
WIDTH Decimal Number Width of pieces being returned. Required if Part is defined as piece tracked by width.
HEIGHT Decimal Number Height of pieces being returned. Required if Part is defined as piece tracked by height.
WAREHOUSE_ID Varchar(15) The warehouse from which the parts are being returned. Defaults to the warehouse the parts were originally received into.
LOCATION_ID Varchar(15) The location from which the parts are being returned. Defaults to the location the parts were originally received into.
TRACE_INFO Sub-recordset. Required if the Part is defined as traced, and its trace profile specifies trace info required for this transaction type.
|