Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 
ScottNess3
Collaborator III
since ‎2015-02-27
‎2021-06-10

User Statistics

  • 152 Posts
  • 4 Solutions
  • 117 Kudos given
  • 121 Kudos received

User Activity

I'm trying to use power shell to post an attachment and then link to an existing record. I've can test the post attachment by bytes with the API tool, but my power shell script is returning a ProtocolError (400) bad request.try{ $api_url = $base_url ...
I need to take an email address that is entered on a web form and find the Archer user ID number in order to update a user field. In testing, I can update the field with a hard coded value for the user ID 3166: "27654": { "Type": 8, "Tag": "director"...
I'm working on a new project that will take content from a web form and create an Archer record. At present, I'm just testing the API using powershell. I can complete the REST API and create a record using hard coded values in the field value content...