On 9/16/11 1:31 AM, Vineet Deodhar wrote:
> #here, customizing the validation code for this bizobj
> def validateRecord(self):
Raise an exception at the top of your validateRecord() code, to make sure the
code is
even being called:
def validateRecord(self):
raise ValueError, "hi"
# or:
1/0
Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]