Quintiq file version 2.0
|
#parent: pHeader/bSynchronizeStartingInventory
|
Response OnClick () id:Response_MacroPlanner_pHeader_bSynchronizeStartingInventory_OnClick
|
{
|
#keys: '[413988.0.1235901581]'
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_WebButton_OnClick'
|
Precondition:
|
[*
|
return not isnull( MacroPlan ) and not isnull( InterfaceDataset );
|
*]
|
QuillAction
|
{
|
Body:
|
[*
|
dlg := construct( DialogSynchronizeStartingInventory );
|
|
ApplicationMacroPlanner.ShowFormModal( dlg );
|
*]
|
GroupServerCalls: false
|
}
|
}
|