SAP CRM WebClient UI和CRM Fiori应用里Opportunity的显示过滤逻辑

编程知识 更新时间:2023-04-29 03:49:21

In Fiori My Opportunities application, as mentioned by my previous mail, only those which fulfill the following three selection parameters will be displayed in the master list in Fiori.


For example, if I change the status of Opportunity “testJerry2” from “open” to “lost”:


However, it is still displayed in WebUI:


And in your MyAccount Fiori:

And in your Fiori Application, when you select “Opportunity”, there are two requests sent to backend:

HTTP请求1:https://:7080/sap/opu/odata/sap/CRM_BUPA_ODATA/AccountCollection(‘JERRYACOUN’)/Opportunities/$count?sap-client=001

Response: 8 – this count is used in #2 to get opportunity detail data:

HTTP请求2:

GET AccountCollection(‘JERRYACOUN’)/Opportunities?KaTeX parse error: Expected 'EOF', got '&' at position 7: skip=0&̲top=8& o r d e r b y = c l o s i n g D a t e orderby=closingDate%20desc& orderby=closingDateexpand=MainContact%2cMainContact%2fPhoto&sap-client=001&sap-client=001 HTTP/1.1

So if you would like to know why “We are never able to pull out any opportunities.” In customer system, you can debug the implementation of #1 to know why. ( Odata: CRM_BUPA_ODATA )

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

更多推荐

SAP CRM WebClient UI和CRM Fiori应用里Opportunity的显示过滤逻辑

本文发布于:2023-04-21 18:31:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/8fee1aec351e0c4cd020f2302bf6d362.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:逻辑   WebClient   CRM   SAP   Opportunity

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 93724文章数
  • 23778阅读数
  • 0评论数