Hello everybody,
Imagine following situation, you added to your DAC field some default value. For example like this:
[PXDBDate]
[PXDefault(typeof(AccessInfo.businessDate))]
public virtual DateTime? FromDate
And now you have default value as current date. But what, if you don't like to make it r...