Hello all, I am getting an error when I try to do ...
# sdf
k
Hello all, I am getting an error when I try to do suitecloud project:validate
Copy code
Error Message: The permissions specified in the "customrecord_1" customrecordtype object do not match the permissions in the "customrole_1" role object.
Both of the custom record and role contain
Copy code
<permission>
      <permkey>[scriptid=customrecord_1]</permkey>
      <permlevel>FULL</permlevel>
      <restriction></restriction>
    </permission>

  <permission>
      <permittedlevel>FULL</permittedlevel>
      <permittedrole>[scriptid=customrole_1]</permittedrole>
      <restriction></restriction>
    </permission>
Any idea how to solve it?