How could it be that a function is working without any issues and errors in the debug client but not in the smart client?
There are no errors in the server logs and the java client-console.
This function should return an userObject for increasing a counter:
var _item = forms.frm_edit.elements.bean_sourcelist.getItemFromUserObject(21);
_item.counterValue ++;
In the debug client I always get a value as return for the variable and the function is working well. But in the Smart Client it returns “null” and the function cannot work.