Skip to main content
Known Participant
December 5, 2023
Question

The record data does not exist, has been deleted, or you do not have sufficient privileges to access it.

  • December 5, 2023
  • 3 replies
  • 5 views

Hii,

I am getting this error while clicking on record Action:

3 replies

Inspiring
December 5, 2023

Hi Sudhir,
Do you have access to the record, Check the record security. if yes, then check Process model security.

Known Participant
December 5, 2023

Yes i have access to record and PM as well

Inspiring
December 5, 2023

Why are you giving array in identifier property. just give ri!appId (If it is your primary key)
Ex:

a!recordActionItem(
     action: recordType!Department.actions.update,
     identifier: rv!identifier
    )