INV_DISPLAY_CONFIG_FIELD_IN_MOBILE_YINV
Description: Limited to code that displays a configurable field in N4 Mobile Yard Inventory screens. For example, one anticipated use case is Port of Discharge (POD) for full containers and Line Operator (LOP) for empty containers.
Implementing this extension can result in lengthy strings that could cause rows to scroll and limit the amount of useful information that can be displayed in narrow band screens.
Abstract Base Class: AbstractDisplayConfigFieldInMobileYardInv
Method: getConfigValue()
This method receives the unit facility visit (UFV) Gkey as input and returns a string that should be displayed in the N4 Mobile Yard Inventory Screen. The caller does not parse or read into the value; it simply displays, as is, on the screen.
Interface: EDisplayConfigFieldInMobileYardInv
Module: Inventory
Version Added: 2.3
Requires Code Extension Name or Name Pattern: No
Code Extension Name or Name Pattern: N/A
Where to specify code extensions of this type: A data field in the N4 Mobile inventory screen. To implement, create a code extension of type INV_DISPLAY_CONFIG_FIELD_IN_MOBILE_YINV. Then create a database-backed variform to override the two variforms YINVWheeledPos and YINVGroundedPos so that they use the new code extension to display the configurable field.