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
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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

@Peter-Dave Sheehan : thank you

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

Suggest an answer

Log in or Sign up to answer