Cloud for Customer Sales Lead明细页面视图的UI模型
工作中心:Sales
工作中心视图:Sales Lead

Note字段绑定的BO模型:

/Root/Notes/NoteText

SalesLead的明细页面的UI模型路径:COD_MarketingLead.TI.uicomponent
名字是MarketingLead:



/Root/Notes/NoteText->http://sap.com/xi/AP/CRM/Global->Root-.TextCollection-.Text-.TextContent-~Text-~content
注意,这里基于的BO名称为Lead,不是LeanLead!!!

在SAP Cloud for Customer的Cloud Application Studio里,在Mashups and Web Services的新建菜单里,创建一个HTML Mashup:

portbinding决定了创建的mashup可以被插入到哪些Cloud for Customer标准页面去:

我的port binding选择additional Account information,这意味着该html mashup可以插入到Account TI页面去:

Input Parameter里,可以选择将SAP提供的一些输入参数,传入到html mashup里使用:

HTML code editor里,指定HTML mashup具体的html代码实现:

创建一个新的embedded component,将之前创建的HTML mashup拖拽到embedded component里:


UI Designer打开Account TI的UI component:

点击按钮:Add view with embedded component:

选择包含了HTML Mashup的embedded component:

点击Apply按钮:

使用Extensibility explorer将mashup插入到Account TI页面上,生成一个change Transaction:

保存之后,在Account TI页面里,看到mashupTest这个新的tab,点击之后:

就看到了之前HTML mashup的内容:

打开SAP Cloud for Customer的Cloud Application Studio,在Mashups and Web Services里创建一个新的URL Mashup:

C4C的URL Mashup和HTML Mashup都需要在admin mode(管理员模式)下进行,因此需要先enable admin mode.

对于URL mashup来说,如果不需要参数传递,直接选择without port binding,mashup category选择Business & Finance:


此处维护该url mashup对应的url,我维护成https://www.sap.com:

在Account TI页面的Overview标签页里,进入adaptation模式,点击Add->Add Mashup:

在Mashup选择列表里,选择刚刚创建的Url Mashup:

插入之后,在Account TI页面会看到一个外观为超链接的新字段,该字段就是url mashup的外在表现,点击之后,就弹出一个新的页面,打开了https://www.sap.com:

- 点赞
- 收藏
- 关注作者
评论(0)