关于事务码SEGW里节点字段的属性说明
Sent: Monday, December 29, 2014 3:14 PM
Subject: regarding Sortable and Filterable flag for OpportunityNotes
我們新增的諸如TextObjectID,TextObject description等字段在設計時也要考慮是否支持Sort, filter.下面是印度同事為OpportunityNotes的Creator和CreatedAt維護的sortable和Filterable:
目前對于后臺返回的note,只支持按照CreatedAt降序排序,不支持按照creator sort,所以上述的設置是有問題的。
試圖按照creator排序報錯: https://jerry:4080/sap/opu/odata/sap/CRM_OPPORTUNITY/Opportunities(guid’3440B5B1-73AE-1ED4-A3E4-395AE611C6A1’)?KaTeX parse error: Expected 'EOF', got '&' at position 13: expand=Notes&?orderby=Creator&sap-client=001
按照createdAt降序排序:( works ) https://jerry4080/sap/opu/odata/sap/CRM_OPPORTUNITY/Opportunities(guid’3440B5B1-73AE-1ED4-A3E4-395AE611C6A1’)?$expand=Notes& $orderby=CreatedAt desc&sap-client=001
按照createdAt升序排序:https://jerry:4080/sap/opu/odata/sap/CRM_OPPORTUNITY/Opportunities(guid’3440B5B1-73AE-1ED4-A3E4-395AE611C6A1’)?$expand=Notes& $orderby=CreatedAt asc&sap-client=001
結果和createdAt降序排序的結果完全相同。
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
總結
以上是生活随笔為你收集整理的关于事务码SEGW里节点字段的属性说明的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 华为p30pro如何设置24小时制
- 下一篇: 关于如何根据UI的版本把Tab切换成新的