测试
发布时间:2019-04-13 22:30:27
if ( logic expression = true ) then display the UI element else hide the UI elementendif 用一句话概括:在rule里将某个UI元素设为隐藏之后,UI5对应的渲染程序就会直接将其忽略——不会进入下图第78行的IF渲染分支里。.........【阅读全文】
发布时间:2019-04-13 17:50:44
如何查看某个用户分配的组织单元ID:在Employee的Organization Data区域内看到分配的组织名称,如下图红色下划线所示:现在的需求就是使用ABSL获取当前登录用户分配的Organization Unit信息,例如用WANGJERRY37登录,则取出下图显示的Department name PMLS: impor.........【阅读全文】
发布时间:2019-04-13 14:57:46
UI5使用Association和Aggregation描述控件之间的关系。When a ManagedObject is destroyed, all aggregated objects are destroyed as well and the object itself is removed from its parent. That is, aggregations won't contain destroyed objects or null/undefined.Managed.........【阅读全文】
发布时间:2019-04-12 18:39:40
基于Manage Tickets这个标准的Communication Scenario创建一个Communication Arrangement:因为我是在当前C4C系统上的ABSL里调用当前C4C系统提供的Web Service,所以Communication System选择Local:当然这个Local的communication system也是需要在这个地方自己创建一个的:将该Arrang.........【阅读全文】