how to fix Error message: Invalid "permkey" refere...
# ask-stanley-ai
k
how to fix Error message: Invalid "permkey" reference key "LIST_OTHER_ADDRESS". error when deploying sdf project
c
AI generated answer (using internal Slack threads):
The error message
Invalid "permkey" reference key "LIST_OTHER_ADDRESS"
typically occurs when there is a mismatch between the permissions in your SDF project and the permissions in your NetSuite account. To resolve this issue, you need to ensure that the permissions in your SDF project match the permissions in your NetSuite account. Here are the steps to do this: 1. Open your SDF project in your IDE (like Eclipse or WebStorm). 2. Navigate to the
manifest.xml
file in your project. 3. Look for the
<permissions>
tag in the
manifest.xml
file. 4. Under the
<permissions>
tag, ensure that the
permkey
attribute matches the permissions in your NetSuite account. In this case, the
permkey
attribute should be
LIST_OTHER_ADDRESS
. 5. If the
permkey
attribute does not match, update it to match the permissions in your NetSuite account. 6. Save the changes to the
manifest.xml
file. 7. Try deploying your SDF project again. If the error persists, you may need to check the permissions in your NetSuite account. Ensure that the role you are using to deploy the SDF project has the necessary permissions. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.803527892
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.781829953
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.778839111
Please provide your feedback on this answer.