📚 SAP Business One SDK Help

Field Object Members
See Also  Overview 

Public Methods

Public Method IsNullReturns true (Y) if the field is null and false (N) if the field contains a non-null value.
Public Method SetNullValueSets the field value to Null.

Public Properties

Public Property DefaultValueReturns the field default value.
Public Property DescriptionReturns the field description (when available).
Public Property FieldIDReturns the field ID.
Public Property LinkedTableReturns the table name linked to the field.
Public Property MandatoryReturns a valid value of BoYesNoEnum type that specifies whether or not this field is mandatory in SAP Business One.
Public Property NameReturns the field name.
Public Property SizeReturns the actual field size.
Public Property SubTypeReturns a valid value of BoFldSubTypes type that specifies the sub-type of the field as defined in the SubType property of the UserFieldsMD object.
Public Property Tableproperty Table
Public Property TypeReturns the field data type as defined in the Type property of the UserFieldsMD object.
Public Property ValidValueSets or returns the actual value of the field (instead of the SQL query value).
Public Property ValidValuesReturns the ValidValues object.
Public Property ValueSets or returns the field SQL query value.

See Also