IT_DATA::SAVE

Save

CreateNewID (lcreateidonsave)
UpdateLastModified

Validate (lvalidateonsave)


ClientsideValidation("SAVE")
ServerSideValidation("SAVE")

FormatData
RecordValidate (lrecordvalidate)


ValidateField (Hooked - lfieldvalidate)


PreSaveLogic(Hooked- lpresavelogic)



Default
Callhookserver (lpresavehookserver)
PostSaveLogic (Hooked - lpostsavelogic)

Syntax The syntax used above is
Method Name (controlling property - switches method on or off)

For example
CreateNewId (lcreateidonnew)

In this example the method name is CreateNewID and the property which controls it is lcreateidonnew. So if you set lcreateidonnew to false this method wil not be used.

If the methods are indented then that indicates that there is nesting of the methods within the parent method above it



Last Updated: 15/09/2006