1. 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.

  2. we specify some invalid filter, the now there is no note header displayed in the list.

  1. 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.

Fiori note automatic delete deletion scenario相关推荐

  1. 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 creat ...

  2. SAP CRM Fiori note header

    Created by Wang, Jerry, last modified on May 12, 2015

  3. attachment delete deletion commit work issue

    Sent: Friday, November 29, 2013 7:44 PM 我直接创建document的时候,是在一个test report里面做的,如果没有加commit work,docume ...

  4. Oracle 11g中的IO Calibrate(IO校准)--Automatic Degree of Parallelism(DOP)

    Oracle 11g中的IO Calibrate(IO校准)--Automatic Degree of Parallelism(DOP)  Oracle 11g中的IO Calibrate(IO校准) ...

  5. oracle19c内存管理,19c新特性之Automatic In-memory

    在Oracle数据库12.1中,Heat Map作为自动数据优化(ADO)的一个特性引入. 在Oracle数据库12.2中,Heat Map特性增加了对Inmemory功能的支持. 在Oracle数据 ...

  6. python删除列_numpy.delete删除一列或多列的方法

    基础介绍: numpy.delete numpy.delete(arr, obj, axis=None)[source] Return a new array with sub-arrays alon ...

  7. python删除多列_numpy.delete删除列的方法

    这次给大家带来numpy.delete删除列的方法,numpy.delete删除列的注意事项有哪些,下面就是实战案例,一起来看一下. 基础介绍:numpy.delete numpy.delete(ar ...

  8. bootstrap3 文件上传插件fileinput中文说明文档

    file input插件功能如此强大,样式非常美观,并且支持上传文件预览,ajax同步或异步上传,拖曳文件上传等炫酷的功能,完全没有理由不去使用,但是国内很少能找到本插件完整的使用方法,于是本人去其官 ...

  9. 如何自动删除您的YouTube历史记录

    Google now offers a tool that automatically deletes your search and activity history from YouTube. B ...

最新文章

  1. 85JS原生:数组4种去重方法
  2. 23种设计模式之状态模式
  3. 从AWS到阿里云: 产品体系差异分析 | 凌云时刻
  4. java多线程写数据到数据库6_java多线程向数据库写入数据
  5. cnn程序流程图_GitHub - suqcnn/vue: vue源码逐行注释分析+40多m的vue源码程序流程图思维导图 (diff部分待后续更新)...
  6. centos7查看当前系统时间、_CentOS 7修改系统时间及硬件时间
  7. 机器学习项目实战(一) 鸢尾花
  8. GIMP小波分解处理照片
  9. mac系统我的世界服务器,我的世界Mac版怎么联机?
  10. uni-app使用阿里iconfont多色图标
  11. 我的世界服务器无限血,我的世界生物血量无限指令 | 手游网游页游攻略大全
  12. mac port更新卡住
  13. JSPServlet中request.getParameter() 和request.getAttribute() 区别
  14. 强化学习 11 —— REINFORCE 算法推导与 tensorflow2.0 代码实现
  15. Linux学习笔记二Shell教程
  16. 使用Matlab2019b生成音频插件(VSTPlugin)
  17. 6月19日第壹简报,星期日,农历五月廿一
  18. 备忘录app能否治愈拖延症?
  19. 【童年回忆】4399造梦西游3,卡无限4级强化石,卡无限任务,CE修改教程
  20. 研究员的三原色——记华先胜博士

热门文章

  1. 如何防止空链接,跳转到网页顶端
  2. [转载]CLR怎样实现虚方法的多态调用(2)
  3. Command ***/bin/ git fetch --tags --progress denied
  4. 线性代数及其应用(part1)--特征向量与特征值
  5. 机器学习中的数学知识(part2)
  6. 第三次学JAVA再学不好就吃翔(part31)--super关键字
  7. 机器学习第一篇:开篇
  8. Sklearn参数详解—SVM
  9. 如何在浏览器里开发并运行 SAP UI5 应用
  10. Web 应用客户端渲染和服务器端渲染的比较