Hi,
I know that in the browser version of Creatio, Freedom UI supports handlers, converters, and validators. I also know that for mobile, it's possible to define handlers through a remote module.
A couple of questions on this:
- Do mobile apps support converters and validators at all, or is this functionality limited to handlers only?
- If they are supported, is it possible to define them via a remote module as well, the same way as handlers?
- I'm aware that one workaround is to implement "validation" through a handler on record save (e.g. checking a field value and showing a message). However, what I'm really looking for is something that highlights the invalid field immediately, at the moment of input - similar to how validators behave in the browser UI, rather than only surfacing an error after attempting to save.
Has anyone managed to achieve this on mobile, or is this simply not supported yet?
Like