cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Object Page error after generation

former_member624584
Participant
0 Likes
1,189

Hi guys,

I've created a small cap service and created with the fiori tools a list report page. The list page is working fine. However, when I navigate to the object page (displayed in the master detail layout) I receive an error 'A technical error has occurred, Cannot read property 'Value' of undefined'

Is there a way of debugging the fiori elements app, so I could solve the problem?

Here is the project: https://github.com/ThorstenSAP/nutritionTracker/tree/feature/FioriUI

Thank you,

Thorsten

View Entire Topic
0 Likes

Hi Thorsten,

Either form of annotation can achieve the same end result.

Fiori tools supports both CDS and EDMX based annotations.

For CAP it seems more natural to use the same CDS syntax for the whole project.

Fiori tools CDS support means that it is working with the latest service definition always.

If you are using EDMX the metadata.xml needs to be sync'd from the server after the service has been updated.

This is supported by Service Manager (right click menu on manifest.json).

Regards,

Austin