MS CRM EXPERTS
Tuesday, 22 May 2012
If the field is null, se the field value to 1000 (JavaScript)
if (Xrm.Page.getAttribute("currentnumber").getValue() == null)
{
Xrm.Page.getAttribute("currentnumber").getValue()=1000;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment