Friday, January 17, 2020

DefaultFocus User Properties in Siebel

Default Focus user property is used when we need to set default focus on specific column in different modes of a list applet.

DefaultFocus user property can be used as shown in the screenshot below.




Following are three user properties which are used to set the DefaultFocus in siebel:

  • DefaultFocus_New    : It will set focus on specified field when user creates a new record.
  • DefaultFocus_Edit     : It Will set focus on specified field when user edit a record.            
  • DefaultFocus_Query  : It Will set focus on specified field when user queries on the applet.

No comments:

Post a Comment

Updating parent BC depending on the status of child BC using configuration

Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...