CRM_URL is not working for CRM 2011 Activities

Önerilen Yanıt CRM_URL is not working for CRM 2011 Activities

  • 21 Mayıs 2012 Pazartesi 07:03
     
     

    Dear All,

    In CRM 4.0 below query working fine ...

    =Parameters!CRM_URL.Value & "?ID={"& Fields!activityid.Value.ToString() &"}&OTC="&Fields!activitytypecode.Value.ToString() 

    but in CRM 2011 it's not working for activities... when i clicked URL "Subject" on report.. the record page appointment is trying to opening n closing window immediately.

    could any body please help !


    Hari Krishna G

Tüm Yanıtlar

  • 30 Mayıs 2012 Çarşamba 10:49
     
     Önerilen Yanıt Kod İçerir

    Hi Hari

    Microsoft has changes the format of the URL navigation to the following:

    = Parameters!CRM_URL.Value & "?ID={"& GUID &"}&LogicalName=entity logical name"
    

    For example:

    = Parameters!CRM_URL.Value & "?ID={"&Fields!Opportunityid.Value.ToString()&"}&LogicalName=opportunity"



    • Yanıt Olarak Öneren F.Kuyler 30 Mayıs 2012 Çarşamba 10:49
    •