API Secrets are not importable with SDF?
# suitescript
a
API Secrets are not importable with SDF?
e
I believe you can reference secrets in SDF but still have to enter the value in the UI. I’m not sure what the purpose of that is though other than to just create a placeholder secret. What we do is create secrets for all envs in prod so that when we do a refresh we don’t have to update secrets. We add a suffix of the account ID to the secret ID and then use a library in our code to pull the correct key based on the account running the script.
👍 1