Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-07-29 04:25 AM
Hi,
Statement:
Archer platform v6.6 P3.
REST API: /api/core/content/referencefield/[ID]
Issue:
Works fine on all non-locked CR/RR field. But once field is locked CR/RR, e.g. Findings field in any Questionnaire:
then result is:
[
{
"Links": [],
"RequestedObject": {},
"IsSuccessful": false,
"ValidationMessages": [
{
"Reason": "WebApi:WebApiResourceNotFoundQueryReason",
"Severity": 3,
"MessageKey": "WebApi:WebApiResourceNotFoundQuery",
"Description": "The resource cannot be found.",
"Location": -1,
"ErroredValue": null,
"Validator": "ArcherApi.Controllers.ContentReferencedFieldController, ArcherApi, Version=6.6.300.1025, Culture=neutral, PublicKeyToken=null",
"XmlData": null,
"ResourcedMessage": "No resource found."
}
]
}
]
Question:
Is it known or expected behaviour?
Thank you.
2019-07-29 07:10 AM
Long time no see.. Hope you are doing good..
I tried with a locked CR and it returned values for me. However, it did not work with the Findings CR within a questionnaire. Strange though.
2019-07-29 07:12 AM
Thanks, Arun
Exactly, it works with discrepancy. E.g. Actions in Findings do not work either. So, it has somehow limitations, but on what criteria? There are no access limitations on neither fields.