问题标签 [archer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
373 浏览

record-locking - 记录锁定在 Archer GRC

当我尝试在 Archer GRC 中编辑记录时,它说另一个用户已打开它,但该用户告诉我他们不再在他们的会话中打开该记录。我该怎么办?

0 投票
2 回答
471 浏览

recycle-bin - 在 Archer GRC 中设置回收站功能

删除平台内的记录时,此动作不可通过前端撤消。有没有办法允许用户从他们的视图中删除记录而不实际删除记录?

0 投票
1 回答
1683 浏览

rsa - Calculation for status in Archer GRC based on date

Trying to create a status field based on a number of Value Lists that users select from, but a request has been made that we check a date field for a value to ensure an estimated date has been set so that the calculation can determine if the status of the record is "In Progress", "Late" or "Not Started".

0 投票
2 回答
1738 浏览

report - Archer GRC 报告查找与父级记录关联的所有记录

我想创建一个报告,该报告将显示另一个应用程序中与 Archer GRC 中的多级应用程序中的父记录相关联的所有记录。这可能吗?如果我只想过滤到特定的父级记录怎么办?

0 投票
1 回答
2242 浏览

validation - 根据日期从 Archer GRC 中的值列表计算(非空验证)

我一直在尝试实现这个 Stack Overflow 问题中提出的问题,这里:

根据日期计算 Archer GRC 中的状态

尝试根据用户从中选择的多个值列表创建状态字段,但已请求我们检查日期字段的值以确保已设置估计日期,以便计算可以确定状态是否记录是“进行中”、“迟到”或“未开始”。

...现在,我需要某种实际的弹出警告消息来提示用户确保日期字段不为空。

我将如何添加此功能?

0 投票
1 回答
1578 浏览

datafeed - 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.

0 投票
2 回答
301 浏览

archer - 在 Archer GRC 中识别记录编辑器

有没有办法可以识别上次在 Archer GRC 中更新记录的人?我们应该使用计算字段还是以某种方式在用户字段上使用 DDE 设置编辑器的名称。

0 投票
6 回答
613 浏览

javascript - jQuery 代码在 Chrome 中工作但在 IE 中不工作

我正在 RSA Archer 平台中实现此代码。

它在 Chrome 中完美运行,但在 IE9 中无法正常运行。

0 投票
1 回答
1560 浏览

integration - 是否可以将 RSA Archer 与多个 Active Directory 集成?

是否可以将 RSA Archer 与多个 Active Directory 集成?

0 投票
1 回答
1358 浏览

archer - 如何防止数据馈送在 RSA Archer 平台中创建重复记录?

我有 3 个单独的应用程序:

  1. 风险库
  2. 流程
  3. 风险应用

流程可以与风险库中的多个风险相关联(通过交叉引用)。一个流程可以与风险库中的许多风险相关联(P1 -> R1、R2 和 P2 -> R2、R3、R4)。

最终用户可能随时来,给流程记录增加风险。

数据馈送运行,它根据流程应用程序中的交叉引用中的值在风险应用程序中为每个相关风险创建单独的记录,如下所示:

P1 -> R1

P1 -> R2

P2 -> R2

P2 -> R3

P2 -> R4

AND 从 Processes 应用程序中的交叉引用中删除关联(以便在提要运行后交叉引用为空)。

现在,我想要一种方法来防止在风险应用程序中创建重复记录。例如。如果 P1R1 记录已在风险应用程序中创建,并且最终用户在 2 个月后再次将 R1 关联到 P1(在交叉引用中),则不应在风险应用程序中再次创建 P1R1。

我希望我已经说清楚了。对此要求的任何解决方案或其他一些解决方法都将得到仁慈地应用。提前致谢