| setappfwprofile_defaultfieldformatminlength |
Use this method to set minimum length, in characters, for data entered into a field that is assigned the default field type. To disable the minimum and maximum length settings and allow data of any length to be entered into the field, set this parameter to zero (0). |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
defaultfieldformatminlength |
Minimum length, in characters, for data entered into a field that is assigned the default field type.
To disable the minimum and maximum length settings and allow data of any length to be entered into the field, set this parameter to zero (0). Default value = AS_DEFAULTFIELDFORMAT_DEFAULT_MIN_LEN. Minimum value = AS_DEFAULTFIELDFORMAT_MIN_LEN. Maximum value = AS_FIELDFORMAT_MAX_LEN. |
Return Value |
Returns simpleResult |
See Also |