What is the best way to represent dollars in RTC?
One answer
Comments
But do be careful to make sure that the returned value meets the Decimal field requirement (no more than 4 decimal places) or your script will encounter errors. Be sure to check the "API for JavaScript" section of the same article Jared linked: https://jazz.net/wiki/bin/view/Main/AttributeCustomization#API_for_Javascript and there is also a wiki article with some examples: https://jazz.net/wiki/bin/view/Main/AttributeCustomizationExamples#Compare_decimal_attributes_in_pr
In https://jazz.net/library/article/1093 Lab 5 that should be go online soon, we used string and validators. We wanted to be able to enter 8T for 8 thousand. However, the lab might provide some additional ideas. As mentioned the lab is about to be published to the Workshop.