As per Siebel vanilla functionality, if we click on any hyper link (Drill down) field then it will navigates to another view, but after navigating to the destination view, the focus will be always on child applets instead of “Parent Applet”.
In order to set the focus always on the parent applet we may have to do the following configuration changes:
Tools Level Changes:
1. At View Level, we have “Default Applet Focus” property. Set “Applet name” for this property.
2. At View User Property (Child object of View), set the following:
Name : DefaultAppletFocus
Value : “Applet Name”
After setting the above properties, if focus still remains on child applet then we have to verify the following parameters of the CFG file.
3. In cfg file we have “EnableSIFocusTracking” property; this property should have value as “TRUE”.
Application Side Changes:
4. Navigate to sitemap > Administration – Server Configuration – Enterprises:
Query with your “Enterprise Server” name and Query with “ObjMgrName” in “Component Definitions”
In the “Component Parameters” under “Component Definitions”, Query with “Enable SIFocusTracking” parameter.
Set “Enable SIFocusTracking” parameter to “True”.
Hope this helps you a lot to overcome the Applet focus issue.
Readers who viewed this page, also viewed:
DefaultAppletFocus user property
In order to set the focus always on the parent applet we may have to do the following configuration changes:
Tools Level Changes:
1. At View Level, we have “Default Applet Focus” property. Set “Applet name” for this property.
2. At View User Property (Child object of View), set the following:
Name : DefaultAppletFocus
Value : “Applet Name”
After setting the above properties, if focus still remains on child applet then we have to verify the following parameters of the CFG file.
3. In cfg file we have “EnableSIFocusTracking” property; this property should have value as “TRUE”.
Application Side Changes:
4. Navigate to sitemap > Administration – Server Configuration – Enterprises:
Query with your “Enterprise Server” name and Query with “ObjMgrName” in “Component Definitions”
In the “Component Parameters” under “Component Definitions”, Query with “Enable SIFocusTracking” parameter.
Set “Enable SIFocusTracking” parameter to “True”.
Hope this helps you a lot to overcome the Applet focus issue.
Readers who viewed this page, also viewed:
DefaultAppletFocus user property