Hi guys, i want to get value of field at other entity form at dynamics portal. What should i do?
I try this code :
$(document).ready(function(){
//show alert message
//alert("Hello word !");
//set the topic field
//var email = $("#EMailAdress1").attr();
//$("#email").val("email);
//$("#topic").val("hey");
$("#email").val($('#EMailAddress1).val());
});
But it doesn't work. Anybody can help me?
*This post is locked for comments
I have the same question (0)