Hello everyone, I’m getting an error when trying t...
# sdf
g
Hello everyone, I’m getting an error when trying to validate a project I imported a custom role using
suitecloud object:import --type role --destinationfolder "/Objects/Roles" --scriptid customrole_my_role
Then I ran project:validate and got this error:
Errors for file: /xxx/src/Objects/Roles/customrole_my_role.xml
- Line No. 32 - Error message: Invalid "permkey" reference key "LIST_OTHER_ADDRESS".
The line 32 is:
Copy code
<permissions>
  <permission>
    <permkey>LIST_OTHER_ADDRESS</permkey>
    <permlevel>FULL</permlevel>
  </permission>
</permissions>
Does anyone know what might be causing this?
m
Does this help?
a
Try to run validate with
--server
flag