Bug Fixes - Version 11.0.33 - Released 22 December 2020

×
This build has the following bug fixes implemented: 
Better
11604112 - Changed Fields Not Syncing Correctly
When a field was synced down to Sage 100 from Service Pro via the BirdDog Connector Sub-System and it was changed in Sage, instead of syncing this new information back up to the Service Pro order, the changed data was being overwritten by the original data. While technically a bug fix, the amount of coding adjustment necessary to resolve this prompted a new branch.
Fixed
11829871 - Inconsistent Orderline Sync to Sage on Miscellaneous Items
When adding Orderlines that contain Miscellaneous items on an order in Service Pro, occasionally orderline data is not getting synced completely and sometimes an orderline doesn't go to Sage at all.
Better
11830520 - Update Framework SDK Documentation to Cover How To Set Audit User
Updated the application controller (AppCon.vb) example code to show how to load a user from the current windows user. Updated the Getting Started docs to better explain what the Application Controller is responsible for.
Better
11831355 - Required Ship Date Should Default From Request Date, Not Promise Date
When you ran "Fill Back Orders", the Promise & Required Ship Dates were not updated which could prevent the item from getting picked. While reviewing this, we determined that the Required Ship Date was defaulting from Promise Date instead of Request Date.
Fixed
11831746 - Inventory frz qty Not Impacted on PO Recv transactions
When receiving inventory against an item/location that was currently frozen if the transaction date was before the freeze date, the frozen quantity and cost were not being updated.
Better
11831799 - Form Number For Send Request Button Should be Settable
In Enterprise for Windows, the Send Request button on Maintain | Customers | Tax Certifications was hard-coded to submit "Form #48", which used to be Avalara's default request form. We changed that to be a value that can be set in the BirdDog Connector Sub-System screen for Avalara CertCapture.
Better
11832342 - CertCapture Customer Upload Should Allow Non-Taxable Customers
This was a design flaw. By only uploading tax-exempt customers to CertCapture, we required our customers to set the customers they want to track to tax-exempt. This caused Macola to default all orders to tax-exempt. When communicating with AvaTax, we send the tax-exempt flag on the order which essentially sets every transaction as tax-exempt.
Better
11832944 - Bug in Index Creation Causing Intermittent Database Revision Errors
A bug in a specific process was causing the database revision process to create indexes with incorrect names which was causing certain schema changes to fail.
Better
11833479 - Improve CertCap Test Response
When using the BirdDog Connector Sub-System against Avalara CertCapture, you are able to test your CertCap credentials in the connector screen but it did not give you any idea what the issue was if something was wrong. We updated the test button to include the error message when it fails.
Fixed
11834138 - BDUserCustomers Table Missing Unique Index on UserID and Cus_No
These missing indices caused two issues: the system could create duplicate records and performance problems on larger sites.