0

我试图限制实体列表中关于任务实体中的对象查找。document.getElementById('regardingobjectid").getAttribute("lookuptypenames") 在 2015 年返回 null,而在 crm 2011 中它工作正常。有没有办法在 crm 2015 中获取多实体查找中列出的所有实体?

4

2 回答 2

1

尝试使用

document.getElementById("regardingobjectid_i").getAttribute("lookuptypenames")
于 2015-04-07T09:56:02.603 回答
0
document.getElementById("customerid").setAttribute("lookuptypes", "1");

将限制客户Account

于 2019-06-28T09:02:33.903 回答