Quintiq file version 2.0
|
#parent: pnlActions/btnOk
|
Response OnClick () id:Response_pnlActions_btnOk_OnClick
|
{
|
#keys: '[414702.1.84941735]'
|
DefinitionID: 'Responsedef_WebButton_OnClick'
|
QuillAction
|
{
|
Body:
|
[*
|
Form.ApplyChanges();
|
|
businessType := select( GlobalOTDTable,
|
BusinessType,
|
b,
|
b.ScenarioName() = dropDownStringListGeneral.Text()
|
);
|
|
//Global_BrokerExecuteLog::CreateInOperation( GlobalOTDTable, "DataDistribution", ApplicationMacroPlanner.GetUserName() );
|
MacroPlan::DoASync( DataHolderScenario.Data(),
|
businessType.BusinessTypeName(),
|
checkboxIsKeyProduct.Checked(),
|
checkboxCreatePurchaseSupplyProduct.Checked(),
|
GlobalOTDTable );
|
|
Form.Close();
|
*]
|
GroupServerCalls: false
|
}
|
}
|