Changes

Jump to: navigation, search

Report Variables

20 bytes added, 18:02, 9 May 2013
Syntax
:* ''ReportProperty'' is case sensitive. Using ''reportproperty'' will not work.
:* In order to use a ReportProperty on a report which has a group by clause, you need to add a distinct clause to the ReportProperty syntax.
<pre>@ReportProperty(''reportid'',''property'',distinct(''fieldname''))@
Example: If a report is grouped by the tracking id, then your ReportProperty syntax would be
@ReportProperty(''reportid'',''property'',distinct(op.opportunityid))@
</pre>
8,849
edits

Navigation menu