Application User Properties


What are Application User Properties in Siebel CRM???

  • added as child object under Application to configure a specialized behavior
  • some of the parameters that were set in the application configuration (.cfg) file prior to Siebel release 8.0 are now set as application user properties in Siebel Tools

Properties of Application User Properties...

Name

  • specifies the name of the user property which produces the specialized behavior/functionality on application

Value

  • specifies the value of the user property which says what/where the behavior has to occur

Application User Properties are...

Property#1: ClientBusinessServicen
  • allows us to call business services from a browser script
  • number n must be a sequential number, with no gaps in numbering - if a number is skipped, then service cannot be called from a browser script
  • post Siebel 8.0 release, we need set this property as an application user property in Siebel Tools and no need to set in the application configuration (.cfg) file
  • If a browser script attempts to use this user property to call a business service that is not listed, then we receive an error as "Cannot get service: <name of service>.(SBL-UIF-00275)"

Property#2: OverrideViewCachen
  • allows us to disable caching for a particular view
  • number n must be a sequential number between 0 and 99
  • like "ClientBusinessService" property, we need set this property as an application user property in Siebel Tools for above Siebel 8.0 release
  • this property mainly use to disable caching when we are making a dynamic change to the view, such as changing a parameter or invoking a toggle applet

Property#3: PDQDisabledViewn
  • allows us to disable the Predefined Query (PDQ) dropdown for the view name defined for the property
  • number n denotes sequential number, used to define more views
  • like other application properties, we need set this property as an application user property in Siebel Tools for above Siebel 8.0 release
  • When this property is added for a particular view, the PDQs in the dropdown are not applied automatically when the view loads, but we can still choose the PDQs from dropdown and the PDQs will get applied


Comments