Quintiq file version 2.0
|
#parent: CheckBoxHasStart
|
Response OnCreated () id:Response_DialogCreateEditFulfillmentRestriction_CheckBoxHasStart_OnCreated
|
{
|
#keys: '[130152.0.270403009]'
|
Body:
|
[*
|
GUIDateTimeSelectorStartDate.Enabled( CheckBoxHasStart.Checked() );
|
|
if( CheckBoxHasStart.Checked() and not GUIDateTimeSelectorStartDate.DateTime().Date().IsFinite() )
|
{
|
start := MacroPlan.Start()
|
GUIDateTimeSelectorStartDate.DateTime( start );
|
}
|
*]
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_GUIComponent_OnCreated'
|
}
|