Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the filter of SAP C4C OData service and how client-side paging and sorting are used?

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

SAP C4C OData service filter and client paging and sorting is what is used, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can get something.

Suppose there is already a lot of Lead historical data in the system, and we have created a lot of new Lead data in our ongoing project of integrating WeChat Mini Programs and C4C. How to distinguish the new Lead data created by calling the OData service in WeChat Mini Programs from the old historical data?

(1) in the C4C Sales Lead page, use the Source field to indicate the source of the Lead.

For the AI Card project, all Lead is created by WeChat Mini Programs, so when calling OData API, SourceCode is specified as the code name of "Wechat Social Channel": Z01

In this way, during the read operation, using the $filter=SourceCode eq 'Z01' operation, you can retrieve all the lead of the system whose SourceCode is Z01. Using $inlinecount=allpages, you can return the total number of Lead with a SourceCode of Z01.

The final url is as follows:

$filter=SourceCode eq'& $orderby=CreatedOn desc&$skip=40&$top=20

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report