2015年2月12日 星期四

CRM 2011 Set the value of a field in JavaScript

CRM 2011 Set the value of a field in JavaScript

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

沒有留言:

張貼留言