Quintiq file version 2.0
|
#parent: pHeader/bMaximumQuantity
|
Response OnClick () id:Response_pHeader_bMaximumQuantity_OnClick
|
{
|
#keys: '[413988.0.1399583864]'
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_WebButton_OnClick'
|
Precondition:
|
[*
|
return not isnull( MacroPlan );
|
*]
|
QuillAction
|
{
|
Body:
|
[*
|
if ( isnull( MacroPlan.PackagingPlanMaximumQuantity() ) ) {
|
MacroPlan.PackagingPlanMaximumQuantity( relnew );
|
}
|
|
|
dlg := construct( DialogPackagingPlanMaximumQuantity );
|
|
dlg.Open( MacroPlan.PackagingPlanMaximumQuantity() );
|
*]
|
GroupServerCalls: false
|
}
|
}
|