Integration»Server Scripts

Server Scripts

Server Scripts

The following scripts can be scheduled via FileMaker Server Admin Console in the NRGShip FedEx Pro file to facilitate NRGship functionality via background processing. Server scripts must run using the "dev" account with a password of "dev".

Server - Track all Shipped and Exceptions
This script will find any parcel ship record with a status of Shipped or Exception that were shipped in the last 15 days and run the track process on them.

Server - Purge Label Images
This script will find any shipped records > 15 days old with image data. Any resultant label image data will be purged thus reducing the file size of the NRGship FedEx Pro Data file.

Server - Process Queue
This script will find any records where ship::queue = param passed to the script (SHIP,TRACK,RATE,VOID) and it will run the resultant process on the found set. This allows for scheduled batch processing of records.