Dynamics CRM usage of CRMAF_ filters in sub reports

Have a main SSRS report which uses CRM pre filtering via the "CRMAF_" prefix, this report calls a sub report which needs to use the same pre filtering as selected and applied via the main report.
The sub report is a summary total presenting the information in a different order than the main report but needs to run over the same dataset that the main report did.
Would like to see a worked example of how this can be achieved ? 

I'm thinking I may just have to go with two seperate reports that both use the same CRMAF pre filtering.
The advantage of using the automatic pre-filtering is when the report is deployed I assign the related record type and can then run it over 'selected records' from the list screen.
With the explicit pre-filtering when the report is deployed I can assign the related record type but then it can only be run over 'all records' from the list screen.
So with explicit pre filtering I loose the ability to run the report over a selected subset of the related records.
Looks easier to create two seperate reports (rather than a main and a subreport), the user can choose the records to report on from the related list and then just run the two reports after each other.
Thanks for your help guys.
Jon Rowbotham

Similar Messages

  • Options for integrating Tickets between Dynamics CRM 2011 and Service Manager 2012 ?

    Any suggestions on the integration of Dynamics CRM 2011 and System Center Service Manager 2012 ?
    I am looking for side-by-side integration like this:
    1. A ticket in CRM is entered I want it to be entered in Service Manager.
    2. Once a ticket is updated in SM we'd like that reflected in CRM. 
    3. If ticket is updated in CRM should be reflected in SM.
    [Tickets originating in SM moved to CRM is not a requirement.]
    Please suggest some guidance around this topic :)
    -Nikita Polyakov

    Nikita,
    I'm currently in the process of integrating CRM with Service Manager. I'm actually using Anton his approach, using Orchestrator 2012 runbooks.
    Basicly I am creating a runbook that queries the database of CRM (via the filtered views) and with that data I am creating objects in Service Manager (via the Service Manager integration pack)
    - Dennis | Netherlands | Blog |
    Twitter

  • Dynamics CRM 2015 Install requires Active Directory on VM Windows 2012 R2 Server

    Hello,
    I'm trying to install Dynamics CRM 2015 on a standalone VM not connected to a domain (it's running under WIndows 8.1 Professional). The VM was configured using WIndows Server 2012 R2. I'm getting an error message shortly into the install process stating
    it needs to access Active Directory.
    How can I get around this issue - I just want to Install this CRM on the VM without getting into complicate network/AD issues.
    Can you please advise ?
    SO many thanks,
    John

    CRM requires AD no way around that so the most likely solution is to install it on that server or on a VM not connected to your other networks
    Jason Lattimer
    My Blog -  Follow me on Twitter -  LinkedIn

  • How Can I use Microsoft Dynamics CRM to SharePoint

    I did the integration of CRM with SharePoint, but I would to know if I need buy a license to this product, because i bought SharePoint Server, or is sufficient with the integration about the file list.wsp 
    Thans.

    Dynamics CRM is a separate server license and separate User CALs. Yes, you do need to purchase it completely separately.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • ECC 6.0 integration with Microsoft Dynamics CRM

    Hi All
    I am working on a ECC 6.0 integration with Microsoft Dynamics CRM. I need to send the customer master data, va01/va02, vl01n/vl02n/ vf01/vf02 to CRM system. One option I have is to send in the form of IDOC with TRFC - TCP/IP. But looks like this needs a middleware like Biztalk.
    Is there a way I can send this data using a Internet service in ECC 6.0 ??? As this would cut the cost of the Biztalk.
    I really appriciate your thoughts on this. We don't have XI either.
    Thanks a lot
    Van

    HI Van Dan Jan,
    We have just implemented integarion of SAP with Microsoft stack (Microsoft CRM, Share point and Axapta), But in all integration BizTalk as a middleware used.
    There is two way requirements :
    1. whenever Most of the control are at the Microsoft level like : Customer creation, Creation of orders, which need to be synchronus activity we have used RFC which internally calls BAPI. (So SAP adapter Configured at BizTalk). and whenever Biztalk receives request file from CRM or share point to there location they call SAP RFC's.
    2. When DATA is needed from SAP to microsoft stack like to syncronize the missing transaction like customer pad and all.
    Scheduled job at BizTalk end which call SAP to get the DATA via RFC mode :
    In SAP we have two things
    1.  if DATA size is small (below 2 MB) like  in last 1 hrs what are the sales contract created in SAP that need to updated in Microsoft other system than Biztalk will trigger a job at 1 hr interval or on deemand to get the detail which directly we pick from data base or using BAPI to get the detail via RFC.
    2. If Data Size is large (more than 2 MB)  like total transation happened in a day for all customers: then we wriiting the data in OS or application server  and that job also get initiated from Biztalk end by sending any parameter to SAP.
    advantage of using BizTalk is most of the control you can give it to them so they can run there job on deemand basis.
    There is a something known as web service we can use to avoid Interfacing tool, but I dont have much Idea about that,
    and  please check how many interfacing point is there with SAP in your project, because if Interfacing points are more then I think it is not good to write a web services for so many things.
    do let me know if you need further information.

  • ECC 6.0 integration with MS Dynamics CRM 2011 on-demand thru PI

    Hi Gurus,
    sorry in advance if some of my doubts will appear to you experts as stupid....
    Scenario: we're on the way to realize the integration between SAP ECC and Microsoft Dynamics CRM Online (so...in the cloud) using SAP PI 7.11. In our scenario SAP PI will be the client, consuming webservices provided by MS CRM.
    Unfortunately during the PI configuration (following SAP HELP instructions) we're facing the following problems:
    1. The system (PI, dual-stack installation) has the parameter 'ssl/pse_provider' set to 'ABAP'. Considering that we would like to use SSL with SOAP adapter, questions are: 
      - Can we use the ABAP stack to maintain the PSEs, or it's mandatory to do it into the AS Java in order to use SSL with SOAP adapter.
    - If so, we need to switch the ssl/pse_provider parameter to JAVA. Could this change create some kind of problems?
      For information, currently in transaction STRUST we only have a Local node, neither Server nor Client nodes.
    2. We have already installed the SAP Cryptographic Library for SSL but: 
      - In NWA we can't find ICM_SSL_<instance_ID> view or CLIENT_ICM_SSL_<instance_ID> keystore view into the list of Keystore Views.
      - We would like to change the default Profile into RZ10 but we Can't find the profile... 
      - MS CRM (ws server) give us only a public certificate but do we need a private key too or we have to generate it from SAP?
      - We need to know if is possible to use the MS 'LIVEID' authentication with SAP PI or SAP ECC.
      - Do we need additional modules for the SOAP adapter(maybe an Axis one in order to use soap protocol 1.2)?
    Could you please suggest the right configuration and give us some tips about this kind of integration?
    Thanks a lot,
    MR

    Hi Mauro,
    Looking at your background I thought maybe you could help me out wit this integration question.
    I'm looking for some feedback on how best to integrate Microsoft Dynamics AX (DAX) with SAP CRM. We have a PI server.
    From reading on the net, I see many people are using a middleware product called Scribe or BizzTalk. We already made an investment with SAP PI and we'd like to use it.
    Do you have any references for Microsoft DAX integration with SAP CRM via SAP PI/ XI?
    Thanks in advance!

  • Error while uploading report in Microsoft Dynamics CRM Online

    I have created a report using fetch-xml query for Microsoft Dynamics CRM Online. In this field, I have created a custom enity which has "Last Accessed Date Time" field of type "DateTime". This field stores the value in GTM. I am retrieving
    the value of this field using fetch-xml query. Also, I want to calculate the difference between the current DateTime and the value (in the locale and not in GMT) of this field in "Hours Minutes Seconds" format. I
    have written an expression for the same in reportas follows.
    (IIF(((INT((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), DateTimeKind.Utc).ToLocalTime(), DateTime.Now))/60))>60), INT(((((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value),
    DateTimeKind.Utc).ToLocalTime(), DateTime.Now)))/60)) / 60), 0))
    & "Hours"&
    (IIF(((INT((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), DateTimeKind.Utc).ToLocalTime(), DateTime.Now))/60))>60), INT((((DateDiff(DateInterval.Second,DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value),
    DateTimeKind.Utc).ToLocalTime(), DateTime.Now)))/60) Mod 60), INT((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), DateTimeKind.Utc).ToLocalTime(), DateTime.Now))/60)))
    & "Minutes" &
    ((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), 
    DateTimeKind.Utc).ToLocalTime(), DateTime.Now)) Mod 60)
    & "Seconds"
    This works fine in visual studio. But, when tried to upload the same report in CRM Online organization, it gives the following error.
    Any idea how to solve this issue?

    I have found the following useful link-
    - support.microsoft.com/.../en-us
    The error occurred because I have used some functions("Int", "DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), DateTimeKind.Utc).ToLocalTime()") in my ssrs report which are not supported by CRM Online., though
    it works fine in visual studio.

  • When should we go for PreOperation in dynamics crm plugin

    i registered more plugin on Post operation.create,update,retrieve,retrievemultiple.Now when should i go for Pre-Operation plugin 
    Tell some Some scenarious for this Pre-Operation Stage?
    hsk srinivas

    I believe difference is obvious. Pre plugin is called before information is stored in CRM DB. Post plugin is called after. Recheck following description -
    http://msdn.microsoft.com/en-us/library/gg327941.aspx
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • No Microsoft Dynamics CRM User Exists

    Hi
    We are in the process of deploying UPK 3.5.1 to a number of users in the business. Once they have entered the library location in the Profile Wizard and click next they receive the following Server Error message.
    "No Microsoft Dynamics CRM User exists with the specified domain name and user ID."
    Can you advise.
    Pip

    Hi RossArn
    Please follow following blog written by me and I hope your problem will be resolved:
    http://social.technet.microsoft.com/wiki/contents/articles/29628.ms-crm-administration-disable-users-with-best-practices.aspx
    Ali Hassan

  • Dynamics CRM 2015 : Email editor

    Dear all,
    Can anyone confirm if the email editor comes with the Dynamics CRM 2015 On-premise version and Online version?
    I have many reviews saying that we have email editor in the Dynamics CRM 2015 version but I am unable to find it.
    Any help/ guide would be greatly appreciated.
    Many Thanks & Regards
    Vinay

    Hello Vinay,
    The emal editor is only available with MDM (Microsoft Marketing). Check this out for reference.
    https://community.dynamics.com/crm/f/117/t/151513.aspx
    Regards
    Abhishek
    Abhishek Bakshi

  • JavaScript files are not being updated while updating managed solution over Dynamics CRM Online

    Hi Support,
    While I am updating a managed solution over Dynamics CRM 2013 Online, JavaScript files are not being updated and is showing the source as of the last version of the managed solution. 
    I tried the same versions of solution on my CRM 2013 on-premise install (test organization) and it updated successfully.
    This is a bit urgent issue. Please suggest how to resolve this.
    Online version of the CRM is
    Microsoft Dynamics® CRM Online Spring '14
    (6.1.1.1855) (DB 6.1.1.1847)
    blog: <a href="http://technologynotesforyou.wordpress.com">http://technologynotesforyou.wordpress.com</a> | skype: ali.net.pk

    Our technical team managed to find the immediate cause for the problem, and a solution.
    According to them there was a corruption on a speciffic OLAP file. By deleting it, they allowed it to be recreated on the next application processing. The file in question was found in \Microsoft SQL Server\MSSQL.2\OLAP\Data\UGF.0.db\<APPLICATION>.38.cub.xml
    Where <APPLICATION> is the name of the problematic cube.
    After that everything is working.

  • How to improve performance for bulk data load in Dynamics CRM 2013 Online

    Hi all,
    We need to bulk update (or create) contacts into Dynamics CRM 2013 online every night due to data updated from another external data source.  The data size is around 100,000 and the data loading duration was around 6 hours.
    We are already using ExecuteMultiple web services to handle the integration, however, the 6 hours integraton duration is still not acceptable and we are seeking for any advise for further improvement. 
    Any help is highly appreciated.  Many thanks.
    Gary

    I think Andrii's referring to running multiple threads in parallel (see
    http://www.mscrmuk.blogspot.co.uk/2012/02/data-migration-performance-to-crm.html - it's a bit dated, but should still be relevant).
    Microsoft do have some throttling limits applied in Crm Online, and it is worth contacting them to see if you can get those raised.
    100 000 records per night seems a large number. Are all these records new or updated records, or are there some that are unchanged, in which case you could filter them out before uploading ? Or are there useful ways to summarise the data before loading
    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk

  • Fetch-Xml based report (to count User Access in the last 6 months ) for Microsoft Dynamics CRM Online

    Hi,
    I have created a User Access report for CRM on-premise using SQl query in the following format. One row corresponds to one user in organization. Currently, I am using Microsoft Dynamics CRM Online trial version and have two users in my organization.
    I want to the same report for CRM Online environment. Only Fetch-Xml based custom reports are supported by CRM online environment hence this SQL query cannot be used.
    I have already written fetch-xml query to retrieve user access records ("audit" entity records) in "last-x-months" (where x = 1,2,3,4,5,6) as below.
    I am able to retrieve the records with "last-x-months" condition at a time, for example, the last-2-months  in my fetch-xml query only.
    For, example, when I retrieve the records in the last-2-months, it also includes the records in the last month. I want to count the records in the 2nd month only that is the difference between these two. The difference will be my 2nd column.
    Similarly, I want the other columns.  
    For the case in the above example, I have created the two separate datasets to get the record-count for the last month and last-2-months. But, I am not able to use the two datasets in the same table in my report and hence not able to calculate the difference.
    Is there any way to solve this problem?

    Hi,
    I have modified my Fetch-XML query to retrieve all the required User Access records and removed aggregation and counting and grouping from the query as well. Did grouping and counting in SSRS. Now the report works fine as shown in the above picture.

  • How to buid integration with Dynamics CRM Online

    I have SQL Server 2014 OnPremise. How to use SSIS to fetch data automatically to Data Warehouse from Dynamics CRM Online?
    Kenny_I

    The easiest would be probably to use a commercial component, CozyRoc must do: http://www.cozyroc.com/ssis/dynamics-crm-connection
    Otherwise I can direct you to a blog post http://blogs.msdn.com/b/crm/archive/2008/05/07/integrating-crm-using-sql-integration-services-ssis.aspx which is quite updated.
    I remember somebody else who wanted to connect to MS Dynamics and he used http://www.kingswaysoft.com/products/ssis-integration-toolkit-for-microsoft-dynamics-crm solely.
    Arthur My Blog

  • Linkedin for Dynamics CRM - several Premium accounts necessary?

    Hi, 
    We have integrated the Linkedin Plugin to our Dynamics CRM 2013 for our company. The installation is ok, however we can have access to Lindekin interesting functionnalities only if we have a premium account.
    Can the company have just one premium account in order to give their employees access or is it obligatory for each employee concerned to have a premium account?
    Linkedin indicates in the process to "subscribe for a LinkedIn account Sales Plus or more for your team", but it is not very clear.
    Thanks for your replies 

    Hello,
    I'm not pretty sure why do you need Report for such kind of task - Advanced Find would be enough. Regarding issues with reports I would suggest to
    turn-on trace, restart IIS and then repeat creation of a report - once error occurred recheck traces for explanation why error occurred.
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

Maybe you are looking for

  • Ipod Touch 2nd Gen. Not Syncing With Itunes or Windows.

    I have an Ipod Touch - 2nd Generation 16GB iPod. It has IOS 4.2.1 installed on it. My Ipod Touch is still functioning but will not let me connect it with my computer so the ipod is not shown or iTunes or Windows. It was last working on the 19th of Ja

  • Early days in ABAP

    Hi all, Lets try and recollect our very early days in ABAP,when we were learning just the basics.I am sure most will have a memorable incidents of the days.To start with mine i can tell while learning the ABAP for very first time i used to be so much

  • Extended/Full Warranty for Refurbished Droid 2

    The refurbished Droid 2 has a one-year warranty.  If I purchase the extended warranty does it start when the refurbished warranty begin, or do I  start paying the monthly fee immediately?

  • Classic folder not found BUT it os9 appears in startup disk list and boots!

    I installed my friends system from scratch it is an old imac G3 with latest firmware updates.. In the end the only way to get it installed the way they wanted was to install tiger and drag the system folder over from the old install Now what happens

  • Processing 410 million rows

    Hi I have a table that has 410 million rows. And there is a function that I need to apply on two of the column. If the function return certain value, I would like to insert some of the info into another table. This is the prototype code. Would using