Just want to know if we can use GCC variable in pcf or gosu class . I know we can use GCC variable reference in config.xml like
“${GCC-variableName}”.
But want to check same can be used in any of pcf file or gosu. Codr
No, the variables are used in the substitution process during deployment but are not documented as accessible via Gosu code or API calls. Their purpose is to externalize what would otherwise be “hard-coded” properties of the server, not as flags or inputs to business logic.