Click or drag to resize

clsImportBPGroup Class

Small Helper Class to create:

Customer Groups (OCRG WHERE GroupType='C') in SBO via DI-API

Supplier Groups (OCRG WHERE GroupType='S') in SBO via DI-API

Industries (OOND) in SBO via DI-API

Please make sure, that SAP Business One DI-API in 32 or 64 bit is installed according to the usage of this interface. The logon user in MARIProject has to have a corresponding user linked to the selected company database.

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportBPGroup

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportBPGroup : clsImportBase

The clsImportBPGroup type exposes the following members.

Constructors
  NameDescription
Public methodclsImportBPGroup
Initializes a new instance of the clsImportBPGroup class
Top
Properties
  NameDescription
Public propertyCompanyID
Company ID (default = 1) in a multi company enviornment. Id from MPSysConnections
Public propertyGroupCode
Internal Code. Will be created by SBO (DI-API). (Not for EMailGroup)
Public propertyGroupDescription
Additional information. (Only for GroupType=eGroupType.BPIndustry).OOND.IndDesc NVARCHAR(30). Used as OEGP.EmlGrpName (NVARCHAR100)
Public propertyGroupName
Name of the group (OCCRG VARCHAR 20, OOND VARCHAR15) char only. Used as OEGP.EmlGrpCode (NVARCHAR(20)) for EMailGroup.
Public propertyGroupType
Top
See Also