Hi All,
Can anyone tell me how can i set the value on a lookup field using javascript in CRM portal form. I have tried using the following script :
$("arrtibute_id").val("attribute_GUID");
$("#attribute_entityname").val("entity_name");
but it didn't work for me can anyone suggest? Thanks in advance.
*This post is locked for comments