cancel
Showing results for 
Search instead for 
Did you mean: 

Data load error in overview page cards upon using guided development

shekhar01
Explorer
0 Kudos

I am facing an error upon using fiori guided development. 

In VSCode, upon using guided development, if the new card fails to show data due to incorrect data binding or error 50014 then there is a constant error which prevents loading of data in other cards

At the current moment I am using git reset --hard to remove all modifications after the previous commit to load data normally. I want to know the cause of this because the code looks same, as there will be modifications in manifest.json and annotation.xml only.

shekhar01_0-1709621913157.pngshekhar01_1-1709621917661.pngshekhar01_2-1709621944241.pngshekhar01_3-1709621947826.png

Code used for cards are provided for reference.

 

View Entire Topic
shekhar01
Explorer
0 Kudos

change is edmx:Edmx to Edmx. It is everywhere on the annotation page. Guided development is making changes in whole document instead of adding cards. Still, a good reference for cards with codes is preferred.