changed: - ** Learn to use the wiki here ** This is nice: <pycode> if x == "Foo": print "Bar" </pycode> ---- <pycode>def beforeNew(self): # Assume that the 'isAuthorized' method contains # the logic that determines what action the user # may take. if not self.isUserAuthorized("new"): return "You are not authorized to create new Account records" </pycode> ---- <s>Strikeout!</s> [ square brackets ] http://linktest.invalid link ----