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
Syntaxpublic string sGetClassNummer(
MPInterface oInterface,
string sCoreDataIdentifier,
clsImportBaseeCoreDataClassID nClassID,
int nBusinessUnit = 0
)
Public Function sGetClassNummer (
oInterface As MPInterface,
sCoreDataIdentifier As String,
nClassID As clsImportBaseeCoreDataClassID,
Optional nBusinessUnit As Integer = 0
) As String
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:
Stringnew identifier M1234
Remarks
See Also