ErpFieldType Enumeration
The ErpFieldType enumeration represents the possible field types which can be used in ERP. It defines the data types that are supported for ERP field values.

Values
String
The string data type. Used for text-based field values.
Boolean
The bool data type. Used for true/false field values.
Int
The int data type. Used for 32-bit integer field values.
Long
The long data type. Used for 64-bit integer field values.
Decimal
The decimal data type. Used for decimal number field values with high precision.
DateTime
The DateTime data type. Used for date and time field values.
Date
The DateOnly data type. Used for date-only field values (without time component).
Guid
The Guid data type. Used for globally unique identifier field values.