Tuesday, May 20, 2014

How to set the value of Boolean attribute in MS CRM 2013

Xrm.Page.getAttribute("alb_trigger").setValue(true);

OR


Xrm.Page.getAttribute("alb_trigger").setValue(1);

1 comment:

Linn Zaw Win said...

Xrm.Page.getAttribute("alb_trigger").setValue(true);

Would be better which can help those who maintain the code to clearly understand that the attribute is two option attribute

Split the String values with a special character in MS Flow to convert this into Array

 Many times we have a requirement to prepare the Mailing address for some of the documents, suppose there are Address Line1, Address Line2, ...