Hi,
we have problem to read content of number field in JavaScript - when there's comma as separator this comma is ignored. For instance '23,25' will be '2325'.
Methods we tried:
apex.item('P10_FIELD').getValue();
$v('P10_FIELD')
Do you have idea how to handle this problem?
Regards,