Configuring Business Components to Handle External Data
To configure business components to handle external data using a symbolic URL, you must create a new calculated field on the business component. Rather than representing structured content, such as records in a database, this field represents the HTML content sent from an external host.
This task is a step in Process of Creating Portal Agents.
To configure a business component to handle external data using a symbolic URL
Create a new field on the business component.
Set the field’s Calculated property to TRUE.
Set the field’s Type property to DTYPE_TEXT.
In the Calculated Value field, enter the name of the symbolic URL (enclosed in double quotes) that you want to use to submit the HTTP request.
The name of the symbolic URL in the Calculated Value field must be enclosed in double quotes so that it evaluates as a constant. See the business component named AnalyticsSSO in the Siebel Repository for an example of fields configured this way.