I am using write to record smart service in my process which is breaking when I start this process with a basic user who has a viewer permission on record (and that user can successfully view record details on screen).
I am writing into SCC Case record without any events. Also, when I change the assignment of the node to whoever designed the process, then the process works as expected. Can you please help me with this issue ?
Error
The input "Records" refers to an invalid record type. The record type does not exist, has been deleted, or the user does not have sufficient privileges to access the data.
Logs
2023-11-20 10:31:56,000 [ajp-nio-0.0.0.0-8009-exec-773] ERROR com.appiancorp.process.engine.UnattendedJavaActivityRequest - An error occurred while executing activity: id=268442382, classname=com.appiancorp.process.runtime.activities.WriteRecordsActivity com.appiancorp.suiteapi.process.framework.ActivityExecutionException: The input "Records" refers to an invalid record type. The record type does not exist, has been deleted, or the user does not have sufficient privileges to access the data. Caused by: com.appiancorp.record.service.error.RecordMutationValidationException: com.appiancorp.suiteapi.common.exceptions.AppianException: The input "Records" refers to an invalid record type. The record type does not exist, has been deleted, or the user does not have sufficient privileges to access the data. (APNX-1-4564-009)
Security of record
User's groups
Thanks in advance!
Yogesh
Discussion posts and replies are publicly visible
Did you check the security settings of the data source connected system?
docs.appian.com/.../Connected_System_Object.html
We are using Appian cloud database so I believe this might not be applicable. Please correct me if I am wrong here.
Depends on whether you use a connected system or the data source configured in the admin console.
To be precise, we are using default Appian schema in Appian cloud database.
That does no matter. It depends on whether you use a data source connected system in that record configuration.
No, we don't use connected system in record configuration.