2 weeks ago - last edited 2 weeks ago
Hello,
I have the following problem with value help in managed scenario.
In my app I want to create an object of the Model (car model) entity, which references another entity Make.
Therefore I need to pass the GUID of selected Make:
On the screen for model creation I only want to present the text value of the entry selected in value help (TOYOTA), not the key value (guid). The GUID of the car make I would like to hide from the user, but of course to pass it for object creation.
How can I achieve it?
Is there a way to make the field for Make editable and to hide the field for MakeId at the same time?
When I declare extra field for Make in the behavior definition, then I am required to create this field in the draft table, which would lead to data redundancy.
Here is the value help definition, but it only work on the MakeId field:
@ui.textArrangement: #TEXT_ONLY
MakeId
in your root view
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
here is the root consumption view for the entity Model:
Maybe this annotation works only with OData 4.0, I am using 2.0 at the moment..
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.