I created a second report style for the finished goods inventory report, however, I do not see the second report style from the dropdown. I there something I’m missing?
Just make sure it is valid for that company in the report style menu.
That all checks out, still not showing the second report style.
You actually need to logout/login again to get the dropdown to refresh.
(I had this problem last Friday and had to re-login.)
Did you create a new style, or copy it from the other style?
Does the RDL exist in SSRS, at the path specified?
Did you use the actions menu and upload the report, or go into SSRS and copy the RDL?
I ask because the creation/modification of SSRS reports is tricky in that you need to get the RDL, the RDD, and the Report Style all synched up (a complicated combination of SSRS, Epicor, and the SSRS Temp Database) in order for the report to work.
At this point, I would delete that Style and recreate it using the SSRS Reports instructions in the Epicor PDFs. If you already have an RDL you like, save it first. Then get the report recreated with the standard blank RDL, then push your RDL in using the Actions menu.
You are 100% positive that the report style you are creating a copy of is the report you are trying to print?
You could try and change the description of the first one to make sure.
Yes that is correct. Just to be sure, I deleted the copy and created a new copy shown below. I restarted epicor and there is still not the copied option when going to print the report.
Did you verify for each report style by clicking on both report styles to verify it has ‘valid’ checked?
Yes, each report style has ‘valid’ checked.
Try deleting or creating a new Menu ID.
Enable tracing before launching the report form. Then see if the section that retrieves the list of styles has anything odd about it. Like if a BPM was affecting the returned list.
Since this looks like it is a BAQ report, launch the BAQ Report maintenance, and try the “Test Report Form” under the actions menu. Don’t need to run it, just see if the form that loads has the new Style available.
edit
if it shows up in BAQ Report Maintenance, then there might be something about the menu entry. Calling a customization maybe?
Found the issue, @utaylor was correct. The report ID was “TS_InventoryRpt”. I was customizing the “TS-InventoryRpt” style. Thanks to all for the suggestions.