hi
I have a date field I want to use across many forms and I do a date check off number of days
and I check multiple fields on the date form
I created a javscript to do the date check and I want to know if you can pass the field name as a parameter and then use get value as you see below
var datefield = Xrm.Page.getAttribute(attributename).getValue();
I pass the attribute name which is the one of many names of the fields on the form
so I want to know if I can pass a field name and get the value of it dynamically rather then explicitly call the field in the phone
*This post is locked for comments
I have the same question (0)