-
How do I get every Account or Contact I got on my account, I don't wanna search.
-
**When I try to create an entity Ticket , I have this error :**
Traceback (most recent call last):
File "test2.py", line 66, in
ticket.Priority = at.picklist['Ticket']['Priority']['Standar…
-
Hi all,
First off, thank you for this client! I really appreciate the efforts you people have put into this.
I have a little problem linking a ticket note to the note creator when the note creat…
-
Thank you for spending the time and effort to develop this project.
I would like to be able to create and access autotask ticket attachments using atws. Is this currently possible?
Trying to exe…
-
Hello,
I must be missing something or am looking in the wrong place, because I've spent a couple days trying to get this to work, but no matter what I try it always throws:
```SOAP-ERROR: Parsin…
-
For your example code that you provide:
$DueFrom = Get-Date
$DueTo = $DueFrom.AddDays(3)
$Tickets = Get-AtwsTicket -Filter {DueDateTime -gt $DueFrom -and DueDateTime -lt $DueTo}
$OtherTickets = …
-
Loving the module so far, and has made light work of a couple of bulk changes for us.
Currently, there's no easy way to bulk modify the Account Manager assigned to an account in Autotask - so leve…
-
Currently, I'm running `Darwin 15.6.0` (OS X v10.11.0) and the `create_picklist_module` doesn't seem to be working. I have my envvars set (as per the command below) and get the following stacktace.
`…
-
I am currently unable to update account teams.
I am using the following code to select a single resource to add to the account team:
`$query = new ATWS\AutotaskObjects\Query('AccountTeam');
$…
-
Hi,
I'm getting the following error:
PHP Fatal error: Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding: object has no 'id' property in opendns/autotask-php/src/Client.php:198
I'm sure it…