M3_H5_ToggleStartPanel
Use this script to switch between two start panels in any program. For example, you may
activate the script on 'Purchase Order. Open' (PPS200) A panel and (PPS200) B panel to switch
between the A and B panels on click of a button.
Note: This script is
only applicable to the new H5 UI.
Argument string examples:
(PPS200/A): Toggle Start Panel,2,1,PPS200,B,WWSPIC, Grey
(PPS200/B): Toggle Start Panel,1,1,PPS200,A,WWSPIC, Grey
Argument | Example | Optional | Descriptions |
---|---|---|---|
Button name | Toggle Start Panel | No | You can use any button name which depends on your requirement. |
Target row for the button | 2 | No | Specify any row selection based on your requirement. For the
given example, 2 places the script button on Filter Options. Another example is if you use 9 as target row and 6 as target column, the button is placed in the Filter options near the Apply button appropriately. |
Target column for the button | 1 | No |
Specify any row selection based on your requirement. For the given example, 1 places the script button on Filter Options. Another example is if you use 9 as target row and 6 as target column, the button is placed in the Filter options near the Apply button appropriately. |
Program to open | PPS200 | No | Specify any program based on your requirement. In the given example, the program to toggle is (PPS200) but you can define a program where you prefer to add the script. |
Opening panel for the program | B | No | Panel can either be A or B based on the panel where the script is added. In the example, (PPS200) toggle to the B panel is added on the A panel, and vice versa. |
Panel selection name on P panel | WWSPIC | No | Use WWSPIC always as it is in the settings panel denoting the panel selection name. |
Color | Grey | Yes | Use any of these available colors:
Alternatively, you may use any hexadecimal color code based on your requirement. If color is undefined in the argument, the script uses the default color. |