Screen
A screen node uniquely identifies a screen in the navigation. It corresponds to a green screen on the host. Whenever a new screen is received in record mode, a corresponding screen node is added in the navigation tree.
Property Description
Name The name of the screen. The name will be given according to the following mechanism:
•  If field is found at position 1,2
•  If no field was found at position 1,2, the 1st read-only field starting from the right (in the first row)
•  If none of the above fields were found, then the name will be empty and must be set by the developer to certain unique information in the screen.
Definition A condition dialog box used to uniquely identify a screen.
CodeText Additional code that you have to enter (either in C# or VB depending on your project). This code will be added to the generated code and will be executed as soon as the screen is received and positively identified and before any action such as PutField, GetField or PushKey is executed.