Is it possible to pass a field parameter from a web app button to a dashboard prompt?
Is it possible to pass a parameter form a Task detail page field to a custom web applet Button that links to a dashboard tab with a dashboard filter prompt? See the script below that displays the new button "OC Order Detail" that when clicked displays the custom tab OM Order Detail.
What I want to do is pass in the Order Number from the Task to the dashboard prompt. What would the new syntax look like?
<script type="text/javascript">
add_button('Task Details',8,'OC Order Detail','CustomTab?Tab.Name=%5BOM+Order+Detail%5D','_top','');
</script>
<script type="text/javascript">
What I want to do is pass in the Order Number from the Task to the dashboard prompt. What would the new syntax look like?
<script type="text/javascript">
add_button('Task Details',8,'OC Order Detail','CustomTab?Tab.Name=%5BOM+Order+Detail%5D','_top','');
</script>
<script type="text/javascript">
0