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 Name | The full name of the delivery service |
Courier Code | The short code for the delivery service |
Tracking Url | The full URL to get detailed tracking information for the specified barcode |
Tracking Number | The barcode after removing padding and extract characters such as hypens, etc. |
Service Name | The named service being utilized for the delivery of the package |
Example Usage:
=ParseTracking(bacodefieldtoken, "service_name")
=ParseTracking(barcodefieldtoken, "courier_name")
App Studio
App Designer Overview:
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
App Designer Field Types:
App Designer - Form Field Types Overview
Auto Checkin - Form Field Type
Blank Input Grid - Form Field Type
Contact Picker - Form Field Type
Current Time - Form Field Type
Item Barcode - Form Field Type
Linked Field - Form Field Type
Last Updated: Oct-19-22