There is a strange case
For example : WarehouseID in Contract (parmWarehouseId) returned has value (in return warehouseId). In DP when I use "while select" and compare this warehouseId to the corresponding field (inventTransferTable.InventLocationIdTo == contract.parmWarehouseId), but no data can be selected in AX, but the visual studio can view the data. If I hard code the "contract.parmWarehouseId" as "ABC-WAREHOUSE", it works. So could you advise me what procedure should I take?
*This post is locked for comments
Hi satoyuichi,
Please mark your post as verified answer if it is the solution, instead of getting more suggestions on this thread.
Thanks
Suresh
Thanks for all your response
Regarding to the time restriction, I try to re-create another Contract and DP, it works now. Thank you
Hi,
when your doing multiple corrections in visual studio,if your adding new fields in Tmp table,report server wont refresh the data-set if you already open the visual studio. So do as kavitha said dataset refresh manually. and clear all the cache, don't forgot to clear report server cache.
Thanks
Suresh
Hi satoyuichi,
apart from above suggestions, Please check your Report data provider class having "SRSReportParameterAttribute". If you dont SRSReportParameterAttribute the parameter wont pass in Data provider class. Please try this!
Thanks
Suresh
Hi,
refresh of the datasets in the report and redeploy it.
Make sure you have defined the contract class as the SRSReportParameterAttribute in the DP class declaration.
Hi ,
Please share ur code.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156