I am trying to export ticket data out of lansweeper upon resolution/closing. I have successfully ran a closed ticket report for the last 30 days but in doing so I wish to include custom fields in my criteria.
The first of these fields is called: Outside_Ticket , I would like the report to filter results only when the value inside this field is set to yes. In doing so two additional nested custom fields are made available which are the fields that im looking to pull back into another system.
These fields are: WSID and ImportID, the WSID is a drop down field that only allows for one option to be selected as this number is constant and will never change. The second field "ImportID" will be a field associated inside a different system with the unique ticket record. This is a free text field that the agent will be required to fill in prior to closing the ticket.
Ideal the Report Table should yield.
Custom Fields:
WSID = "1234" , ImportID, Outside_Ticket = "Yes",
Standard Lansweeper Fields:
TicketNumber, TicketNotes, TicketStatus = "Closed", TicketCloseDate, AgentName
Then end goal is to have the ability to run this report on a regular basis and update an external system.