Click or drag to resize

MPInterfaceMARISyncSupportTicket Method

(Internal) Function to be called from the MARI WebService to synchronize support tickets between MARIProject Databases

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public clsImportSupportIssue MARISyncSupportTicket(
	int lExternalPartnerID,
	int lExternalTicketID,
	string sBusinessPartner,
	string sTicketHead,
	string sTicketText,
	string sProductCode,
	string sProductModule,
	string sProductVersionen,
	string sVariante,
	string sReference,
	int nTicketState,
	int nTicketType,
	int nTicketPriority
)

Parameters

lExternalPartnerID
Type: SystemInt32
lExternalTicketID
Type: SystemInt32
sBusinessPartner
Type: SystemString
Key Matchcode parameter
sTicketHead
Type: SystemString
sTicketText
Type: SystemString
sProductCode
Type: SystemString
Key Matchcode parameter
sProductModule
Type: SystemString
List of Key Matchcode parameters concatinated by |
sProductVersionen
Type: SystemString
List of Key Matchcode parameters concatinated by |
sVariante
Type: SystemString
sReference
Type: SystemString
nTicketState
Type: SystemInt32
nTicketType
Type: SystemInt32
nTicketPriority
Type: SystemInt32

Return Value

Type: clsImportSupportIssue
Remarks