Difference between revisions of "Displaying a Number Value as Currency"

From SmartWiki
Jump to: navigation, search
Line 8: Line 8:
 
Therefore, a field containing the value ''300'' can be displayed as follows:
 
Therefore, a field containing the value ''300'' can be displayed as follows:
  
 
+
{| border="1"
 +
|Variable Used
 +
|Value will be displayed as...
 +
|-
 +
|Organization, Search People
 +
|People: internal and external, related companies, standard and custom fields.
 +
|-
 +
|Communications, Contacts
 +
|External people only - limited search capabilities.
 +
|-
 +
|[[Universal Tracking Application]] > Contact Tab
 +
|Same page as the ''Search People'' page.
 +
|-
 +
|[[Universal Tracking Application]] > Company Tab
 +
|Same functionality as the ''Search People'' page, but with companies.
 +
|-
 +
|Sales Tracking Application > Company Tab
 +
|Same page as the Company tab in the [[UTA]]
 +
|-
 +
|Sales Tracking Application > Contacts Tab
 +
|Same page as the ''Search People'' page
 +
|-
 +
|Sales Tracking Application > My Contacts
 +
|Limited to contacts associated with companies where the current user is the owner.
 +
|}
  
 
[[Category:Variables]][[Category:Currency]]
 
[[Category:Variables]][[Category:Currency]]

Revision as of 15:58, 24 June 2013

Fields containing number values can be displayed in currency formats in other custom fields such as Web Page View fields using the following syntax:

@format(FIELD NAME,currency,CURRENCYCODE)@

where FIELD NAME is the name of the field being referenced
and CURRENCYCODE is the three-letter currency code used by ISO 4217

Therefore, a field containing the value 300 can be displayed as follows:

Variable Used Value will be displayed as...
Organization, Search People People: internal and external, related companies, standard and custom fields.
Communications, Contacts External people only - limited search capabilities.
Universal Tracking Application > Contact Tab Same page as the Search People page.
Universal Tracking Application > Company Tab Same functionality as the Search People page, but with companies.
Sales Tracking Application > Company Tab Same page as the Company tab in the UTA
Sales Tracking Application > Contacts Tab Same page as the Search People page
Sales Tracking Application > My Contacts Limited to contacts associated with companies where the current user is the owner.