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:
also, verify content of crm_url, may contain full reporting server path, not http://myorg.crm.dynamics.com
Comments
Post a Comment