Connect Web Services - Incident Transactions
Content
When querying Incident.Transactions I am only seeing Create and Edit (id: 2 and 3), however, I need to see all transaction types. Can any one point me in the right direction?
Using .net/c#, QueryCSV()
Thanks, Todd
Version
Feb 2015Code Snippet
Here is my query: select id ,transactions.account.id ,transactions.operation.id ,transactions.operation.lookupname ,transactions.operationtime from incident where id = 17802999
0