Siebel Order Management Infrastructure Guide > Asset-Based Ordering Methods Reference > Order Entry Toolkit Business Service Methods >

GetBCCount Method


This is one of the Order Entry Toolkit Business Service Methods. It gets the number of rows and first row ID in a BC for the input Search Spec. If Parent and Child BC names are provided, the search spec is applied to the Parent BC. If no Parent BC is provided, the Search Spec in applied to the one input BC.

Arguments
  • BC Name: [in] Name of the business component whose rows will be counted. (Required)
  • BC SearchSpec: [in] Free text search specification. (Optional)
  • BusObj Name: [in] The business components belongs to this business object. If a BusObj Name is not specified, the business service business object is used. (Optional)
  • Parent BC Name: [in] Name of the parent business component to which the search criteria is applied. (Optional)
  • Field Name: [in] Field name to be used as additional input for the search specification. (Optional)
  • Field Value: [in] Value to be used as additional input for the search specification. (Optional)
  • Count: [out] Number of rows. (Optional)
  • First RowId: [out] First rowId of the rows. (Optional)
Returns

Number of rows and first rowId.

See Also

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

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