September 2011
Intermediate to advanced
1008 pages
24h 27m
English
Microsoft Dynamics CRM uses query string parameters to set values on pages. A query string is a set of variables and variable values appended to the URL. A sample URL follows:
http://crm2011/Webfortis/ContactPictures/Default.aspx?type=2&typename=contact&id={3053F877-B9B4-DC11-9DC0-0003FF8924BE}&orgname=Webfortis&userlcid=1033&orglcid=1033
Everything after the .aspx? is the query string.
These are the query string parameters:
• type—Parameter that passes the entity code identifier. It is an integer value where 2 equals the Contact entity. For all the out of the box entities type codes, see Table 28.1.
Table 28.1 Entities Type Code
• typename—The schema name of the entity, such as Contact.
• id—The unique identifier of ...