Siebel Order Management Infrastructure Guide > Compound Product Validation > About Compound Product Validation Engine Business Service >

Validate Method


This method executes the cross-product validation rules associated with a compound product and returns any rule violations. It queries the Business Component VORD Compound Product Rule for all the rules defined for the top level product (network product) of the compound product (network). It then instantiates the business service for each of the rules and asks them for the fields and attributes values they need. It then initializes the Projected Asset Cache by asking it to build a future state of all the root line items within this compound product. This is done by querying the Quote Item, Order Item, Asset and their XAs for the fields and attributes required by all the rules and then applying them to the associated assets. It then invokes the Validate method of each rules checker business service and creates a consolidated list of rules violations.

Arguments
  • CompoundProductNumber: [in] Compound Product Number (Network Id) associated with the compound product to be validated. (Required)
  • FutureDate: [in] Date at which to validate the compound product. (Optional)
  • QuoteId: [in] Row Id of the current quote. (Optional)
  • CompoundProductNumber: [out] Compound Product Number (Network Id) associated with the compound product. (Required)
  • RuleViolationEmpty: [out] Y / N flag indicating whether there are any violations. (Required)
  • RootCompoundProduct: [out] Name of the compound product. (Required)
  • SiebelMessage: [out] Property set of child property sets of type 'RuleViolation'. (Required)
See Also

See the topic about workflows in Siebel Order Management Guide, and Format Violation Method.

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