MPInterfaceoColIssues Method (String, Int32)
|
List all open support tickets for a customer
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic SortedDictionary<int, clsImportSupportIssue> oColIssues(
string BusinessPartnerCode,
int Company
)
Public Function oColIssues (
BusinessPartnerCode As String,
Company As Integer
) As SortedDictionary(Of Integer, clsImportSupportIssue)
Parameters
- BusinessPartnerCode
- Type: SystemString
Business Partner Code (OCRD.CardCode) - Company
- Type: SystemInt32
MARIProject Internal Company Mapping (default=1)
Return Value
Type:
SortedDictionaryInt32,
clsImportSupportIssue
Remarks
See Also