Decimal field bounds and UI | Community
Skip to main content

Decimal field bounds and UI

  • April 14, 2023
  • 1 reply
  • 0 views

The decimal field converts large numbers into scientific notation is this expected ?

Additionally the number of digits right of the zero is limited to 4 

Is there a way to specify the format allowed for the decimal field such that the user entering content can not enter outside the approved constraints. 

Example;

For product price in US format might be ######.##

For measurements or weight where precision is required might be #####.########

 

Upper and lower bounds constraints would also be nice

1 reply

Ashwin11
  • April 17, 2023

Is there a way to specify the format allowed for the decimal field such that the user entering content can not enter outside the approved constraints.  - Valid point. I believe, the formatting can be done with Regex fields. However, I do realize that using Regex fields will limit the conditions that you can set on triggers though.