Archer API Users
Share API best practices with fellow Archer admins
Share API best practices with fellow Archer admins
Share user experience feedback and best practices
Share custom object best practices with fellow Archer admins
Before I start, I am very new to API coding.I am trying to pull mobile numbers of users from a report. I am using the below code: $base_url = "http://serverIP/" $instance_name = "" $user_domain = "" $username = "uname" $password = "pwd" $sessiontoken...
I am able to create session token using REST API successfully in POSTMAN. But if i use PowerShell, its throwing SSOlogin/Redirector.asp, 401 Unauthorized errors. Is it because of SSO? If yes, why it is working correctly in POSTMAN. We are using 6.3 P...
We're trying to create a Custom Object in 6.11 that compares the users in two Record Permissions field but we're having trouble getting started. At a basic level, does anyone have a suggestion for script that would simply list the names and/or IDs of...
I have a requirement where user should get warning message whenever he enters an email ID which is not as per our company's domain.For example:- A company has email address ending with @abc.com and if user enters any other address,he should get pop-u...
We plan to install more than 500 items in one Questionnaire. (I know it may not be recommended number)We are considering mapping the 500 items with either Data Import or Data Feed to import the CSV file,It would be appreciated if you could advice me ...
I am using Archer 6.6 P2 and we have a requirement where User's account status should be marked as "Active"(if inactive) when they are present/added in a manual record permission field. A button click will also work.Please suggest any solution for th...
Hello,I need to use the web services api to search a record. The problem is in the response. I don't know why but the response has html entites instead of "<" and ">".I need to decode these html entities because i have to convert the xml to json then...
Our company is looking to use Archer Engage and Archer Governance modules. I would like to hear from other companies who have it. Do you like the cases, and does it work well with Vendors?
Archer API - How to only return user email address in a POST UserContact Request?How do you filter out other response info like phone number from a POST UserContact Request?
Hi,I am searching for hours without any idea of the source of the problem...I upgraded from a 6.7 version to the last 6.11 P2 (an I also tried with the 6.9).On my dev environment, I have all services on one server and the upgrade did well, I don't ha...
When I attempt to insert a link to an Archer dashboard in the body of a notification email, it's changing the link after it's saved. As a result, the link doesn't work. The link inserted = https://archer..com/default.aspx?requestUrl=..%2fFoundation%2...
Hey, just for verification purposes:we just upgraded our environment to 6.10.3 and therefore fixing the common vulnerability exposures:CVE-2022-30584CVE-2022-30585CVE-2021-33615Archer Platform 6.3 before 6.11 (6.11.0.0) contains an Improper Access Co...
Does anyone have information regarding which all languages are supported and not supported by custom objects?Thank you in advance!
Hi,Kindly provide the sample java script code for create and update record using custom object to call rest API service. I tired it, but always getting error message "Failed to load resource: the server responded with a status of 400"Thanks,Failed to...
Hi Team,I am trying to upload file through custom object using rest API call. Below the steps I following, 1. Created a Basic HTML input file upload control to read the file and encoded the file by base64.2. Call ajax method to uploaded the file usin...
We have this Date Comparison JavaScript in Archer 5.5 running, but we are unable to get this script to work in Archer 6.3 P4.I am attaching the copy of the current JavaScript that is being used and is working in Archer 5.5. Please help us resolve thi...
Hi All,I have a requirement to remove the Save and Save and Close button from Action dropdown, once the record is enrolled to the workflow. I have written the required custom object code to hide those button, but I am unable to hide "Does Not Advance...
Hello Everyone,I am working on Wolters Kluwer Integration Datafeed and have some XML files that need to be imported in Archer before configuring the Datafeeds. How can I import these XML files of the Reg change and Library into an archer.Looking forw...
We have requirement where we have to place an image in a dashboard and on click of that image, user should navigate to create a new Questionnaire record directly.That dashboard is custom i-view and code is written in HTML to present different dashboa...
Is there a max number of threads that should be used when running APIs to ingest data into Archer? The only information on this that I have found says that it should be limited to the number of CPUs (cores) on the Web server. Is this still correct?