我无法获取集合类型的BusinessPartners
属性的数据。
在EntitySet中,BusinessPartners
是集合类型的BPAddresses
属性,我想在<Table>
控件中显示该集合的所有地址,但是控制台给我以下错误< / p>
无法获取以下内容的上下文 / destinations / ****** / BusinessPartners('1022')/通过以下方式联系员工 起始索引0和长度100-TypeError:无法读取属性 未定义的“长度”
属性
<Property Name="BPAddresses" Type="Collection(SAPB1.BPAddress)"/>
请求有效并显示联系人
https://*******/BusinessPartners('C000001')/ContactEmployees?$orderby=CardCode&$skip=0&$top=100
查看
<Table items = "{ path: 'ContactEmployees',
sorter: { path: 'CardCode' }
} ">