If you want a Press a button step to press a button or click a link in the application toolbar,
use one of the following names:
- IM_GOBACK
- IM_HISTORY
- IM_GOFORWARD
- IM_menuButton
- IM_USER_HOME
- IM_MY_PREF
- IM_helpButton
- IM_aboutButton
If you want a Press a button step to press a button in the page actions toolbar, use one of the
following names:
- IM_SAVE
- IM_REFRESH
- IM_CLEAR
- IM_COPY
- IM_DELETE
- IM_ScrollBack
- IM_ScrollForward
The following buttons are also supported:
- IM_TO_DO. This brings you to the To Do Summary page.
- IM_PrevTo Do. This simulates clicking the Previous To Do button in the Current To Do Zone.
- IM_NextTo Do. This simulates clicking the Next To Do button
in the Current To Do Zone.
- IM_CurrentTo Do. This navigates to the To Do Entry page for the user’s
current To Do. Refer to A User’s Current To Do for more
information.
- IM_MINIMIZE_DASHBOARD. Pressing this will collapse the dashboard.
- IM_MAXIMIZE_DASHBOARD. Pressing this will expand the dashboard.
Follow these steps to find the name of other buttons that reside
in the object display area:
- Navigate to the page in question.
- Right click in the body of the page (but not while the pointer
is in an input field). Note, if the field in question resides in a
grid, you must right click while the pointer is in the section that
contains the grid (but not while the pointer is in an input field
in the grid) - this is because there's a separate HTML document for
each grid on a page.
- The option to select may differ based on the browser you are using.
For example, for some browsers, the option may be View Source. For others, the option
may be This Frame and
then Frame Source
- Scroll to the Widget Info section (towards the top of the HTML
document). It contains a list of all of the objects on a page, including
buttons.
- Iconized buttons (e.g., search buttons) are represented as HTML
images and their field names are prefixed with IM. The following is an example
of the HTML on the To Do Entry - Main page (notice the IM fields for the iconized buttons).
* Widget Info:
* Widget_ID , Element Type - label info - label
* TD_ENTRY_INFO, IL - $TD_ENTRY_INFO - To Do Info
* TD_ENTRY_ID, IT - CI_TD_ENTRY$TD_ENTRY_ID - To Do ID
* IM_TD_ENTRY_ID, IM - $TD_ENTRY_ID_SRCH - Search for Entry Id
* TD_TYPE_CD, IL - $TD_TYPE_CD - To Do Type
* TYPE_DESCR, IL
* ROLE_ID, IL
* ROLE_DESCR2, IL - $DESCR - Description
* FULL_MSG, PL - $GOTO_TD_ACTION_LBL - Work on To Do
* IM_EXP_MSG_LONG, IM - $DISPLAY_MESSAG_LBL - Display Message Explanation
- Transaction-specific actions buttons (e.g., the buttons use to
complete or forward a To Do) are represented as switches. The following
is an example of the HTML on the To Do Entry - Main page (notice the
SW fields for the buttons).
Note, if you want to Set focus to such a field, you would move a Predefined Value of TRUE to the switch.
* COMPLETE_SW, BU - $COMPLETE_SW - Complete
* FORWARD_SW, BU - $FORWARD_SW - Forward
* SEND_BACK_SW, BU - $SEND_BACK_SW - Send Back
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]