function Set(PrimaryControl)
{
var formContext = PrimaryControl;
formContext.getAttribute("schedule").setValue(true);
formContext.data.entity.save();
}
{
var formContext = PrimaryControl;
formContext.getAttribute("schedule").setValue(true);
formContext.data.entity.save();
}