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

cancel
Showing results for 
Search instead for 
Did you mean: 
Archerwizz2022
Contributor III
since ‎2022-02-08
Online

User Statistics

  • 29 Posts
  • 1 Solutions
  • 6 Kudos given
  • 2 Kudos received

User Activity

Hello,I have created few reports in Archer for Core applications, and I call them from .Net application with no issues.I also created a new report for an On-Demand application, and I'm using the same "SearchrecordsByReport" API call from the same .Ne...
I have the same custom object replicated in the all layouts (default, submit, review, challenge and approve).I'm able to read the value of the workflow status in the default layout and act accordingly using the following:var BPWKStatusVal = $CM.getFi...
I'm using a simple call to the "remove group member" API as follows:{"GroupMemberId": 1190,"GroupId": 864,"IsAdd": false}but I end up with error message like this:"ValidationMessages": [{"Reason": "Invalid Group Ids","Severity": 3,"MessageKey": "Vali...
I tried looking for all available APIs, but I couldn't find one which remove a user from all groups he has been previously added to.Could you point to the right direction of accomplishing that using C#? Archer 6.10
Hi,My objective is to set the related records field I have on the application using RESTful API call from C#.I get the feed from XML document, which I consume, getting all the required fields.Which API should I use? And if there is any sample code, t...