Quintiq file version 2.0
|
#parent: #root
|
Method Edit (
|
structured[PostponementSpecification] selection,
|
structured[SalesSegment_MP] salesSegments
|
) id:Method_DialogCreateEditPostponementSpecification_Edit
|
{
|
#keys: '[135040.0.192170494]'
|
Body:
|
[*
|
// Edit the selected PostponementSpecification(s)
|
data := shadow( selection.Element( 0 ) );
|
DataHolderDialogData.Data( &data );
|
|
selections := selection.Copy();
|
DataHolderDialogDatas.Data( &selections );
|
|
ApplicationMacroPlanner.ShowFormModal( this );
|
*]
|
}
|