Custom Config in Customer Portal
Summary
How can I get a custom created configuration by name?Content
I am using \RightNow\Utils\Config::configGetFrom('CUSTOM_CFG_KEY_NAME') in CP to get the value of a custom configuration I created in the console. This works as expected in dev mode, but when I push it to staging or production mode, it does not. All I get is a message saying this slot is unknown (even though it finds the correct id). I can't use the ID because I run into the same problems posted on https://cloudcustomerconnect.oracle.com/posts/760d71b147. Does anybody know why this doesn't work in staging/production mode?
1