Generic TelcoSalesOrder business object

The generic TelcoSalesOrder business object contains data attributes that pertain to a sales order. This business object includes customer information, account information, billing information, and the status of the sales order in an order handling system.

Business object structure

The generic TelcoSalesOrder business object is a hierarchical business object. Each of its attributes is either a String, a Boolean, or a child business object.

TelcoSalesOrder includes the following attributes:

Business object attributes
Name Type Key Cardinality
SalesOrderId String x  
SalesOrderDate String    
CompletionDate String    
SalesInfo String    
SalesOrderTerms String    
Charge String    
CustomerRef PartyRef   1
AccountRef AccountRef   1
BillingAccountRef BillingAccountRef   1
CreditApproval String    
AgentRef PartyRef   1
SOLine SelectedProduct   n
ContactPerson ContactPerson   n
SOSetup TelcoSalesOrderForDataService   1
Status Status   1
ProcessContext ProcessContext   1

Supported verbs

The generic TelcoSalesOrder business object supports the following verbs:

Examining the object

To examine a listing of the attributes of the generic TelcoSalesOrder business object, use the System Manager.

Copyright IBM Corp. 2002, 2003