2015年2月12日 星期四

CRM 2011 Get the value from a field in JavaScript

CRM 2011 Get the value from a field in JavaScript

JavaScript:
function OnLoad()
{
   var crmFieldValue = Xrm.Page.getAttribute("FieldSchemaName").getValue();
}

沒有留言:

張貼留言