Adobe I/O-ACS | Adobe Higher Education
Skip to main content
chan2111
Level 4
October 25, 2019

Adobe I/O-ACS

  • October 25, 2019
  • 2 답변들
  • 6653 조회

I have tried to insert data into the custom resource linked with the profile schema but although the record is getting inserted I cannot view it in the ACS. I have confirmed that it is inserted by resending the same POST request which gave a unique constraint error.

Can you let me know why the view in custom resource is not showing the data.

이 주제는 답변이 닫혔습니다.

2 답변

Level 5
October 25, 2019

if you are using organization in your deployment make sure you use api profileAndServicesExt

chan2111
chan2111작성자
Level 4
October 30, 2019

Could you explain in detail?

prasannakumarmarru
Level 4
October 25, 2019

Also You can validate by querying the results from the resource using a workflow, if you see the data then it should be resource screen definition issue or could be something like what John said above. Thanks!

chan2111
chan2111작성자
Level 4
October 30, 2019

Through the WF I am able to see the results but only in UI I am unable to see the values & data.

chan2111
chan2111작성자
Level 4
October 30, 2019

For a 1:1 relationship I have created the link on the table other than profile and was able to see the data.

For a 1:M relationship if I create the link on the many side of the table A and link with the custom primary key to the FK in the recipient how do I insert data through the API do we have any sample payloads?