欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

SAP CRM Fiori note automatic delete deletion scenario

发布时间:2023/12/19 编程问答 61 豆豆
生活随笔 收集整理的这篇文章主要介绍了 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.

  • in this case ( with filter active ) we click add button, the following actions are triggered by my note application:
  • 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的全部内容,希望文章能够帮你解决所遇到的问题。

    如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。