问题标签 [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.
archer - Customize an Archer Application from an external Application
I would like to make a desktop application (C#) that can create a custom Archer application and modify one of my current Archer applications (and subforms). I checked the SOAP and REST API but they have no functions for this purpose.
I was wondering if this is possible, and if it is, then can you help me get in the right direction to solve this?
is there a way to automate the creation of a custom archer application?
i've been thinking about creating this custom apps adding directly their info in the archer database. Nevertheless, i don't know if this could be a good way, since the archer database is complex and i haven't found any documentation about it.
Thank you for your time!
c# - 我将如何从自定义对象中的代码在服务器上运行 C# 应用程序
我尝试在自定义对象中添加它。
这给了我错误系统未定义。
archer - 如何在设置日期到当前日期时捕获值列表字段更改的当前时间
如何在设置日期到当前日期时捕获值列表字段更改的当前时间。当值列表字段更改值时,需要使用当前日期捕获当前时间。当前日期的事件关闭时间。
c# - Unity 将嵌套字典序列化为 JSON
我正在使用的 REST 服务 RSA Archer 需要一个整数键,这意味着我根本无法嵌套[Serializable]
对象然后JsonUtility.ToJson()
创建序列化的 JSON 字符串。我以为我找到了一个解决方案来创建一个Dictionary
对象,然后使用它ISerializationCallbackReceiver
来处理嵌套结构的字典部分,但是下面的代码只是忽略了嵌套对象的那一部分,并且不序列化Dictionary
. 有没有人对最好的方法有任何想法?
预期输出:
对象结构:
JSON实用程序和实例化:
data-extraction - rsa弓箭手数据提取
当我们使用任何 ETL 工具通过 Web 服务下载数据时,我们会遇到以下问题。
- 当像 400 这样的模块中有更多字段时,使用 webservices API 提取数据变得越来越困难
- 它是在 xml 中提取的,所以我们需要解析它
是否有任何脚本可以调用以下载 txt 或 csv 格式的数据?是否有任何批量提取方法可以一次提取 400 个字段等数据?
archer - 我想在每个月的 24 日工作日安排数据馈送,如果 24 日是周末,那么它会重新安排到星期一。我该怎么做?
我想在每个月的 24 日工作日安排数据馈送,如果 24 日是周末,那么它会重新安排到星期一。我该怎么做呢?
archer - RSA - Archer - 在搜索结果中隐藏多个字段
在 Archer 中执行搜索时,结果包含一些不必要的字段。有没有办法只显示属于应用程序“一般信息”的字段?换句话说,有些字段建议添加到搜索结果中出现的“一般信息”选项卡中。
我知道我可以通过选择字段来禁用这些字段,然后单击“修改字段属性”、“选项”并取消选中搜索结果中的显示字段。
由于我有多个应用程序和很多领域,因此这样做会花费很多时间。是否有任何脚本或技巧可以在搜索结果中隐藏所有这些字段?
archer - RSA API 错误 500
我正在尝试通过 RSA Archer API 进行内容包含,尽管它返回错误 500 和以下消息
{ "Message": "发生错误。" }
如何调试和识别此错误?
archer - 如何使用应用程序中存在的字段值并使用自定义对象将其设置为子表单中存在的字段。在 RSA 弓箭手?
如何使用应用程序中存在的字段值并使用 RSA Archer 中的自定义对象将其设置为子表单中存在的字段?由于从应用程序到子表单的交叉引用关系是不可能的。
archer - RSA Archer 计算日期
我是阿切尔的新手。
我正在尝试基于 2 个其他字段创建计算日期字段。
- 字段 A(日期字段)
- 字段 B(值列表):每年(365 天);半年(182 天);每月(30 天)
- 字段 C(日期字段)
我想看到的是,如果字段 A 的值是 2017 年 6 月 12 日,字段 B 的值是每年(365 天),那么字段 C 应该向我显示 2018 年 6 月 12 日的值
谢谢