Questions tagged [archer]

Archer refers to the (RSA) Archer GRC Platform. It is a 5th Generation Application Development Suite / running system/database application for [corporate enterprise] Governance, Regulation, and Compliance. It is very similar in concept to PeopleSoft and it's accompanying tools for building applications.

RSA purchased Archer Technologies in early 2010 for an undisclosed amount. EMC purchased RSA in 2006 for $2.1 billion.

88 questions
1
vote
1 answer

How API works in RSA Archer ?

I am looking for API in Archer. Totally I am unaware of API. Where we will write API code and how to integrate with Archer platform . Most important what we can achieve using API in Archer ?
Prashant Kumar
  • 11
  • 1
  • 1
  • 2
1
vote
2 answers

RSA Archer user cannot specify a date in the future / past

Has anyone any good patterns for RSA Archer validation which prevents a user from saving the record when a given date specified is in the future (or past)? Currently I am catching this using calculated fields after the data has been saved, in a data…
Alex Hollis
  • 98
  • 10
1
vote
1 answer

Archer GRC: Formula based on setting current date between specific time frames

I have a date field which I need to use a formula in Archer. I need to set the current date on the field which I have called DateField when a user selects a value field, ValueField, and changes to the values "Pre-Approved" or "Approved" or "Updated"…
PokéDev
  • 163
  • 4
  • 14
1
vote
1 answer

RSA Archer Show Filters

I don't know where to enable the option to show filters in a report. Perhaps a permissions problem? I have tried everything. Anyone does know about this?
Ruben Rivero
  • 303
  • 2
  • 8
1
vote
6 answers

jQuery code working in Chrome but not in IE

I am implementing this code in the RSA Archer Platform. Its working perfectly in Chrome but not in IE9. function hideDeleteButton(){ var elId = "master_DefaultContent_rts_s2487_f6881srvgrid_ctl00"; var el = document.getElementById(elId); var…
1
vote
2 answers

Identify record editor in Archer GRC

Is there a way that I can identify the person who last updated a record within Archer GRC? Should we use a calculated field or set the editor's name with a DDE on a user field somehow.
user3728658
1
vote
1 answer

Archer GRC: Importing multiple sources of data into an application

I'd like to have data from different sources be imported into an application with data feed but also differentiate between the two sources. The sources come from an MS SQL database and a CSV file from a shared drive.
user3693303
1
vote
2 answers

Archer GRC Report to find all records associated to a parent level record

I'd like to create a report that will display all records in another application that are associated to a parent record in a multi-level application in Archer GRC. Is this possible? What if I want to filter to only a specific parent level record?
user3693303
0
votes
0 answers

Is it possible to create an expandable text field in RSA Archer?

My company is using RSA Archer GRC, there is a text box that can seemingly handle indefinite amount of text. Currently any amount over 5 lines has to be scrolled through in order to read more than that. I would like to be able to configure that…
PunkAngel
  • 1
  • 1
0
votes
0 answers

Can the file I want to import into an application in Archer be encrypted? Or I need to decrypt it before importing?

I need to create a new package in Archer but before I need to import data into an application which is part of a solution. Can the file I want to import into an application in Archer RSA be encrypted? Or I need to decrypt it before importing? Will…
Alcy
  • 1
  • 1
0
votes
1 answer

Calculated field on from date

Can anyone please let me know how to use date as calculated filed. Eg: I created a field "from date" in my new application, I want to make this as calculated field. I want to use formula - "from date field should not be less than todays date" How…
0
votes
1 answer

Enrolling records (which are created from datafeed) into different workflow stages in advance workflow application, RSA Archer

I have two applications,one simple,one advance workflow application. I have to import records(with partial data,few fields) from simple application to advance workflow application. Along with import(creating new records) in advance workflow…
Sholi
  • 1
0
votes
0 answers

RSA Archer Data Feed JS Transporter setup

Does anyone have a working example of a data feed using a JS Transporter for API data extraction? The summit example "google api" one does not work for me and the youtube channel does not provide the index.js to assist.
0
votes
1 answer

I am not able to apply conditional layout to a particular user/group field but can do it manually for any user

Please refer to the images attached.conditional layout 1 conditional layout 2 The [User who is applying for leave] field is a user/group field which gets populated with the record creator by default. The problem is this layout only works when I…
kar_1
  • 3
  • 1
0
votes
0 answers

I want to calculate 2 date fields

I have two fields I need to calculate. Control Procedure Testing Frequency "Auto Quarterly" and Test Due Date value "3/30/22" I want the second value 3/30/22 show on another field Auto Quarterly Due date If([Control Procedure Testing…