Changes

Jump to: navigation, search

Displaying Notes as a Horizontal Frame on a Record

883 bytes added, 16:33, 11 November 2013
Created page with 'To view the Notes on a record as a frame on the record itself, create a Read Only – System Variables field that references…'
To view the Notes on a record as a frame on the record itself, create a [[Custom Field Type: Read Only – System Variables|Read Only – System Variables]] field that references the s.viewnotes.jsp page in an iframe.

Example Variables:
* ''For Company records:''
<pre style="white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;"><iframe width=100% height=400 scrolling="yes" frameborder=0 src="/s_viewnotes.jsp?objecttype=30&objectid=@companyid@"></iframe></pre>
* ''For a {{l1}} record:''
<pre style="white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;"><iframe width=100% height=400 frameborder=0 src="/s_viewnotes.jsp?appid=102564&objecttype=100&objectid=@opportunityid@"></iframe></pre>

For other

[[Category:Notes]]
8,849
edits

Navigation menu