S
Santosh Patel
Guest
Goto Object definition Currency Field Definition Action (Events) and add following code to onChange or onBlur if (forumtest.value.indexOf('.') -1) forumtest.value = forumtest.value.replace('.',',') ; Replace forumtest with the integration name of your currency field. I see a bug where the change function is not fired when you directly press Enter to save the field when using inline editing. Will fix this in coming releases. Clicking on the Save or when on an edit page, this works fine.
Continue reading...
Continue reading...