Quintiq file version 2.0
|
#parent: pnlActions/btnOk
|
Response OnClick () id:Response_pnlActions_btnOk_OnClick
|
{
|
#keys: '[414702.0.373821479]'
|
DefinitionID: 'Responsedef_WebButton_OnClick'
|
QuillAction
|
{
|
Body:
|
[*
|
Form.ApplyChanges();
|
|
data := DataHolderDialogData.Data().WrappedInstance();
|
if ( isnull( data ) ) {
|
GlobalOTDTable.CapacityAllocationResultsRuleConfiguration( relnew,
|
PanelMaterialCode := efPanelMaterialCode.Text(),
|
ModuleMaterialCode := efModuleMaterialCode.Text(),
|
Division := efDivision.Text(),
|
StockingPointID := efStockingPointID.Text()
|
);
|
} else {
|
data.Delete();
|
GlobalOTDTable.CapacityAllocationResultsRuleConfiguration( relnew,
|
PanelMaterialCode := efPanelMaterialCode.Text(),
|
ModuleMaterialCode := efModuleMaterialCode.Text(),
|
Division := efDivision.Text(),
|
StockingPointID := efStockingPointID.Text()
|
);
|
}
|
|
|
Form.Close();
|
*]
|
GroupServerCalls: false
|
}
|
}
|