Click or drag to resize

clsImportBasesGetFreeClassNummer Method

Creates a new class number i.e. Project, Employee etc. considering the identifier format.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public string sGetFreeClassNummer(
	MPInterface oInterface,
	clsImportBaseeCoreDataClassID nClassID,
	int nBusinessUnit = 0,
	string sKeyPrefix = "*"
)

Parameters

oInterface
Type: MARIInterfaceMPInterface
nClassID
Type: MARIInterfaceclsImportBaseeCoreDataClassID
Dimension of the core data
nBusinessUnit (Optional)
Type: SystemInt32
0, optional the requested business to calculate the companyID. See dimension clsImportSetupBusinessUnits for details.
sKeyPrefix (Optional)
Type: SystemString

Return Value

Type: String
A new unique core data identifier
Remarks