|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
You could go about this a number of different ways. The simplest would probably be to handle the AfterSave event and then update the dates after the BO and DAL have already done their work. But you could go down a lot of roads here. If this isn't what you want then let me know and I can throw out some more complicated approaches, but if this meets your needs then this would be the most simple approach.
|