DefaultFocus is a user property helps to put focus on a particular field.
Ex. DefaultFocus_Query = Account will put focus on Account if query button is clicked on the applet
which will result in
Similarly we can use below mentioned user properties for applets:-
DefaultFocus_Edit = Contact will put the focus on contact field when the applet is in Base, Edit or Edit List mode.
DefaultFocus_New will put set a field or control within an applet that receives focus when applet is in New Mode.
This will give default focus to New button on an applet being used to add a new record.
If DefaultFocus_New is not added to an applet then first field in the applet gets default focus when applet is in new mode.
Ex. DefaultFocus_Query = Account will put focus on Account if query button is clicked on the applet
which will result in
Similarly we can use below mentioned user properties for applets:-
DefaultFocus_Edit = Contact will put the focus on contact field when the applet is in Base, Edit or Edit List mode.
DefaultFocus_New will put set a field or control within an applet that receives focus when applet is in New Mode.
This will give default focus to New button on an applet being used to add a new record.
If DefaultFocus_New is not added to an applet then first field in the applet gets default focus when applet is in new mode.


