Skip to main content
Solved

Parameters in External Navigation Link

  • January 5, 2021
  • 2 replies
  • 1000 views

Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • 1 reply

Is there a way to pass in parameters to the ExternalNavigationLink URL in Aurena?  We are trying to open a external report which can be opened from Aurena.

Best answer by paul harland

Should be possible. 

Try using this kind of format to pick up a field value from the page:

… eq ${OpportunityNo} … 

This topic has been closed for replies.

2 replies

paul harland
Superhero (Employee)
Forum|alt.badge.img+24
  • 547 replies
  • Answer
  • January 5, 2021

Should be possible. 

Try using this kind of format to pick up a field value from the page:

… eq ${OpportunityNo} … 


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Customer)
  • 1 reply
  • January 5, 2021

Thank you, Paul Harland!