Read Audit Hidden Field in List Applet
There is a requirement to read audit trial a hidden field in list applet.
Found the following docs in KM 786167.1 and 477229.1,
With these docs, it is possible to audit hidden field in a FORM applet by adding the field (using control) into the button bar and then change the HTML Type to 'Hidden'.
However, this solution only work in High Interactivity.
In Standard Interactivity, an error, "Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.", was raised.
After some research, it is found that Siebel is trying to be user friendly and set the cursor to the first available control so user does not have to click to enter data. It apparently does not respect whether the field is hidden or not.