Record not found issue after submitting record producer

kalyani23
Tera Contributor

Hi ,

I have created a record producer for a custom table, i have found the issue that when i impersonate as other user and submit record producer form in portal, it is showing as record not found for the impersonated person who has not having admin role.

can someone provide solution to fix this.

Thanks in Advance, 

Regards,

kalyani

1 ACCEPTED SOLUTION

Hi,

I hope you have a security admin privilege. If yes, can you go to the ACL and check your table name how many ACLs are created with that table. Disable those ACLs and try to do the same testing.

Please mark as correct answer and I hope, helped to identify the issue.

Regards,

Suresh.

Regards,
Suresh.

View solution in original post

14 REPLIES 14

ersureshbe
Giga Sage
Giga Sage

Hi,

I assuming it's part of role issue. 

Can you check the custom table and what role its tagged and is that role tagged to that user account. 

Please mark as correct answer if it helped.

Regards,

Suresh.

Regards,
Suresh.

The custom table has a role , but in requirement any user can submit form , then in that case how do we know for whom some particular role need to be added everytime, so i think it should work by default for all users when submitting form, instead of showing record not found. 

Can u help, how to achieve this.

Monika13
Giga Expert

Hi,

When you create custom table, system automatically creates custom role along with it unless restricted. Please check your custom table. If it has created role automatically, then your testing user should have access to read, write, create in that table. To stop this, uncheck Create access controls

find_real_file.png

Hi,

after unchecking this still that record not found issue is there.