Click or drag to resize

clsImportSupportIssue Properties

The clsImportSupportIssue type exposes the following members.

Properties
  NameDescription
Public propertyBriefDescription
Brief Description of the Issue mandatory field
Public propertyBusinessPartnerCode
Reference for the SAP-Businesspartner. OCRD.CardCode. See Company for the required company id (1,2,3...).
Public propertyChangeAtDate
ChangeAtDate
Public propertyCompany
ID of the SAP-Company. Logical linked to the SBO Database(Schema). Standard=1
Public propertyContactPerson
NVARCHAR(120) ContactPerson. Name of the client contact person source of the issue.
Public propertyContactPerson2ID
ContactPerson2ID ChannelPartner Contact Person
Public propertyContractID
Contrcat for time keeping to the support ticket
Public propertyContractPosition
Contract position for time keeping to the support ticket
Public propertyCustomerProductLinkID
Link to customer support product link = link between a product and a customer.
Public propertyDisableNotificationSettings
Wenn true, Create and update will not send notification emails based on the settings. It will silence the mechanism
Public propertyDueDate
Optional Field Due Date at the Ticket.
Public propertyGroup1
Group1
Public propertyGroup2
Group2
Public propertyGroup3
Group3
Public propertyHotlineClassType
Base dimension of the issue. If the field is ommited, SupportIssue will be default.

The behaviour of each dimension depends on the specific settings you can apply

See clsImportSupportIssueeHotlineClassType for the five dimensions

Public propertyIssueDate
Date of the Issue
Public propertyIssueID
Unique ID for the Import to write the result back to the DTW This value is not stored in the Database. The Value is changed after a successfull import to the correct support ticket id
Public propertyIssueTyp
Typ of the Issue for example Bug. Types can be defined. For default types see clsImportSupportIssueeIssueTyp.
Public propertyMedium
Medium of the Issue for example EMail. List can be defined. For default see clsImportSupportIssueeSupportTicketMedium.
Public propertyParentIssueID
Link to parent ticket. Only used, if ParentType=ChildTicket
Public propertyParentType
Special mode to have one ticket linked to several customers in child tickets
Public propertyPhaseID
Project phase for time keeping to the support ticket. Only in conjunction with the Project property.
Public propertyPriority
Priority of the Issue for example Importend. Prorities can be defined. For default see clsImportSupportIssueeSupportTicketPriority.
Public propertyProductID
Reference for the Product. Mandatory field
Public propertyProductModules
Linked Module(s). List seperated by ";" SELECT ProductModuleID FROM MARISupportProductModules WHERE ProductID=xx
Public propertyProductVersions
Linked version(s). List seperated by ";" SELECT ProductVersionID FROM MARISupportProductVersions WHERE ProductID=xx
Public propertyProject
Project for time keeping to the support ticket
Public propertyReadFlag
Flag to show, if a ticket has been read by a support technician
Public propertyReference
NVARCHAR(120) Reference Text of the Issue
Public propertyRequestText
Main text of the issue. Can be used with limited HTML format
Public propertyResponsible
Public propertyResponsibleType
Public propertySLA_ID
link to a service level agreement definition.
Public propertySolutionApproach
Solution method of the Issue for example Completed. List can be defined. For defaults see clsImportSupportIssueeSupportTicketSolutionApproach.
Public propertySolvedDate
estimated solved date
Public propertyStatus
Status of the Issue for example Open. List of status can be defined. For default status see clsImportSupportIssueeSupportTicketStatus.
Public propertySupportGroupID
Link to a support group handling this request. Can be used in parallel to the Responsible (Linked to employee and still to the support group)
Public propertyUpdateIssueID
(Old mechanism)ID of a existing Support Ticket to change it If this value is 0 -> creation of a new ticket This value is changed after a successfull creation of a ticket (Please use now the update mechanism)
Public propertyVariant
NVARCHAR(50) Variant
Public propertyVisibleInternOnly
Hide this support issue (ticket) from the client
Public propertyWorkFlowID
Link to a ticket workflow. (if 0 will be automatically applied)
Top
See Also