2015年2月12日 星期四

CRM 2011 Set the value of a field in JavaScript

CRM 2011 Set the value of a field in JavaScript

JavaScript:
function OnLoad()
{
   Xrm.Page.getAttribute("FieldSchemaName").setValue("Value");
}

沒有留言:

張貼留言