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...
Hello everybody,
today just quick fact. In master-detail DAC and Graph there are used attributes PXDBDefault and PXParent. For me it was interesting to know, that PXDBDefault is intended for initializing values and PXParent is intended for cascade deleting of rows.