Skipping a Screen

About this task

Requirement - When performing an ad hoc move, you want to skip the Equipment Entry screen and go directly to the Source screen without clicking the Go button or pressing the F3 key.

Current® Behavior - After selecting Ad hoc Move, the system asks you to scan the Equipment # after which you click the Go button or press the F3 key to go to the Source screen.

Configurations

To configure the Ad Hoc Move screen to meet the above requirement:

Procedure

  1. From the Menu page, select Ad hoc Move and press Enter.
  2. Press F1 to identify the Resource ID ("rfmanualmove"), Form Name ("frmEquipment") and the action you want to emulate (F3).
  3. Use the override XML file located in the <INSTALL_DIR>/repository/xapi/template/merged/mobilescreens/overrides folder and write an element in the following format:
    </MobileConsoleOverride> 
     </ResourceOverrides> 
        <ResourceOverride ResourceId="rfmanualmove" > 
           <FormOverrides> 
              <FormOverride name="frmEquipment" onloadaction="F3"/> 
           </FormOverrides> 
        </ResourceOverride> 
     </ResourceOverrides> 
    </MobileConsoleOverride>

    With this configuration, you go directly to the Source screen after selecting Ad hoc Move from the menu.