Model Details

UdfListItem

Udf Lit Item Data Contract


Name

Description

Type

Additional Information

AllowNewPickListItem

Gets a value indicating whether the caller is allowed to add new pick list items.

boolean

DisplayName

Gets the user-friendly display name of the UDF.

string

ExtractionName

Gets the extraction name of the UDF. This is primarily used for UDFs which are driven off of PickLists. This value will be the type of PickList defined in the PickListItem table.

string

FieldDataType

Gets the data type of the UDF.

Format

Gets the format of the UDF.

string

HasPickList

Gets a value indicating whether or not the possible values of the UDF are from a PickList.

boolean

LimitToList

Gets a value indicating whether the value of the UDF should be limited to the items in a list.

boolean

Links

A list of hateoas links

Collection of Link

MaxLength

Gets the length of the max.

integer

MaxValue

Gets the max value that can be assigned to the UDF. This value is optional, and may not be set for all UDFs.

Object

MinValue

Gets the min value that can be assigned to the UDF. This value is optional, and may not be set for all UDFs.

Object

Name

The name of the UDF

string

OwnerObjectType

Gets the type of the object which contains this UDF. Ultimately this indicates which table the UDF is stored in.

PickList

Gets or sets the value of the UDF.

Collection of string

Value

The value of the UDF

Object