I am working on a HTML page which is displaying a list of Activities and when I select any one of them it opens Activity in separate window.
Its working good for OOB entities.
for eg Email Activity URL : http://awd-izz-g-crm02/lp/main.aspx?etn=email&pagetype=entityrecord&extraqs=partyid%3D{id}%26partyname%3D{name}%26partytype%3D{type}%26pId%3D{id}%26pName%3D{name}%26pType%3D{type}
Regarding and To field auto populating by passing pId,pName,pType & partyId,partyName,partyType in url
But in case of custom activities I am not able to populate To field by passing pId,pName,pType & partyId,partyName,partyType in url.
Other ways :
* pass customer parameters in url and write jScript to read and fill fields on load custom activity form.
* XRM OpenForm()
Please don't advise these ways because these are not useful in my case as this HTML is in external application and i am creating a generic solution to open activities for multiple CRM orgs.
Can anyone help me which parameter need to pass in url to populate To field in case of custom activities?
*This post is locked for comments