ApplicationFlexibleFieldAttribute
¶
Represents a template for an application-level custom field. Application flexible fields are associated with document containers.
- ApplicationFlexibleFieldAttribute.BranchId¶
=
BranchId
The branch that applies to this application flexible field.
- ApplicationFlexibleFieldAttribute.CreationDate¶
=
CreationDate
Timestamp showing when this application-level custom field was created.
- ApplicationFlexibleFieldAttribute.DataRange¶
=
DataRange
If the DataType of the application-level custom field is enum, this property will be set to a comma separated list of possible value.
- ApplicationFlexibleFieldAttribute.DataType¶
=
DataType
The data type of this application-level custom field.
See also
FlexibleFieldDataType for more information about the data type.
- ApplicationFlexibleFieldAttribute.DefaultValue¶
=
DefaultValue
The default value of this application-level custom field.
- ApplicationFlexibleFieldAttribute.DisplayName¶
=
DisplayName
The display name of this application-level custom field.
- ApplicationFlexibleFieldAttribute.FieldOrderIndex¶
=
FieldOrderIndex
The sequential order in which fields shall be presented to the user.
- ApplicationFlexibleFieldAttribute.FlexibleFieldId¶
=
FlexibleFieldId
Unique identifier for an application-level custom field (shared between all versions)
- ApplicationFlexibleFieldAttribute.HelpText¶
=
HelpText
Additional help information for the user regarding the type of information that should be entered for this application-level custom field.
- ApplicationFlexibleFieldAttribute.Id¶
=
Id
Unique version identifier of the application-level custom field.
- ApplicationFlexibleFieldAttribute.IsActive¶
=
IsActive
Shows which version for this flexible-field is the active one. The last one in the series. All older versions are marked as
false
for inactive.
- ApplicationFlexibleFieldAttribute.IsEnabled¶
=
IsEnabled
true
if the application-level custom field is enabled; otherwisefalse
.
- ApplicationFlexibleFieldAttribute.IsValidationField¶
=
IsValidationField
true
if this application-level custom field is validated against the pass/warn/fail criteria.
- ApplicationFlexibleFieldAttribute.LastModifield¶
=
LastModifield
Timestamp showing when this application-level custom field was modified.
- ApplicationFlexibleFieldAttribute.Mandatory¶
=
Mandatory
true
if this application-level custom field is mandatory.
- ApplicationFlexibleFieldAttribute.Name¶
=
Name
The internal name of the application-level custom field.
- ApplicationFlexibleFieldAttribute.ValidationFailValue¶
=
ValidationFailValue
The field value in case where the field is considered a fail.
- ApplicationFlexibleFieldAttribute.ValidationPassValue¶
=
ValidationPassValue
The field value in case that the field is considered a pass.
- ApplicationFlexibleFieldAttribute.ValidationWarningValue¶
=
ValidationWarningValue
The field value in case that the field is considered a warning.