共用方式為


檢查使用中 Warehouse Management 行動裝置應用程式工作階段的詳細資料

倉儲員工使用者使用 Warehouse Management 行動應用程式的整個過程中,系統會維修該使用者的工作使用者工作階段。 您可以前往 Warehouse Management > 定期工作 > 工作使用者工作階段查看每個活動工作使用者工作階段的詳細資訊。 對於每個工作階段,工作使用者工作階段頁面都會顯示相關的使用者名稱使用者識別碼登入日期和時間以及上次使用者動作的日期和時間值,以及 XML 通訊訊息和記錄的錯誤的詳細歷史記錄。

附註

如果作業使用者作業階段頁面上沒有出現歷史資料,則會執行清理作業,例如作業使用者作業階段記錄清理,可能正在執行中。

例如,如果您在設定繞道流程時必須尋找行動裝置步驟識別碼,則 XML 訊息會很有用。 如果您必須尋找要在 條碼資料策略 定義中使用的欄位名稱,它們也很有用。 這些欄位名稱必須與相關 XML 訊息中使用的欄位名稱完全相符。

重要注意事項

若要查看正確的 XML 以便尋找欄位名稱和步驟識別碼等資訊,您必須使用實際的 Warehouse Management 行動應用程式 (而不是瀏覽器型的模擬器等替代工具) 來執行工作。

以下範例顯示從混合牌照接收流程複製的 XML 內容。 此處,Warehouse Management 行動應用程式目前正在處理 Step Id="LoadId" 的步驟。 此步驟包括一個控制項,其中有 DisplayArea="PrimaryInputArea" (通常在其中找到等待輸入或確認的控制項的顯示區域) 和 name="LoadId" (與控制項相關的欄位名稱)。

<?xml version="1.0" encoding="utf-8"?>
<ParentNode>
    <Controls PagePattern="Default" PageTitle="Mixed LP receiving" MenuItemName="Mixed LP receiving">
        <Control controlType="label" name="MixedLPReceiving" label="Mixed LP receiving" newLine="1" data="" type="Undefined" length="-1" error="0" defaultButton="0" enabled="1" selected="" color="#000000" Status="1" NumDecimals="-1" DisplayArea="SubHeaderArea" PreferredInputMode="" PreferredInputType="" DisplayPriority="0" DisplaySubPriority="0" DataSequence="3" AttachedTo="" InstructionControl="" Footer1="" Footer2="" InputType="16806" />
        <Control controlType="text" name="LicensePlateId" label="License plate" newLine="1" data="LP33" type="String" length="25" error="0" defaultButton="0" enabled="0" selected="" color="#000000" Status="1" NumDecimals="-1" DisplayArea="InfoAndSecondaryInputArea" PreferredInputMode="Scanning" PreferredInputType="Alpha" DisplayPriority="50" DisplaySubPriority="22" DataSequence="4" AttachedTo="" InstructionControl="" Footer1="" Footer2="" InputType="2694" />
        <Control controlType="text" name="LoadId" label="Load" newLine="1" data="" type="String" length="20" error="0" defaultButton="0" enabled="1" selected="" color="#000000" Status="1" NumDecimals="-1" DisplayArea="PrimaryInputArea" PreferredInputMode="Scanning" PreferredInputType="Alpha" DisplayPriority="70" DisplaySubPriority="11" DataSequence="5" AttachedTo="" InstructionControl="" Footer1="" Footer2="" InputType="14265" />
        <Control controlType="button" name="OK" label="OK" newLine="1" data="" Icon="USMF|ActionIcon|OK" type="Undefined" length="-1" error="0" defaultButton="1" enabled="1" selected="" color="#000000" Status="1" NumDecimals="-1" DisplayArea="PrimaryActionArea" PreferredInputMode="" PreferredInputType="" DisplayPriority="0" DisplaySubPriority="0" DataSequence="6" AttachedTo="" InstructionControl="" Footer1="" Footer2="" InputType="16806" />
        <Control controlType="button" name="Cancel" label="Cancel" newLine="1" data="" Icon="USMF|ActionIcon|Cancel" type="Undefined" length="-1" error="0" defaultButton="0" enabled="1" selected="" color="#000000" Status="1" NumDecimals="-1" DisplayArea="" PreferredInputMode="" PreferredInputType="" DisplayPriority="0" DisplaySubPriority="0" DataSequence="7" AttachedTo="" InstructionControl="" Footer1="" Footer2="" InputType="16806" />
        <Control controlType="detourButton" name="Look up load" label="Look up load" newLine="1" data="" Icon="USMF|MenuIcon|GenericDataInquiry" type="16806" length="0" error="0" defaultButton="0" enabled="1" selected="" color="0" Status="0" NumDecimals="-1" DisplayArea="" PreferredInputMode="" PreferredInputType="" DisplayPriority="0" DisplaySubPriority="0" DataSequence="8" AttachedTo="" InstructionControl="" Footer1="" Footer2="" InputType="0" />
    </Controls>
    <Step Id="LoadId" Icon="USMF|StepIcon|LoadID" Title="Scan load" />
    <Auth userId="51" userGUID="{701F34BD-4E6B-475E-9722-95101E890046}" sessionId="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" />
    <UserCulture>en-us</UserCulture>
    <UserDateCulture>en-us</UserDateCulture>
    <OperationalInsightsInstrumentationKey />
    <ServerAadTenantId>ffffaaaa-5555-bbbb-6666-cccc7777dddd</ServerAadTenantId>
    <ServerEnvironmentId /><ServerAzureRegion /><ServerVersion /><BatchFlightsEnabled />
    <Device DeviceId="{C1DEE34C-69FA-44DD-BE17-2655931016CC}" /><ServerActivity ServerActivityId="{B2AAD7A2-7674-0006-E259-ABB27476D901}" />
</ParentNode>

下圖顯示 Warehouse Management 行動應用程式中步驟的樣子。

在 Warehouse Management 行動應用程式中的混合牌照接收步驟。