phone number exceeding 12 digits converted to exponential fo

Posted by Rollbase User on 10-Nov-2010 20:15

I have a field named "Home Phone" with text length 50. When I try to save a number that exceeds 12 digits it is saved in exponential form. I have provided a screenshot as an example.

All Replies

Posted by Admin on 10-Nov-2010 21:01

and also I have an object script trigger to populate this field. I used the
rbv_api.setFieldValue (objName, objId, fieldname, newValue). Thanks

Posted by Admin on 10-Nov-2010 23:37

Try pass
String(newValue)

Posted by Admin on 11-Nov-2010 00:55

yes passing it as string worked!
Thanks!

This thread is closed