...
A button will appear on the navigator that goes directly to the screen
Pin screens as buttons when you are logged in - it is the logout process that updates the server with your buttons as it ends your session.
The request to end a session includes the current Button screens
- Clicking the X on the top of the navigation screen does trigger the logout process asking the server to log you out
- Logging out also passes the information
Note - if the system timeout ends your session - this is not a request to the server - in fact it is the server stopping the session so the button changes during the session are not remembered
Hints
Hints appear when you hover over items in the system
...
A right click will show the actions available
Right click on a Field
Can copy the information to the clipboard if you want to use it somewhere
The number of records returned by the system
...
Have a look at /wiki/spaces/SI/pages/33054916 for details
Searching using TAB = without clicking the search button in a search field
- Text + Tab is for exact search - looks for exactly what you have entered
- Note if if does not find a match it then does a wildcard search to provide a list
- Text + Shift F3
- will provide a wildcard search across multiple fields.
- For example - in the Article screen typing "Book" then using Shift+F3 will search both Article number and also description and result in a list of possible results.
Working with Grids (Refreshing, Filtering, Exporting to Excel)
...
Filter - a filter box appears over bottom RHS of grid - enter text to filter by
Note the search is only searching the data in the grid (not all data relating to the records).
...