public DRBalanceValidation() { DRSetup setup = Setup.Current; Items.SetProcessCaption(GL.Messages.ProcValidate); Items.SetProcessAllCaption(GL.Messages.ProcValidateAll); }
protected virtual void DRSetup_RowSelected(PXCache sender, PXRowSelectedEventArgs e) // exclude in extension { DRSetup row = e.Row as DRSetup; if (row != null) { bool isMulticurrency = PXAccess.FeatureInstalled <FeaturesSet.multicurrency>(); // exclude in extension bool isASC606 = PXAccess.FeatureInstalled <FeaturesSet.aSC606>(); // exclude in extension PXUIFieldAttribute.SetVisible <DRSetup.useFairValuePricesInBaseCurrency>(sender, row, isMulticurrency && isASC606); // exclude in extension } }
public SchedulesInq() { DRSetup setup = Setup.Current; }
public DRRecognition() { DRSetup setup = Setup.Current; Items.SetSelected <ScheduledTran.selected>(); }
public DRDraftScheduleProc() { DRSetup setup = Setup.Current; Items.SetSelected <DRScheduleDetail.selected>(); }
public DRProjection() { DRSetup setup = Setup.Current; Items.SetSelected <DRScheduleDetail.selected>(); }
public DeferredCodeMaint() { DRSetup setup = Setup.Current; }
public DRSchedulePrimary() { DRSetup setup = Setup.Current; }