Data visibility issue when a record is getting created in "Human Resources: Lifecycle Enterprise".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2024 03:28 AM - edited ‎02-10-2024 12:46 PM
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??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2024 10:04 AM
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.