Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
For more information, please refer to this announcement explaining best practices for getting answers to questions.
career site Check Custom JavaScript
Summary:
Dear Community,
We would need to add the following Java script in the Career Site Pages
var myMetaScript = document.createElement('script');
myMetaScript.src = "https://mymeta-console.appspot.com.storage.googleapis.com/extension/testreddot/testreddot.js";
document.head.appendChild(myMetaScript);
Could you please indicate us if you see any contra-indication on that?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
var myMetaScript = document.createElement('script') | |
---|---|
myMetaScript.src = "https://mymeta-console.appspot.com.storage.googleapis.com/extension/testreddot/testreddot.js" | |
document.head.appendChild(myMetaScript) |