Load Shipment Schedule screen > Freight Terms disappears

Issue No: LG-3541
Created 7/15/2022 7:46:50 AM
Type Bug-QC
Priority Critical
Status Closed
Resolution Fixed
Fixed Version 22.1
Description _Precondition: Company Configuration > Logistics > Default Freight Terms is +blank+._ _You can use the following script to simulate since the screen will not allow you to remove the value._   {panel:borderStyle=dashed} UPDATE tblLGCompanyPreference SET intDefaultFreightTermId = NULL   {panel} *Steps to Reproduce:*   1. Create New Load Shipment with Trans. Used By: Transport Load   2. Enter necessary data.   3. Save   *Issue:*   Message appears saying "Please select freight terms.", but the Freight Terms combobox is hidden in the case of Transport Loads   *Acceptance:*   Should not validate for missing Freight Terms since this field is not used by Transports     _Original report:_   Load Shipment Schedule screen > Freight Terms is a required field, even though it is not indicated so with a red asterisk.   When creating a Load Schedule, before selecting "Transport Load" in Trans. Used By dropdown, Freight Terms dropdown is visible and user can select a value. However, if User does not select a value first, and select Transport Load in Trans. Used By dropdown, then Freight Terms disappears, and there isn't a way to get it back. This will cause a problem later because a value is required.   Suggestion: if Transport Load is sleeted in Trans Used By, auto put a value into Freight Terms to satisfy its required status.