SAP-samples / fiori-elements-feature-showcase

Sample application that demonstrates and documents a broad variety of features of SAP Fiori elements for OData V4. Developers can play around with the new features and learn how to implement them.
https://community.sap.com/topics/fiori-elements
Apache License 2.0
185 stars 65 forks source link

Validation error message on @mandatory fields #19

Closed C5295836 closed 1 year ago

C5295836 commented 1 year ago

Hello,

Currently error message looks not perfect('Value is required').

  1. I did some investiogation. In the documentation metioned that they fixed returned error message: https://cap.cloud.sap/docs/releases/archive/2021/feb21#error-response-targets . However in our app target of error object contains "in/description". Do you know why it's working like that?
  2. Are you going to change this standard message to something like 'Value of mandatory field {field label} is required'?
  3. Could it be ajusted by SAP UI5 team?
  4. Are you avare about any workaround?