📚 SAP Business One SDK Help

BoFieldsType Enumeration
See Also 

Description

Field types for fields in the DataTable and DBDataSource objects.

The decimal precision of some of the fields is determined by settings located at Administration --> System Initialization --> General Settings.

Members

MemberValueDescription
ft_NotDefined0Non-defined field
ft_AlphaNumeric1String field limited to 254 characters
ft_Integer2Integer field limited to numbers from −2,147,483,648 to +2,147,483,647
ft_Text3String field without size limitation
ft_Date4Date field
ft_Float5Numeric field
ft_ShortNumber6Integer field limited to numbers from −32,768 to +32,767
ft_Quantity7Numeric field whose decimal precision is defined by the Quantities administration setting.
ft_Price8Numeric field whose decimal precision is defined by the Prices administration setting.
ft_Rate9Numeric field whose decimal precision is defined by the Rates administration setting.
ft_Measure10Numeric field whose decimal precision is defined by the Units administration setting.
ft_Sum11Numeric field whose decimal precision is defined by the Amounts administration setting.
ft_Percent12Numeric field whose decimal precision is defined by the Percent administration setting.

See Also