Hello everybody,
today I want to fulfill my promise that I gave to one of my readers.
He left at mine blog following question:
How do we use required<> in place of current<> and pass some string constant for selector? That question was asked in context of this article. ...
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...