Friday, June 8, 2012

Siebel Applicaton User Property

Application User Property:



DisablePDQView

 – To Disable a Pre-Defined Query you can use this user property. Prior to 8.0 release one had to add DisablePDQView = “Name of the view to be disabled” in cfg file.

But yearlong oracle supports effort to minimize configuration file dependency resulted in creation of this Application Level User Property.

To set this up go to Tools – Application -> Application user Property.

Create new record as follows.

Name: DisablePDQView1


Value: “Name of the view to be disabled”`




ClientBusinessService

Before the release of 8.0, to call a business service from browser script you had to enter following entity in cfg file to enable that business service. The reason is that browser Script in compiled by the browser in local machine and Business Service is compiled in the Server SRF file. Hence to let Siebel know about that a browser business service is called you had to make this entry in cfg file.

ClientBusinessService 1 = ‘Name of the Business Service called from Browser Script’.



As in the case of DisablePDQView, Siebel 8.0 onwards that cfg configuration has been revoked and instead Application User Property has been created to perform the same activity to enable a Business Service called from browser script.

Syntax:

Name: ClientBusinessService 1


Value: Name of the business service called from Browser script.

Next

No comments:

Post a Comment