I have 2 issues I need help with.
They sound so simple but I am lost as soooo frustrated.
Issue 1:
I create a report in visual studio and use fetch xml with enableprefiltering. At this step I just have a simple report to show a few fields from the invoice. For shits and giggles I deploy it to Dynamics 365 Online by selecting New/Existing file, selecting my RDL and then selecting Invoices in Related Record Types. I can only see this new report in Reports, how do I get to see this report from the Invoices form "Run Report/Run on Current Record"?
Issue 2: (in Visual Studio)
All I am trying to do is to create a new invoice with the invoice, and invoice details.
I start with my fetch xml and changed the queries as per this link. I have gone over every single step in this link many many times and cannot find my issue.
http://www.powerobjects.com/2013/02/18/dynamics-crm-sub-report-not-displaying/
so I have 3 datasets, just link the article.
My second parameter is called invoiceid and I am linking it to the first query (as per the article). But each time it prompts me for the invoiceid, it will not grab the value from the first query.
I have tried changing the parameter to internal and hidden but those just fail as then there is no value.
Thanks for any hints or suggestions.
*This post is locked for comments