How to trouble shoot if there is no entityset available when creating a tile

简介: How to trouble shoot if there is no entityset available when creating a tile

image.pngIn my case, when I first select F4 value help for “Entity Set”, I can see a series of CDS views listed, which are retrieved by the batch request observed in Chrome development tool.


image.pngimage.pngimage.pngWhen you now select value help for the third field “Entity Set”, the metadata of this OData service is requested via the url fetched from the previous request. After a successful metadata request, you should see the entity set. If not, usually there is something wrong in the metadata retrieve. You should see detailed error message in Chrome development tool.


image.png

相关文章
Don't give me five!
Don't give me five!
74 0
header note truncation issue - designed behavior
header note truncation issue - designed behavior
92 0
header note truncation issue - designed behavior
strange behavior:why u31000 is accessed for Extension project
Created by Wang, Jerry, last modified on May 20, 2015
96 0
strange behavior:why u31000 is accessed for Extension project
无法使用UI configuration的trouble shooting
无法使用UI configuration的trouble shooting
104 0
无法使用UI configuration的trouble shooting
Performance problem during saving - activating big form
Performance problem during saving - activating big form
|
TensorFlow 算法框架/工具 Python
Taking advantage of context features
In the featurization tutorial we incorporated multiple features beyond just user and movie identifiers into our models, but we haven't explored whether those features improve model accuracy.
177 0
|
JavaScript 前端开发
Guidelines for Function Compute Development - Troubleshoot Timeout Issues
Endless codes and endless bugs When you write code, you may inadvertently introduce some hidden bugs, even if you test a large proportion of the codes to the maximum extent possible.
1606 0