change CRM task url
Dear all,
Do you how should be built the CRMoD Url to guide you on a new task record copying an existent task and specifying a different type for the new one?
What I have till now is this one:
"https://" + window.location.hostname + "/OnDemand/user/DefTaskNew?OMRET0=TaskDetail%3focTitle%3d%26ocEdit%3dY%26TaskDetailForm.Id%3d" + this.rowId + "%26OCTYPE%3dQuote%2520Clean%2520Up%26OMTGT%3dTaskDetailForm%26OMTHD%3dActivityDetailNav%26ocTitleField%3dDescription&TaskEditForm.Id=" + this.rowId + "&OCTYPE&OMTGT=TaskEditForm&OMTHD=ActivityPreCopyNav"
Thank you for any feedback.