Shipping Tracking Barcode Parsing is a custom calculation function allows you to parse a Shipping barcode and extract available Metadata.



  • A new calculation Function called Parse Tracking is added.  The function will take two parameters.  
  • Barcode, is the token of a barcode or string field.  
  • Part, a string identifying the part of the barcode to parse out.


  • The valid options for part is:
Part Identifier
Description
Courier NameThe full name of the delivery service
Courier CodeThe short code for the delivery service
Tracking UrlThe full URL to get detailed tracking information for the specified barcode
Tracking NumberThe barcode after removing padding and extract characters such as hypens, etc.
Service NameThe named service being utilized for the delivery of the package


Example Usage:

=ParseTracking(bacodefieldtoken, "service_name")

=ParseTracking(barcodefieldtoken, "courier_name")


App Studio 

App Studio Home

App Designer Overview:

App Designer Home

App Designer - Form App - Overview

App Designer - Form App - Layout Overview

App Designer - Form App - Stages Overview

App Designer - Form App - Security Roles Overview

App Designer - Form App - Stage/Role Security Overview

App Designer - Form App - Spatial Settings Overview

App Designer - Form App - Custom Buttons Overview

App Designer - Form App - Integration Overview

App Designer - Form App - Settings Overview

App Designer - Form App - Version History Overview

Creating a Form App

App Designer Field Types:

App Designer - Form Field Types Overview

Collection - Form Field Type

Auto Checkin - Form Field Type

Blank Input Grid - Form Field Type

Checkbox - Form Field Type

Contact Picker - Form Field Type

Cost - Form Field Type

Current Time - Form Field Type

Date - Form Field Type

Decimal - Form Field Type

Drawing Log - Form Field Type

Form Button - Form Field Type

File - Form Field Type

GPS/Map - Form Field Type

Integer - Form Field Type

Item Barcode - Form Field Type

Label - Form Field Type

Linked Field - Form Field Type



Last Updated: Oct-19-22