SAP CRM Fiori note automatic delete deletion scenario
if current user does not own any note, a new dummy one with title “Untitled” will be created automatically.
We name this dummy as note A.
we specify some invalid filter, the now there is no note header displayed in the list.
a. the invalid filter is cleared by code. So no filter value appears in the search bar now, as seen in the picture below.
b. the dummy note header, note A, is deleted by Odata request ( HTTP method DELETE)
c. another new dummy note header, note B, is created automatically, see the first POST 202 below.
d. another new dummy note section is created automatically, see the second POST 202 below.
要获取更多Jerry的原创文章,请关注公众号"汪子熙":
总结
以上是生活随笔为你收集整理的SAP CRM Fiori note automatic delete deletion scenario的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 什么是手提电子秤
- 下一篇: Fiori里前后台ETAG处理