Hi All,
How to convert text box as link button in MS CRM 2013,using JS.
I have 4.0 code
var caption = crmForm.all.new_name.DataValue;
crmForm.all.new_button.DataValue = "Click here!";
Hi All,
How to convert text box as link button in MS CRM 2013,using JS.
I have 4.0 code
var caption = crmForm.all.new_name.DataValue;
crmForm.all.new_button.DataValue = "Click here!";