CustomField2 Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class CustomField2 : CorrigoEntity
The CustomField2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrencyTypeId |
Required for Custom Fields where data type is Currency (DataType.Money); otherwise ignored.
Modifications for existing records are not allowed.
|
![]() | Descriptor |
Gets custom field metadata.
Is required.
|
![]() | ObjectId |
Parent Object ID.
Is required.
|
![]() | ObjectTypeId |
Parent Object Type ID.
Is required.
|
![]() | Value |
Gets Custom Field value.
Max Length=1024.
Is required.
|