Siebel Order Management Infrastructure Guide > Projected Asset Cache > Projected Asset Cache Business Service Methods >

Initialize Method


The Initialize method creates a new cache for assets that match the specified search expression. It applies open orders until the specified future date. It applies line items from the specified quote.

The Initialize method retrieves only those fields and attributes specified by the Field and Attribute input arguments. If a Future Date is provided, open order lines satisfying the search expression that have a due date prior to the Future Date are applied to the associated assets. If a Quote Id is provided, the quote line items of the specified quote that satisfy the search expression are applied to the associated assets.

Arguments
Argument
Description

Search Expression

[in] Search Expression with which to initialize the cache. Only Assets, Quote Line Items, Order Line Items and attributes that satisfy the search expression will be loaded into the cache. (Required)

Field

[in] Property set of fields to be retrieved by the Projected Asset Cache. (Optional)

Attribute

[in] Property set of attributes to be retrieved by the Projected Asset Cache. (Optional)

Future Date

[in] Project assets on this date. Only orders that have a due date less than this future date will be applied. (Optional)

Quote Id

[in] Row ID of the quote for which line items are to be queried and loaded into the Projected Asset Cache. (Optional)

Asset Cache Key

[out] Unique identifier with which to access the Projected Asset Cache. Used by the Query method.

Related Information

See Query Method and Validate Method.

Siebel Order Management Infrastructure Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.