已有0人关注此标签
API平台使组织能够在ERP系统,CRM系统和其他系统之间同步数据并自动化事务,从而实现互联销售体验以提高销售效率。 81%的销售代表认为,跨越整个客户旅程建立互联的数据视图非常重要。但是,缺乏链接数据源的集成系统使许多企业望而却步。
Background of this Blog For several CRM projects in China which I am involved, I found the partner have chosen ABAP webdynpro when custom development is necessary.
如图,我使用OData服务创建Lead,如果请求正文payload只维护lead的名称, 会收到错误消息:Party Prospect Party missing, please entera party with role Account.::Account is missing. 同时,在SAP Cloud for Customer Business configuration的fine tuning里,也能看到Lead Account字段是必填的,没有办法改成optional: 本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。
Sent: Tuesday, July 22, 2014 11:30 AM Subject: RE: how to fill empty table How to resolve empty table issue in ERP: Run report SMOF_FILL_CRMATAB in CRM system: Mark checkbox “All objects”: 发现自己没有RFC的权限,可在debugger里跳过line 18~23的权限检查: 执行完之后table CRMATAB里就有值了。
CRM上我在WebUI里创建了一个opportunity: ID为37985,包含了1个product: 通过PI导到C4C: CRM system里的opp ID在C4C里存在external ID field里: https://blogs.sap.com/2017/10/24/replicate-crm-opportunity-to-sap-cloud-for-customer-using-pi-and-xif-adapter/ 本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。
From: Wang, Jerry Sent: Wednesday, May 23, 2012 6:42 PM Subject: regarding search help row in UI 我看了一下,当我们在UI上点add button增加新的search criteria之后,是framework做的处理把新的row render出来,application本身不需要任何实现。
我们在product overview page里能看到很多的assignment block。但是runtime的时候真正显示出来的内容只是configuration里面看到内容的一个子集。 Product category能够assign很多settype和relationship,每个settype和relationship都对应一个UI view. runtime的时候,我们会根据product category找到上面assign的settype和relationship,再把对应的UI以assignment block的形式显示出来。