Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用对象下拉组件我想更改查询并显示新的项目列表。一旦创建了组件,这可能吗? http://developer.rallydev.com/help/object-dropdown
最好的方法是销毁下拉菜单并重新创建它。只有少数 AppSDK 1.0 组件可以重新加载自己的数据。
新 App SDK 2.0 中的 ComboBoxes 可以通过再次调用其底层存储的 load 来刷新(传递新的过滤器、上下文等)