Banner XML Tags
Banner XML tags control the information that is displayed at the bottom of all employee screens.
- Field (Required) - The Field attribute indicates which field the data displayed resides in. This attribute, along with the Screen attribute determine what data element to display.
- Label - The Label attribute, when present, determines the label that is displayed for the cell data. If this attribute is not present, then the Label attribute from the Field is used. This attribute is often used when the Label defined at the Field level is too large to neatly display in the Summary section of the screen.
- PrintScreenDataX - This attribute is used by the Print Screen report to display Summary data at the bottom of any screen print. If it is not set, then the Print Screen report logic calculates a default value. If this value calculated causes the Summary information to be poorly formatted, then use this attribute to manually override the default value to something that is more visually pleasing.
- PrintScreenLabelX - This attribute is used by the Print Screen report to display Summary labels at the bottom of any screen print. If it is not set, then the Print Screen report logic calculates a default value. If this value calculated causes the Summary information to be poorly formatted, then use this attribute to manually override the default value to something that is more visually pleasing.
- Screen (Required) - The Screen attribute indicates which screen the data displayed resides on. This attribute, along with the Field attribute determine what data element to display.
- ShortDecode (True or False) - This attribute only applies to Decode data types. When it is present and set to True, then the data displayed will be the short Decode value. If this attribute is not present or set to False, then the long Decode value is displayed.