Now we can check the attribute formats in CRM java script.
To do this you just need to use the function “getFormat”. This function returns a string value that represents formatting options for the attribute. You can refer the below code to check the format of different types of attributes.
function GetFormatOfAttributes() {
var attributeFormat;
try {
//Get the format of String
attributeFormat = Xrm.Page.getAttribute...(read more)
↧