Maybe I've been wrong, but on a BusinessBase child object shouldn't DataPortal_Create fire as part of the constructor? I'm using version 3.0.2
[RunLocal()]
protected override void DataPortal_Create()
{
//Never assume new items are valid (which they will be by default)
ValidationRules.CheckRules(NEW_OBJECT);
}
Copyright (c) Marimer LLC