Click or drag to resize

MPInterfaceoColIssuesExcludeStatus Method

List all open support tickets for a customer

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public SortedDictionary<int, clsImportSupportIssue> oColIssuesExcludeStatus(
	string BusinessPartnerCode,
	int Company,
	params int[] Status
)

Parameters

BusinessPartnerCode
Type: SystemString
Business Partner Code (OCRD.CardCode)
Company
Type: SystemInt32
MARIProject Internal Company Mapping (default=1)
Status
Type: SystemInt32
List of the exclude status of the tickets

Return Value

Type: SortedDictionaryInt32, clsImportSupportIssue
See Also