我试图在Microsoft Dynamics 365 Ribbon Workbench上创建一个javascript函数,当我单击它时,它应该更新我的值。下面是我的代码,因为我已经被困了几天,它似乎不工作。如果按钮被单击,则更新属性。
function setAlert(primaryControl)
{
var formContext= primaryControl;
formContext.getControl("aa__numberofthings").getAttribute("aa__numberofthings").setValue("you cannot enter value");
}
formContext.getAttribute(arg).setValue(value)
formContext.getAttribute("aa__numberofthings").setValue("you cannot enter value");
SetValue