would like to have two "requires" in DAL.  Does below effort make sense?

the IS_IN_DB part works by itself, but the lambda is a guess.  It crashes 
after attempt to add a record.

Field('organizationID','reference Organization', requires = [IS_IN_DB(db, 
'Organization.id', '%(organizationFullName)s',zero=T('choose one')), lambda 
id, row: db.Organization(organizationID).organizationPrimaryTypeID == 1]),

thanks

Alex Glaros

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to