> > dogs.dogfood.requires.requires = IS_NULL_OR(IS_IN_DB(db, db.dogfood.id)) >
Note, IS_NULL_OR has been deprecated in favor of IS_EMPTY_OR. Anthony
> > dogs.dogfood.requires.requires = IS_NULL_OR(IS_IN_DB(db, db.dogfood.id)) >
Note, IS_NULL_OR has been deprecated in favor of IS_EMPTY_OR. Anthony