0
edits
Changes
→Variable Processor Enhancements
==Variable Processor Enhancements==
===Report Record Count Variable===
* 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)@
''This can be used in a [[Web Page View]] to display a record count, as part of [[Submit Logic]] or as a [[Custom Field Type: Read Only – System Variables|Read Only - System Variable]] to display the count on a Level 1, 2 or 3 record.''
===Assign Level 1 Customer===
* Ability to assign to the Customer Level 1 Standard field (also called Client).
* Ability to use the list syntax '''[#...#]''' to show all companies that a user is associated with, or all users associated with a company.
----