Skip to main content
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
  • 0 views

Hii,

I am getting this error while clicking on record Action:

3 replies

December 5, 2023

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

December 5, 2023

Yes i have access to record and PM as well

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
    )