biuan SAP® BUSINESS ONE SDK
API Field
Field Object

Description

The Field object contains both standard and custom data access properties. This object enables you to manipulate the field data.

Object Model

Remarks

All of the properties, except ValidValue and Value, are read only.

See Also

SAP® B1 DI-API C# definition

public class FieldClass : IField, Field { public virtual string DefaultValue { get; } public virtual string Description { get; } public virtual int FieldID { get; } public virtual string LinkedTable { get; } public virtual BoYesNoEnum Mandatory { get; } public virtual string Name { get; } public virtual int Size { get; } public virtual BoFldSubTypes SubType { get; } public virtual string Table { get; } public virtual BoFieldTypes Type { get; } public virtual string ValidValue { get; set; } public virtual SAPbobsCOM.ValidValues ValidValues { get; } public virtual object Value { get; set; } public extern FieldClass(); public virtual extern BoYesNoEnum IsNull(); public virtual extern int SetNullValue(); }

Related information


Valid Values ValidValues Collection
ValidValues is a collection of ValidValue objects.
   Parent: Field Field Object

Admin Info AdminInfo Object· Table: OADM
The AdminInfo is a data structure related to the CompanyService. It includes administration properties for system initialization (company details, document settings, and general settings), and various definitions, such as financials and banking....
   Parent: Company Service CompanyService Service


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates