Answered by:
url parameters for new phone call activity

Question
-
Hi,
I was hoping somebody would know what url parameters can be passed into the new phone call activity page (ie. http://server/organisation/activities/phone/edit.aspx), on the screen i was hoping to populate the phone number field as i already have this from a CTI client.
Many thanks,
MattFriday, August 21, 2009 10:52 AM
Answers
-
Hi,
Unfortunately it doesn't work for activity entities !
There is a note over there in sdk for URL Addressable Forms and Views
Note This technique currently works for all entities except Activity entities.
Regards,
Nishant Rana
http://nishantrana.wordpress.com- Proposed as answer by ckeller Friday, August 21, 2009 11:09 AM
- Marked as answer by matt.ridgway Friday, August 21, 2009 11:13 AM
Friday, August 21, 2009 11:07 AM
All replies
-
Hi,
see http://msdn.microsoft.com/en-us/library/cc150850.aspx at Passing parameters to set values to new records
The attribute which you have to set is phonenumber- Proposed as answer by ckeller Friday, August 21, 2009 11:06 AM
Friday, August 21, 2009 10:59 AM -
thank you - although i have tried -
http://dev01/myOrg/activities/phone/edit.aspx?phonenumber=01234567890
however the field does not populate correctly. I do not get an error which is why i was thinking the attribute name cannot be wrong, just perhaps wrong for the display field.- Edited by matt.ridgway Friday, August 21, 2009 11:08 AM
Friday, August 21, 2009 11:01 AM -
Hi,
Unfortunately it doesn't work for activity entities !
There is a note over there in sdk for URL Addressable Forms and Views
Note This technique currently works for all entities except Activity entities.
Regards,
Nishant Rana
http://nishantrana.wordpress.com- Proposed as answer by ckeller Friday, August 21, 2009 11:09 AM
- Marked as answer by matt.ridgway Friday, August 21, 2009 11:13 AM
Friday, August 21, 2009 11:07 AM -
Sorry, I missed that.
You are right NishantFriday, August 21, 2009 11:09 AM -
Hi, Matt.
Check this url .
Allow to use custom query string and in onload event handler read request string and fill in your fields.
Truth is opened the prepared mind My blog - http://a33ik.blogspot.comFriday, August 21, 2009 11:13 AMModerator -
damn, thank you both.Friday, August 21, 2009 11:14 AM
-
Hi,
That note is very likely to be missed over there :)
And at least you gave some idea regarding that !!
Regards,
Nishant Rana
http://nishantrana.wordpress.comFriday, August 21, 2009 11:15 AM