Question on custom fields. Does anyone know if the...
# general
m
Question on custom fields. Does anyone know if the Integer type of field always rounds up to the next integer if a decimal number is entered? 0.4 -> 1
y
Can be done using workflow or script. Please DM for more information.
p
@Matt Carter it always rounds down and follows the leading number. so 0.99999 would still return 0
if you need it to be any different, then as Kumar mentioned, you can use WF or script