Quintiq file version 2.0
|
#parent: matrixeditorContextMenu204/mCreateData
|
Response OnClick () id:Response_matrixeditorContextMenu204_mCreateData_OnClick
|
{
|
#keys: '[413988.0.1652970833]'
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_WebMenu_OnClick'
|
Precondition:
|
[*
|
return not isnull( MacroPlan );
|
*]
|
QuillAction
|
{
|
Body:
|
[*
|
NewOfflinePlanCell::CreateOldOfflinePlanData( MacroPlan );
|
|
opt := maxselect( MacroPlan, OfflinePlanTable, tempOPT, true, tempOPT.SaveDateTime() );
|
dhOfflinePlanTable.Data( opt );
|
|
WebMessageBox::Success( Translations::A_VWED_Success() );
|
*]
|
GroupServerCalls: false
|
}
|
}
|