Inventory Inquiry Resources in the Applications Manager: An Example

The Creating Inventory Inquiry screens requires the following user interface resources:

These resources are detailed in the following tables.

Figure 1. Mobile Device Screen Entity Resource
The Mobile Device Screen Entity Resource
Table 1. Mobile Device Screen Entity Resource Values

Name

Value

Resource ID

rfinventory

Description

RF_Inventory

Resource Type

Entity

Resource Sequence

(Default Suggested Value)

Application

Warehouse Management

Document Type

General

Figure 2. Mobile Device Screen Detail View
The Mobile Device Screen Detail View
Table 2. Mobile Device Screen Detail View Resource Values

Name

Value

Resource ID

rfinventoryD1

Description

RF_Inventory_Detail_View

Resource Type

Detail View

Resource Sequence

(Default Suggested Value)

Application

Warehouse Management

Figure 3. Mobile Device Screen Inner Panel Resource
The Mobile Device Screen Inner Panel Resource
Table 3. Mobile Device Screen Inner Panel Resource Values

Name

Value

Resource ID

rfinventoryD1IP1

Description

RF_Inventory_Inner_Panel

Resource Type

Inner Panel

Resource Sequence

(Default Suggested Value)

Application

Warehouse Management

Java™ Server Page

/extensions/global/webpage/rf/wms/inventory/frmInventory.jsp

Figure 4. Mobile Device Screen API Resource
The Mobile Device Screen API Resource
Table 4. Mobile Device Screen API Resource Values

Name

Value

Resource ID

rfinventoryD1IP1AP1

Description

RF_Inventory_API

Resource Type

API

Resource Sequence

(Default Suggested Value)

Application

Enter Warehouse Management.

Invoke an API

Select this radio button.

API Name

getItemList

Output Name Space

ItemList

Ignore Exception

Select this checkbox

Skip Automatic Execution

Always select this checkbox when defining a mobile device screen API resource.

Input

<?xml version="1.0" encoding="UTF-8"?>
<Item AuthenticationKey="" GetUnpublishedItems="Y"
 ItemID="xml:/InventoryItem/@ItemID" ItemIDQryType="EQ"
 MaximumRecords="1" OrganizationCode="xml:/ent/@ent"/>

Template

<?xml version="1.0" encoding="UTF-8"?>
<ItemList TotalItemList="" TotalNumberOfRecords="">  
  <Item GlobalItemID="" ItemID="" ItemKey="" 
     OrganizationCode="" UnitOfMeasure="">
       <PrimaryInformation DefaultProductClass="" 
          Description="" ShortDescription=""/>
    </Item>
</ItemList>