Creating an HTML Template

A template HTML enables rendering the look and feel of the mobile device screen. A template HTML defines which fields are included and how they are laid out. Each screen requires a template HTML file. The template HTML uses some custom mobile device tags in addition to the standard HTML tags.

The template HTML must adhere to the XSD defined in the INSTALL_DIR/repository/xapi/template/merged/mobilescreens/rf.xsd style sheet.

All template HTML files must reside in the INSTALL_DIR/extensions/global/template/mobilescreens/uientity directory. The name uientity refers to the screen entity resource that needs to be created for a mobile transaction.

The template HTML files for the inventory inquiry scenario are available for you to copy and reuse from the INSTALL_DIR/xapidocs/code_examples/rfinventory/ directory.