Passing parameters from a web applet to a dashboard filter prompt
I build a web app to display an embedded dashboard in a related items section. The HTML below works, but when the P2 value is a multiple word string, then only the first word of the string is passed into the prompt. e.g. If the value of Opportunity.INDEXED_SHORTEXT_1 is 'Seattles Best Coffee' then only 'Seattles' appears in the displayed section dashboard prompt. The question is how do I get the entire string to be passed in?
0