0
edits
Changes
→Variable Processor Enhancements
:* Example template formula: ''@opportunity.companyid@=@opportunity.owner.companyid@''
* Ability to use the list syntax [#...#] to show all companies that a user is associated with, or all users associated with a company.
* Introduction of a variable that can generate the number of records within a specified report.
:<font size=3>@ReportProperty(''reportid'',recordcount)@</font>
:'''Example''': To generate the number of records (equivalent to the number of rows in the report) for report with ID 12345
: @ReportProperty(12345,recordcount)@
==UTA Enhancements==