แชร์ผ่าน


ตรวจสอบรายละเอียดของเซสชันแอป Warehouse Management สำหรับอุปกรณ์เคลื่อนที่ที่ใช้งานอยู่

ตลอดเวลาที่ผู้ใช้ที่เป็นพนักงานคลังสินค้าใช้ Warehouse Management Mobile App ระบบจะรักษารอบเวลาของผู้ใช้ที่ทำงานสำหรับผู้ใช้รายนั้น คุณสามารถดูรายละเอียดของแต่ละรอบเวลาของผู้ใช้ที่ทำงานที่ใช้งานอยู่ได้โดยไปที่ 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>4dbfcf74-c5a6-4727-b638-d56e51d1f381</ServerAadTenantId>
    <ServerEnvironmentId /><ServerAzureRegion /><ServerVersion /><BatchFlightsEnabled />
    <Device DeviceId="{C1DEE34C-69FA-44DD-BE17-2655931016CC}" /><ServerActivity ServerActivityId="{B2AAD7A2-7674-0006-E259-ABB27476D901}" />
</ParentNode>

ภาพประกอบต่อไปนี้แสดงลํกษณะของขั้นตอนนี้ในแอป Warehouse Management บนอุปกรณ์เคลื่อนที่

ขั้นตอนการรับ LP แบบผสมในแอป Warehouse Management บนอุปกรณ์เคลื่อนที่