Dynamics我的以下函数在表单中触发时遇到以下错误。ReferenceError:未定义 heightStartfunction 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 资源文件处理程序映射传入的值。
添加回答
举报
0/150
提交
取消