Click or drag to resize

clsImportBasesGetClassNummer Method

Create new identifier for employees, projects.. based on a given filter like "M1*"

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public string sGetClassNummer(
	MPInterface oInterface,
	string sCoreDataIdentifier,
	clsImportBaseeCoreDataClassID nClassID,
	int nBusinessUnit = 0
)

Parameters

oInterface
Type: MARIInterfaceMPInterface
sCoreDataIdentifier
Type: SystemString
Filter or identifier to test (for example "P1*")
nClassID
Type: MARIInterfaceclsImportBaseeCoreDataClassID
Dimension of the core data
nBusinessUnit (Optional)
Type: SystemInt32
0, optional the requested business unit. See dimension clsImportSetupBusinessUnits for details.

Return Value

Type: String
new identifier M1234
Remarks