Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

CustomFieldFormatValueForInput

Scoped name

Abstract.CustomFieldFormatValueForInput

Purpose

This function is used to implement an input conversion function for a custom field.

The function only has one dual parameter which contains the custom field value. When the custom field function is called the parameter will contain the value entered by the user, and the function must then return the converted value in the parameter. The returned value will then be written to the database.

Examples

In the WSYAPI model, you can find three examples of implemented simple functions that inherit from CustomFieldFormatValueFromInput.

More Information