Skip to content

Miscellaneous

afterValidationOnCreate()

afterValidationOnCreate() — returns any

Registers method(s) that should be called after a new object is validated.

NameTypeRequiredDefaultDescription
methodsstringyesSee documentation for afterNew.
<!--- Instruct CFWheels to call the `fixObj` method --->
<cfset afterValidationOnCreate("fixObj")>