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.
从选项集中删除选项很容易。
var control = Xrm.Page.ui.controls.get("casetypecode"); control.removeOption(1);
但是,当您尝试从主题字段中删除主题时,它不起作用。
这是类型:
这是展开后的样子:
有人可以帮忙吗?
我只是不认为这removeOption将适用于主题字段,它不是选项集字段 - 根据您的图像,它被列为查找。
removeOption
鉴于该主题是一个特殊领域,我不确定您可以选择哪些选项。如果它的行为类似于普通查找,您可能可以使用查找功能来过滤视图。
查找控制方法