ApplicationFlexibleFieldAttribute¶
Represents a template for an application-level custom field. Application flexible fields are associated with document containers.
- ApplicationFlexibleFieldAttribute.BranchId¶
=
BranchIdThe branch that applies to this application flexible field.
- ApplicationFlexibleFieldAttribute.CreationDate¶
=
CreationDateTimestamp showing when this application-level custom field was created.
- ApplicationFlexibleFieldAttribute.DataRange¶
=
DataRangeIf 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¶
=
DataTypeThe data type of this application-level custom field.
See also
FlexibleFieldDataType for more information about the data type.
- ApplicationFlexibleFieldAttribute.DefaultValue¶
=
DefaultValueThe default value of this application-level custom field.
- ApplicationFlexibleFieldAttribute.DisplayName¶
=
DisplayNameThe display name of this application-level custom field.
- ApplicationFlexibleFieldAttribute.FieldOrderIndex¶
=
FieldOrderIndexThe sequential order in which fields shall be presented to the user.
- ApplicationFlexibleFieldAttribute.FlexibleFieldId¶
=
FlexibleFieldIdUnique identifier for an application-level custom field (shared between all versions)
- ApplicationFlexibleFieldAttribute.HelpText¶
=
HelpTextAdditional help information for the user regarding the type of information that should be entered for this application-level custom field.
- ApplicationFlexibleFieldAttribute.Id¶
=
IdUnique version identifier of the application-level custom field.
- ApplicationFlexibleFieldAttribute.IsActive¶
=
IsActiveShows which version for this flexible-field is the active one. The last one in the series. All older versions are marked as
falsefor inactive.
- ApplicationFlexibleFieldAttribute.IsEnabled¶
=
IsEnabledtrueif the application-level custom field is enabled; otherwisefalse.
- ApplicationFlexibleFieldAttribute.IsValidationField¶
=
IsValidationFieldtrueif this application-level custom field is validated against the pass/warn/fail criteria.
- ApplicationFlexibleFieldAttribute.LastModifield¶
=
LastModifieldTimestamp showing when this application-level custom field was modified.
- ApplicationFlexibleFieldAttribute.Mandatory¶
=
Mandatorytrueif this application-level custom field is mandatory.
- ApplicationFlexibleFieldAttribute.Name¶
=
NameThe internal name of the application-level custom field.
- ApplicationFlexibleFieldAttribute.ValidationFailValue¶
=
ValidationFailValueThe field value in case where the field is considered a fail.
- ApplicationFlexibleFieldAttribute.ValidationPassValue¶
=
ValidationPassValueThe field value in case that the field is considered a pass.
- ApplicationFlexibleFieldAttribute.ValidationWarningValue¶
=
ValidationWarningValueThe field value in case that the field is considered a warning.