Siebel Order Management Guide Addendum for Communications > Employee Asset-Based Ordering > Configuring the Projected Asset Cache Search Specification >

Setting Up the Business Service User Properties


To set up business service user properties that change the Projected Asset Cache search specification, follow this procedure.

To set up the business service user properties

  1. Launch Siebel Tools.
  2. In Siebel Tools, select the VORD Projected Asset Cache business service, and lock it.
  3. Create new records in the Business Service User Property.

    The additional user properties are described in the following table.

    Name
    Example Value
    Comments

    Asset Search Spec

    [Status] <> LookupValue('IMPL_PHASE','Inactive')

    Existing search specification that is appended in code, as follows:

    [Product Name] IS NOT NULL

    This specification queries the Asset Mgmt - Asset and Asset Mgmt - Asset XA business components.

    Order Search Spec

    [Order Status] <> LookupValue('FS_ORDER_STATUS','Cancelled') AND [Processed Flag] = 'N' AND [Order Active Flag] = 'Y'

    Existing search specification that is appended in code, as follows:

    [Product Name] IS NOT NULL AND [Action Code] <> '-' AND [Due Date] <= <Future date> AND [Processed Flag] = 'N' AND [Order Active Flag] = 'Y'

    This specification queries the Order Entry - Line Items and Order Item XA business components.

    If the user property is provided, then [Processed Flag] = 'N' AND [Order Active Flag] = 'Y' is mandatory. These fields are not automatically restored to the final query in the Order Entry - Line Items and Order Item XA business components.

    Quote Search Spec

    [Quote Status] <> LookupValue('QUOTE_STATUS','Order Placed')

    Existing search specification that is appended in code, as follows:

    [Product] IS NOT NULL AND [Action Code] <> '-' AND [Quote Id] = <Quote Id>

    This specification queries the Quote Item and Quote Item XA business components.

    NOTE:  The user property values in the table are examples. The search specification can contain static data, for example, Status <> 'Cancelled'. The syntax must be as shown in the table, without enclosing the entire search specification in double or single quotation marks.

    For more information about the business service user property configurations, see About Business Service and Workflow Configurations.

  4. Compile the business service object.

VORD Projected Asset Cache business service user properties are global, and are applied in all the calls to the Retrieve or Initialize business service methods.

Siebel Order Management Guide Addendum for Communications Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.