Is there a way to refresh the list in an object dropdown using new query conditions ?

做~自己de王妃 提交于 2019-12-10 23:47:17

问题


Using the object dropdown component I want to change the query and display a new list of items. Is that possible once the component has been created ? http://developer.rallydev.com/help/object-dropdown


回答1:


The best way to do this is to destroy the dropdown and recreate it again. Only a few of the AppSDK 1.0 components can reload their own data.




回答2:


The ComboBoxes in the new App SDK 2.0 can be refreshed by calling load on its underlying store again (passing new filters, context, etc.)



来源:https://stackoverflow.com/questions/10464699/is-there-a-way-to-refresh-the-list-in-an-object-dropdown-using-new-query-conditi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!