0
edits
Changes
→Upcoming Features
* <font size="3">'''This section is currently being updated'''</font>: Full details will be available just prior to the upgrade
==UTA Enhancements==
* This allows you to define criteria to prevent [[UTA]] users from clicking into and viewing the contact record for contacts associated with a Level 1 record.
==Level 1 Formula==
===Level 3 Default Type Setting===
==Variable Processor Enhancements==
* Ability to assign to the Customer Level 1 Standard field (also called Client).
:* 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)@
''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.''
----