Quintiq file version 2.0 #parent: #root Method ValuesOK () as Boolean id:Method_LibCal_dlgSubscription_ValuesOK { #keys: '[131094.1.101616701]' Body: [* feedback := FeedbackObject::LocalFeedback(); // Only check when subscribing for a specific period of time. if( ckbPeriodOfTime.Checked() ) { this.ValuesPeriodOK(); } return feedback.IsAllowed(); *] }