Application Services Interface Reference > Predefined Application Service Interfaces >

Siebel Cost List


Standard product costs that exist in external systems are created in the Siebel application based on the costs existing in the external manufacturing and accounting systems. The initial cost types include standard costs, base costs, and the variable costs for a given product.

This inbound ASI enables the synchronization and update of a cost list and the cost list items. Figure 19 describes the Siebel Cost List ASI structure.

Figure 19. Siebel Cost List ASI

Table 29 lists the integration components and user keys of this ASI.

Table 29. Siebel Cost List Integration Components
Integration Component
XML Tag
User Keys

Cost List

CostList

  1. Name, Type
  2. Id
  3. Integration Id

Cost List Item

CostListItem

1 Product Id
  1. Id
  2. Integration Id

Table 30 lists the fields and their attributes. Fields without a length specified do not have a maximum length associated with them.

Table 30. Siebel Cost List ASI Fields
Name
XML Tag
Data Type
Length
Req.
Note

Cost List

Cost Method

CostMethod

DTYPE_TEXT

30

N

 

Currency Code

CurrencyCode

DTYPE_TEXT

20

N

 

Description

Description

DTYPE_TEXT

255

N

 

End Date

EndDate

DTYPE_TEXT

 

N

 

Id

Id

DTYPE_ID

30

N

Used for picking a related entity. This read-only field is automatically populated by the Siebel application on insertion and cannot be updated.

Integration Id

IntegrationId

DTYPE_TEXT

30

N

 

Name

Name

DTYPE_TEXT

50

N

User key field.

Start Date

StartDate

DTYPE_TEXT

 

N

 

Type

Type

DTYPE_TEXT

30

N

User key field.

operation

operation

DTYPE_TEXT

30

N

 

searchspec

searchspec

DTYPE_TEXT

250

N

 

Cost List Item

Average Cost

AverageCost

DTYPE_TEXT

 

N

 

Currency Code

CurrencyCode

DTYPE_TEXT

20

N

 

Description

Description

DTYPE_TEXT

255

N

 

End Date

EndDate

DTYPE_TEXT

 

N

 

Ext OT Pct Increase

ExtOTPctIncrease

DTYPE_NUMBER

 

N

 

Id

Id

DTYPE_ID

30

N

  • Used for picking a related entity. This read-only field is automatically populated by the Siebel application on insertion and cannot be updated.
  • User key field.

Integration Id

IntegrationId

DTYPE_TEXT

30

N

User key field.

Last Cost

LastCost

DTYPE_TEXT

 

N

 

Next Cost

NextCost

DTYPE_TEXT

 

N

 

Product Id

ProductId

DTYPE_ID

 

N

  • Used for picking a related entity. This read-only field is automatically populated by the Siebel application on insertion and cannot be updated.
  • User key field.

Standard Cost

StandardCost

DTYPE_TEXT

 

N

 

Start Date

StartDate

DTYPE_TEXT

 

N

 

Std OT Pct Increase

StdOTPctIncrease

DTYPE_NUMBER

 

N

 

operation

operation

DTYPE_TEXT

30

N

 

searchspec

searchspec

DTYPE_TEXT

250

N

 

Application Services Interface Reference