Mobile app: Immediate validation feedback on record save

Hi,

We have added a save validation to a specific object using an event listener. When using Creatio via a web browser, it works flawlessly. Users cannot save a record if it contains errors; they receive immediate feedback and can correct the invalid information right away.

Unfortunately, it behaves differently in the mobile app. A record with errors gets "saved" locally on the mobile device, and the validation feedback only appears during synchronization with the server (since the validation runs exclusively on the server side). While this behavior is understandable, our app is configured for online synchronization, which is actually the only approach that makes sense for this particular module. We need the user to see the feedback immediately, without having to manually check the synchronization log. Is there a way to achieve this?

Like 1

Like

0 comments
Show all comments