SAPC4C的自开发UI可以放到EmbeddedComponent里去,如下图所示,在CloudApplicationStudio里创建一个新的EmbeddedComponent: 我在这个自开发页面里就放了一个inputfield: 如果想把包含了这个inputfield的EmbeddedComponent放到SalesLead的TI页面去,UIdesigner里切换到Extensibilityexplorer,选中想要把EC放置到的目标区域,点击按钮:AddEmbeddedComponenttoPane: 弹出对话框,在EmbeddedComponent字段里,选择我们刚刚创建的EC: EmbeddedComponent必须提前创建好Inport,这个例子里我创建的Inport取名fromLead,有一个输入参数ObjectID 左边的Source区域,Outport选择PublicOutportECLeadProduct,参数选择SalesLeadID,点击Bind进行绑定。这样TI页面的LeadID的值就能传递到EmbeddedComponent里了: 生成的changetransaction如下: 要获取更多Jerry的原创文章,请关注公众号汪子熙: