我继承了一些为 CRM 4 编写的 JScript。
我正在尝试删除特定于 IE 和已弃用的位。
我遇到过这个:
document.FilterLookup = function (source, target) {
if (IsNull(source) || IsNull(target)) { return; }
var name = IsNull(source.getValue()) ? '' : source.getValue()[0].name;
target.additionalparams = 'search=' + name;
}
自定义代码验证工具抱怨“.additionalparams”。
我用谷歌搜索了很多,但什至无法弄清楚 .additionalparams 在做什么,更不用说我可以用它来代替它了。
我希望你这样做。