Description
Indicate special field types supported by the SAP Business One application. Use this enumeration when working with User Defined Fields.
Members
Member | Value | Description |
---|---|---|
st_None | 0 | No special sub-type. |
st_Address | 63 | Address format. |
st_Phone | 35 | Phone format. |
st_Time | 84 | Time format. |
st_Rate | 82 | Double format with the system's rate accuracy. |
st_Sum | 83 | Double format with the system's summery accuracy. |
st_Price | 80 | Double format with the system's price accuracy. |
st_Quantity | 81 | Double format with the system's quantity accuracy. |
st_Percentage | 37 | Double format with the system's percentage accuracy. |
st_Measurement | 77 | Double format with the system's measurement accuracy. |
st_Link | 66 | Link format (mostly used for a web site links). |
st_Image | 73 | Image format. |