New Features & Enhancements:
Enhancement: Carrier Profile Contacts - Canceled Rate Con
- New option in carrier contact profiles to enable/disable an email notification for loads that have the carrier removed.
- If a carrier is removed from a load that had an Electronically Signed Rate Con and the load is in Dispatched status or further, a Canceled Rate Con sheet will be sent to the carrier contact.
Enhancement: Send Docs - Updated 4x6 Labels to text box for amount sent
- In Send Docs, updated the 4x6 Label field to allow users to enter a quantity of how many labels they'd like to receive via email.
- Notes will also indicate the quantity sent out for both types of labels.
Enhancement: Global Default - "Show successful E-Dispatch API Logs"
- When default is enabled, if a successful E-Dispatch pickup goes out, a pop up modal will appear with the successful raw request/response data.
- This is only for staff logins.
Enhancement: Recall successful E-Dispatch log ability
- When the default "Show successful E-Dispatch API Logs" is enabled, staff users can recall the last successful request/response log from a load that was E-Dispatched out.
- There will be a <> symbol next to the generated pickup number to view the log in a pop out modal.
Enhancement: Customer Profile Preference - Source Capacity Access blurb added
- In the Preferences of a customer profile, an dot with info pertaining to this function has been added.
Enhancement: Reorder of Note fields on Stops
- Updated the order of note fields on stops for loads.
- Order will now be: Public Notes, Customer Private Notes, Broker Private Notes.
Enhancement: Display CustomerID / CarrierID on respective profiles
- The ID associated with the customer or carrier will now be displayed on its profile.
Enhancement: BitFreighter
- If a location code is available, this value will be passed over in the stop of a shipment.
Enhancement: Invoice Preferences - "Send Invoices Individually"
- The option to send invoices individually is now a setting in a customer's profile under Invoice Preferences.
- When enabled, invoices sent via email will be sent as a per invoice email.
- This setting was originally on the Invoice Printing section but has now been removed and can be enabled on a per customer profile basis.
Enhancement: 3PL API
- Added 2 new endpoints that will allow for creating a shipment using a provided rateQuoteId while also enabling the caller to override specific shipper and consignee information.
- Endpoints:
- POST /api/v1/CreateShipmentWithRateQuoteIdOverride?rateQuoteId={guid}
- POST /api/clientv1/CreateShipmentWithRateQuoteIdOverride?rateQuoteId={guid}
- Endpoints:
- Added support for new fields shipperPublicNotes and consigneePublicNotes to following endpoints below.
- These fields enable users to pass public notes for both the Shipper and Consignee.
- The notes will subsequently appear in the "Public Notes" section within the TMS.
- Endpoints:
- POST: api/clientv1/CreateShipment/{customerId:int}
- POST: api/clientv1/CreateShipmentAPI
- POST: api/v1/CreateShipment
- Endpoints:
Bug Fixes
CSA Transportation
- Fixed rating issue where some values returned as NULL.
AIT Worldwide
- Fixed rating issue for BOL notes character limit.
- Accessorials are now split to their own items.
Dohrn Transfer
- Fixed rating issue of a carrier cost discrepancy error due to accessorial "Pallet Surcharge" passing over but not mapped.
- Fixed E-Dispatch issue where dimensions were not being included in the pickup request.
Numark Transportation
- Fixed issue where Excessive Length charges were not mapped to pull back rates.
Ward Transportation
- Fixed E-Dispatching issue where certain package types were not passing over to carrier correctly.
Bazaar Rating
- Fixed issue where Canadian zips were not recognized to rate when rating as a buyer.
Prioirty 1
- Fixed issue where carrier tracking URL was not using the BOL number associated with P1 loads.
- Fixed issue where tracking updates were not working.
Cross Country Freight
- Updated XML configuration on Carriers Integration page to reflect what API functions are currently support for this carrier.
- Removed Tracking/Tracing and Electronic Documents.
Report Builder
- Fixed issue where results were nont showing accessorial bill/cost values properly.
- Fixed issue to hide items associated with disabled staff members.
- Fixed issue where custom accessorial names were not allowing the report to load.
Customer Address Book
- Fixed issue where selecting an address with accessorials was not adding the accessorials to loads when selected.
Customer Profile - PRO Numbers
- Fixed issue where Old Dominion PROs were not calculating correctly due to the leading 0s not being accounted for in the start/end range value.
Shipment Profile - Edit Commodity
- Fixed issue where an error occurred if a bill was reveresed and user attempted to edit pricing after.
Shipment Profile
- Fixed issue where user who dispatched the load was not reflecting as the Dispatcher on the load profile.
Staff Permissions
- Fixed issue where if a staff user had "Edit Shipments" enabled they were not able to modify the bill or cost amounts.
Source Capacity
- Fixed issue where the customer's billed amount was being cleared when assigning a carrier from Source Capacity.
- Updated logic to not wipe out the Billed amounts on accessorials.
GetLoads API
- Fixed issue with ReferenceNo field mapping.