protected override bool IsSourcesValuesDefined(PXCache cache, object row)
 {
     return(base.IsSourcesValuesDefined(cache, row) &&
            PeriodKeyProvider.IsKeyDefined(cache.Graph, cache, row));
 }