- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 09:49 PM
How do I format a currency field so that it displays 01000000 as $1,000,000.00
my code to display currently is
where cost is defined as a variable
I've looked at the server side script API and do not seem to be able to locate anything.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 11:30 PM
Hi Ian,
Replace line 15
as cost = equipment.cost. getCurrencyDisplayValue(); and you can remove line 16

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 11:30 PM
Hi Ian,
Replace line 15
as cost = equipment.cost. getCurrencyDisplayValue(); and you can remove line 16

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 11:32 PM
More info under section 2 in the wiki link I have shared above
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 12:00 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 12:02 AM
Thanks Ian for the update.
Can you please mark one of our response as correct and close the loop if this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 03:57 AM
I am not sure how I mark a response as correct. The only options that are available to me is to either 'like' a response or indicate that a response is 'helpful' or 'not helpful'. When i click on Actions there is no actions to select. Once again I am new to using the community forum so any help would be greatly appreciated.