Hi
I need an advice in using smart ui user picker control in the web report.
I'm trying to instantiate it with the next code:
$("#author").alpaca({
"options": {
'type': 'otcs_user',
'context':new PageContext(),
'name':'author'
}
});
but it cause exception:

Using the'select' and 'date' alpaca fields in the same way was successful