About a year ago I wrote small article how to open new activity form with Regarding field prefilled. This week I had a similar task but this time I had to write a JavaScript that will open email form with To field prefilled. So here is the script that you can use: function OpenEmail(recordid, recordtypecode) { var params = "pId=" + recordid + "&pName=&pType=" + recordtypecode; params += "&partyid=" + recordid + "&partyname=&partytype=" ...(read more)
↧