Click or drag to resize

FileDetailItemTicketName Property

ID used to uniquely identify a file on the EPIC file server.

Created in Epic SDK V4.1.

Sometimes Required

Namespace:  ASI.TAM.API.Data.UI.Attachment
Assembly:  ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2021.1.0.1
Syntax
public string TicketName { get; set; }

Property Value

Type: String
TicketName As String.
Remarks

Use Upload_Attachment_File to obtain a valid ticket ID.

Note Note
  • Name - TicketName
  • Length - -1
  • Accepts Multiple Lines - False
  • Required On Insert - True
  • Required On Update - False
  • Ignored On Update - True
  • Ignored On Get - True
See Also