Changes to out of the box Querystring Param Names

While upgradation from MSCRM 3.0 to 4.0, one of the common error we find is the changes in the names of the query string params.
In MSCRM 3.0, the name of the query string for id of the record is "oId" and for typename it is "oTypeName". Where as in MSCRM 4.0, the name of the query string for id of the record is "Id" and for type name it is "TypeName".

"oId" in MSCRM 3.0 is changed to "Id" in MSCRM 4.0.
"oTypename" in MSCRM 3.0 is chnaged to "Typename" in MSCRM 4.0.

All the custom code. which reads these query strings might require a changes to query string param names. 

Comments

Popular posts from this blog

The famous Vanilla story --

Convert fetchXML to SQL Query in MSCRM 4.0

Grid Refresh Failed.