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

cancel
Showing results for 
Search instead for 
Did you mean: 
matthancock
Contributor III
since ‎2022-02-24
‎2023-01-27

User Statistics

  • 29 Posts
  • 0 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

Attempting to get a session token, but I am not getting any data back. I am using below xml call in a JavaScript node.js setup.When I run in POSTMAN I get the token as expected.I am getting a status 0 in the script. username 50000 password
Setting up queries in POSTMAN. I am able to get session token but when attempting to SearchRecordsByReport using GUID I get the below result. soap:Client Server did not recognize the value of HTTP Header SOAPAction: http://archer-tech.com/webservice...
When trying to compare dates ie date1 - date2. The page gets stuck on loading. Is there a better way?Code$('div[id^="' + statusStartdateId + '"]').change(function () {var startDate = new Date($CM.getFieldValue(startdateId));var dueDate = new Date($('...
I am trying to get a value from a field on the form in edit mode. I have read the code below should work but it is always returning null. The end goal is to compare to dates and show warning if start date is after due date. It may be worth noting the...
I am looking to use the auto deployment feature in archer but I am having issues with the correct url to api calls. I am confused as to call API using a javascript or postman like environment.The example is ... Request ExamplePOST http://ExampleWebSe...