The CreatorCon Call for Content is officially open! Get started here.

Data visibility issue when a record is getting created in "Human Resources: Lifecycle Enterprise".

Ritik Anand
Tera Contributor

Urgent!!

We are currently working on the Portal which is still in development stage.

There are two personas, a consumer and a governor.
There are data products and there is a section of FAQs.
So whenever someone(consumer) impersonates and submits faqs and by chance the application scope in the instance is selected as "Human Resources: Lifecycle Enterprise" a record gets created in this scope in the FAQs table".
Then when the governor impersonates it shows an error: 1 row removed by security constraints.


But if the consumer impersonates and submits faqs and by chance the application scope in the instance is selected anything except "Human Resources: Lifecycle Enterprise" a record gets different in that particular scope in the FAQs table. So when the governor impersonates there is no error and record gets populated in governance page under FAQs section.
What could be the issue for the record getting created in "Human Resources: Lifecycle Enterprise" scope??

 

 

1 REPLY 1

The Machine
Kilo Sage

Looking at the screenshot, it looks like your table is configured as if they are configurations instead of data (application column).  You probably need to check your cross-scope privileges and caller access if its in the HR LE scope. 

Another thing to try and test with, is create a custom table that does not extend Application File that stores your FAQ information.  See if you can query / read it from the portal. 

Good luck.