Dynamics我的以下函数在表单中触发时遇到以下错误。
ReferenceError:未定义 heightStart
function Start(type) {
debugger;
alert("Start | type: " + type);
if (type == "heightStart") {
var height = Xrm.Page.getAttribute("ccc_heightincmstart").getValue();
if (height != null && height != "") {
GetChildInfo(height, type);
}
else {
Xrm.Page.getAttribute("ccc_heightpercentilestart").setValue("");
}
}
}
我可以知道如何解决此错误吗?
type是通过 Web 资源文件处理程序映射传入的值。
月关宝盒
慕森王
翻过高山走不出你
相关分类