I overrode the system’s standard return authorization function, but after uploading the file, it says:
NOT ALLOWED
Sorry! You have no permission to view this page.
Please contact the website administrator, click here to continue.
The RMA record has been created but there is no document. Why is this happening? How can I resolve this issue?
I have added the following code, do I need to add any permissions?
post: {
requirePermissions: {
extraList: ["transactions.tranRtnAuth.2"],
},
}