Quintiq file version 2.0
|
#parent: pHeader/bGenerateReport
|
Response OnClick () id:Response_pHeader_bGenerateReport_OnClick
|
{
|
#keys: '[413988.0.1409976006]'
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_WebButton_OnClick'
|
Precondition:
|
[*
|
return not isnull( MacroPlan ) and not isnull( InterfaceDataset );
|
*]
|
QuillAction
|
{
|
Body:
|
[*
|
PackagingPlanCell::GenerateReport( MacroPlan, InterfaceDataset );
|
|
WebMessageBox::Success( Translations::A_VWED_Success() );
|
*]
|
GroupServerCalls: false
|
}
|
}
|