Skip to main content
November 30, 2021
Solved

Unable to access Record Actions

  • November 30, 2021
  • 2 replies
  • 0 views

Unable to access Record Actions on interface by Basic user

I gave visibility as "true" for the Record Action. The Record Action is visible for Admin user but not for basic user.

Please give suggestions to haddle this.

Even tried the below code, did not work for basic user.

Note: I have a process model to update the form.

=if(
  a!isUserMemberOfGroup(
    loggedInUser(),
    cons!New_group
  ),
  true,
  false
)

Best answer by stefanhelzle0001

Did you check the process model security? If a user has no permission on the model, he will also not see the related action.

2 replies

stefanhelzle0001
Brainy
November 30, 2021

Did you check the process model security? If a user has no permission on the model, he will also not see the related action.

danny.verb
November 30, 2021