Working with your Manifests

 

Navigation Tip: By Menu [Transactions | Manifest Explorer]

 

The Manifest Explorer handles the creation, closing, and posting of shipment manifests both for the current shipping day and for the future. Summary details about the manifests are displayed in categories broken down by carrier.

 

Selecting a carrier from the drop down list displays a table listing all of the current and future manifests for that carrier. For those carriers that receive transmitted manifests, the status of those manifests is included in the table.

 

Selecting a manifest in the table will cause certain buttons to gray out (become inactive) and other buttons to darken (become active). The status and type of the manifest chosen dictates the state of the buttons.

 

 

 

To reprint the manifest go to 'Archived Manifests' site.

 

Important Tips: When working with Manifests, to avoid potential problems, please read about what to remember when you are working with Manifests

 

Administrator Tip: To activate logging for your manifest transactions, select F6.

 

 

Helper Functions for Developers

Various client-side helper Functions are accessible from this location. Right-click anywhere in the white area of the screen and select View Source. Use the search string 'Contents' to list the following helper functions:

 
  • Function XiSpacePad(string, int) --------------- Suffixes string with spaces to length.

 
  • Function XiZeroPad(string, int) ---------------- Prefixes string with zeroes to length.

 
  • Function XiProperCase(string) ------------------ Capitalizes first character of each word.

 
  • Function XiTestForFile(strFilePath) ------------ Returns True if file (strFilePath) exists, False if it does not.

 
  • Function XiWriteToFile(strPath, strWrite) ------ Writes input string to a text file.

 
  • Function XiWriteToXMLFile(strXML, strXMLPath) -- Writes input string to an XML file.

 
  • Function XiGetDesktopDir() --------------------- Returns the physical path for the Windows Desktop.

 
  • Function XiBase64Decode(string) ---------------- Function to Base 64 Decode the label data.

 
  • Function XiBase64Encode(string) ---------------- Function to Base 64 Encode the label data.

 
  • Function XiFixIllegalChars(strInput) ----------- Function replaces illegal characters with safe ones.