reporting services - SSRS report in CRM 'try again' issue -


i have ssrs report hyperlinks in. when add report in crm runs fine, , able click on hyperlinks. should happen takes related record.. crm error box comes options 'try again' or cancel. if click 'try again', works fine , takes record. have declared following expression in placeholder properties;

=iif(isnothing(fields!myentityid.value), nothing, string.format    (system.globalization.cultureinfo.invariantculture, "{0}?id={1}&logicalname={2}", parameters!    crm_url.value, fields!myentityid.value, "myentity")) 

does know reason bizarre behaviour?

your url format should similar link below:

http://myorg.crm.dynamics.com/main.aspx?etn=contact&pagetype=entityrecord&id=%7b91330924-802a-4b0d-a900-34fd9d790829%7d

also, verify content of crm_url, may contain full reporting server path, not http://myorg.crm.dynamics.com


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -