When you are signed on to your application, most screens will have two areas that display application information. The standard screen header shows several built-in attributes related to the current <<Ispec>> class. The status line at the bottom of the screen shows the time, messages and Glb.Balance (if applicable) for the current transaction.
Standard Screen Header Items
Note: The Maint item applies only to Standard Components, Table Components, and Automaint Memo Components.
Refer to the Agile Business Suite Programming Reference Manual for more information on these built-in attributes.
Status Line
The time displayed in the status line depends on the type of transaction. For example, for a successful entry in the database, it shows the current time; whereas for an inquiry request, it shows the time the <<Ispec>> class’s Prepare method was initiated.
The message field shows the status of the last transaction, or an error message. However, if there are multiple errors, they are displayed on Page 2.
Glb.Balance is displayed on the status line when its referencing method is executed. Refer to the Agile Business Suite Programming Reference Manual for more information on Glb.Balance.