How to create a common Redwood navigation URL for Create Notes to be used in all objects — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to create a common Redwood navigation URL for Create Notes to be used in all objects

edited Apr 16, 2025 3:36PM in Sales 1 comment

Summary:

Redwood Navigation URL for Create Notes

Content (please ensure you mask any confidential information):

Customized redwood sales Dashboard and added Action menu button. now the requirement is to add Create Notes as an option under Action menu button.Need navigation URL for Redwood Create Notes. Please provide.

User should be able to tag that Notes either to Task, Service Request or Lead during creation

Version (include the version you are using, if applicable):

25A


Code Snippet (add any code snippets that support your topic, if applicable):

  if (menuId === 'Create Lead') {        await Actions.openUrl(context, {          url: 'https://fa-etnt-dev2-saasfaprod1.fa.ocs.oraclecloud.com/fscmUI/redwood/cx-sales/application/container/leads/leads-edit',          windowName: '_self',        });      } else if (menuId === 'Create SR') {

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!