Administrator
2023-09-21 e8be76a40ae0b3cb1d37a6e91e25c1284a50347f
_Main/UI/MacroPlannerWebApp/Component_DialogHistoricalSalesOrders/Response_pnlActions_btnOk_OnClick.def
@@ -4,15 +4,14 @@
{
  #keys: '[414382.0.391970684]'
  DefinitionID: 'Responsedef_WebButton_OnClick'
  GroupServerCalls: true
  Precondition:
  [*
    feedback := Translations::FilllingCapacity_ValidateInput();
    
    checkValue := not dropDownStringListProductID.Text() = '' and not dropDownStringListSalesSegmentName.Text() = ''
                  and not dropDownStringListStockPointID.Text() = '' and dropDownStringListCustomer.Text() = ''
                  and not edtQuantity.Text() = '' and dropDownStringListUnitOfMeasureName.Text() = ''
                  and edtSalesAmount.Text() = ''
                  and not dropDownStringListStockPointID.Text() = '' and not dropDownStringListCustomer.Text() = ''
                  and not edtQuantity.Text() = '' and not dropDownStringListUnitOfMeasureName.Text() = ''
                  and not edtSalesAmount.Text() = ''
    
    return checkValue;
  *]
@@ -22,5 +21,6 @@
    [*
      Form.ClickBtnOk()
    *]
    GroupServerCalls: false
  }
}