Question

Freedom UI validation before save event

Hi Community,

 

In Freedom UI there is validator to create a validation which is being bind to a field. We need to create a validation which is not related to a field, it will be triggered before the save event. Any idea please? in classic UI we are able to achieve it using asyncvalidate function.

Like 1

Like

1 comments

You could try handling the save request and if the validation failed don’t call next.handle. See https://customerfx.com/article/adding-code-to-the-save-event-of-a-creatio-freedom-ui-page/

Ryan

Show all comments