Changes

Web Page View Field Variables

888 bytes added, 20:55, 5 November 2008
How to display the Transaction types
==How to display the Transaction types==
 
To retrieve all '''Company''' transactions for the company attached to '''Level 1''' (Standard field - Customer):
 
<pre>
@company.[#(?object=transaction)<tr><td>~details~</td><td>~subject~</td><td>~startdate~</td></tr>#]@
</pre>
 
To retrieve all '''Branch''' transactions for the branch attached to '''Level 1''' (Standard field - Branch):
 
<pre>
@branch.[#(?object=transaction)<tr><td>~details~</td><td>~subject~</td><td>~startdate~</td></tr>#]@
</pre>
 
To retrieve all '''People''' transactions for the [[User|user]] attached to '''Level 1''' (Standard field - Owner):
 
<pre>
@owner.[#(?object=transaction)<tr><td>~details~</td><td>~subject~</td><td>~startdate~</td></tr>#]@
</pre>
 
'''Impact''': Transactions on the '''Company''' and [[User]] objects can now be displayed in a [[UTA]] web page view. The transaction does not have to directly associated with the '''Level 1''' item.
 
In order to display a transaction type and its fields use the following example:
4,401
edits