Siebel Developer's Reference > Business Component User Properties > Specifying Business Services >

Specifying Business Service Parameters


The Service Parameters user property specifies parameters for a business service. The value for this user property must use the following format:

ParamName1=ParamValue2;ParamName2=ParamValue2;ParamNameN=ParamValueN

where:

  • ParamName specifies the name of a parameter.
  • ParamValue specifies the value for the parameter that Siebel CRM sends to the business service. For example:

    DLLName=VirtualBusCompODBC.dll

The Pre_Invoke method typically parses these parameters. A virtual business component typically uses these values in a workflow process. For more information about configuring a business service in a workflow process, see the Siebel Business Process Framework: Workflow Guide.

For more information, see How This Book Describes the User Property Format.

Siebel Developer's Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.