Quintiq file version 2.0
|
#parent: ListPISPGenerateSafetystock
|
Response OnClick (
|
structured[ProductInStockingPoint_MP] selection
|
) id:Response_ListPISPGenerateSafetystock_MenuNotKeepSafetyStock_OnClick
|
{
|
#keys: '[139394.1.911580053]'
|
CanBindMultiple: false
|
DefinitionID => //ListProductInStockingPoints/Responsedef_ListProductInStockingPoints_WebMenu_OnClick
|
Initiator: 'MenuNotKeepSafetyStock'
|
Precondition:
|
[*
|
return ProductInStockingPoint_MP::CanUpdateKeepSafetyStock( feedback,
|
selection,
|
false );
|
*]
|
QuillAction
|
{
|
Body:
|
[*
|
//Update keep safety stock to false
|
ProductInStockingPoint_MP::UpdateSafetyStockParameters( selection, false );
|
*]
|
GroupServerCalls: false
|
}
|
}
|