前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP CRM WebClient UI和CRM Fiori应用里Opportunity的显示过滤逻辑

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

作者头像
Jerry Wang
发布2019-05-31 15:59:29
3770
发布2019-05-31 15:59:29
举报

版权声明:本文为博主汪子熙原创文章,未经博主允许不得转载。 https://cloud.tencent.com/developer/article/1440119

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&orderby=closingDateorderby=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 )

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018年11月25日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档