DataPortal_Create not firing

DataPortal_Create not firing

Old forum URL: forums.lhotka.net/forums/t/6531.aspx


boo posted on Friday, February 27, 2009

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