Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Inline edit error message

ramonde zrihen January 8, 2020

Using behavior validation script for inline field/s  (server side)  i need to send error message to user when validation fails 

solution founded using screen here

releaseDateField.setError()
releaseDateField.clearError()

Is there a way to send message without using a screen ?

 

KR,

Ramonde

 

 

 

1 answer

1 accepted

0 votes
Answer accepted
PD Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 9, 2020

No, behaviour server-side script can only run in the create, edit or transition screens.

Normally, when you add a field to the behaviour fields's configuration, that field's inline edit becomes disabled and will automatically open the full edit screen. This way, your validation rules will always be enforced.

ramonde zrihen January 12, 2020

@PD Sheehan : thank you

is there any other way to preserve InLine Edit functionality +Validations ?

Suggest an answer

Log in or Sign up to answer