hello,
I have created a custom ssrs report which is working fine but it is asking guid
is there any way i can fetch guid automatically and it should work on one click
thank you
*This post is locked for comments
hello,
I have created a custom ssrs report which is working fine but it is asking guid
is there any way i can fetch guid automatically and it should work on one click
thank you
*This post is locked for comments
hi,
You need to add Pre-filter to get automatic record id.
You can enable pre-filtering setting enableprefiltering ="1" in your fetchxml.
Here are some more links for more detailed information,
community.dynamics.com/.../know-how-d365-ssrs-report-prefiltering-fetchxml-sql
docs.microsoft.com/.../dn531099(v=crm.8)
www.inogic.com/.../working-with-report-pre-filtering-for-related-entities-using-fetch-xml
Hi,
you need to set enable prefiltering. Refer below blog.
community.dynamics.com/.../know-how-d365-ssrs-report-prefiltering-fetchxml-sql
Hello Mick_4711
The report is visible in the quote
But when i run report it is asking me GUID which i have given parameter in fetch xml
<attribute name="productassociationid" />
<attribute name="msdyn_budgetamount_base" />
<attribute name="msdyn_budgetamount" />
<attribute name="msdyn_billingstartdate" />
<attribute name="msdyn_billingmethod" />
<attribute name="baseamount_base" />
<attribute name="baseamount" />
<order attribute="productid" descending="false" />
<filter type="and">
<condition attribute="new_quotename" operator="eq" value="@QuoteNumber" />
</filter>
<link-entity name="quote" from="quoteid" to="quoteid" visible="false" link-type="outer" alias="a_d23dbda85c81e811a963000d3af04fb0">
<attribute name="new_yesnoforerfbtn" />
<attribute name="new_yesnodev" />
<attribute name="new_wef" />
<attribute name="new_warrantytype" />
<attribute name="new_warrantyamount_base" />
i want @QuoteNumber to be filled automatically according to the selected record
I
Hi Akshay,
I don't know if this it what you are thinking about, but... you can put your report in the quote form and you can run the report of the opened/current quote.
yes it is asking GUID i want a method where i can automatically pass the GUID of current record
please help if there is a way
thank you
Hello Piyush paliwal,
In Quotation i have created the ssrs report with quote line my primary entity for fetch xml
i want to pass the quote id of current record automatically on run report thank you
Is it asking Guid of same record?
You can use hidden parameters. Please go through below link and check if it fits in your requirement:
Can you please provide some more insights on this report? As in, what it is doing, which entities are involved, where is it asking for GUID, if possible a screenshot of it.
hello,
Is there any way to generate ssrs report on one click
Thank you
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,401
Most Valuable Professional
nmaenpaa
101,156