📚 SAP Business One SDK Help

SubType Property
See Also 

Description

Returns or set the field sub-type, which specifies a specific format of the data type.

Property type

Read-write property

Syntax

Visual Basic
Public Property SubType() As BoFldSubTypes

Remarks

The following table describes the relations between the SAP Business One application data types and the DI API data types.

Application

DI API

Type

Structure

Type

SubType

Alphanumeric

Regular

db_Alpha

st_None

Alphanumeric

Address

db_Alpha

st_Address

Alphanumeric

Phone

db_Alpha

st_Phone

Alphanumeric

Text

db_Memo

st_None

Numeric

None

db_Numeric

st_None

Date/Hour

Date

db_Date

st_None

Date/Hour

Hour

db_Date

st_Time

Units And Totals

Rate

db_Float

st_Rate

Units And Totals

Sum

db_Float

st_Sum

Units And Totals

Price

db_Float

st_Price

Units And Totals

Quantity

db_Float

st_Quantity

Units And Totals

Percent

db_Float

st_Percentage

Units And Totals

Measure

db_Float

st_Measurement

General

Link

db_Memo

st_Link

General

Image

db_Alpha

st_Image

See Also