Skip to main content
Nintex Community Menu Bar
Question

REST Model : Data not loading for a User, As a System Admin, table loads fine

  • July 10, 2024
  • 2 replies
  • 11 views

Forum|alt.badge.img+6

Hi,

I have a REST Model, which gets data from a REST resource APEX class, which send a wrapper list in return.

When I run the page as System Admin login, it loads data fine.

But for some testing user, it doesn’t show any data on page load, also on console the model data is empty for that user, when changed the filters, got an error saying “Filter Could not be applied”

Any ideas/suggestions on how to troubleshoot this one ?



This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

Does user have “API Access” in thier user record? 


Forum|alt.badge.img+6
  • Author
  • July 10, 2024

Yah Rob, User has.

But what happened is that (In Network tab on Console showing the Apex Class has no access) the profile has no access to the REST Class.
So I gave access to the class and solved the issue.

Thanks for your reply though. I will add it too for my check list.
It might help us while deploying.