RE: New company not showing custom reports created by Report Writer GP2010
It turns out that Advanced Financial reports are different from the normal custom reports that do get tranferred over, Joshua. These reports are stored in the AFxxxxx tables and are not included in the copy seteup process.
Thanks to everyone and let me tell you what I did to re-create the Advanced Financial reports from one company to the next. I used the article 863224 as a guideline. The new companies I was dealing with were copies of two other companies; the setup table copy references articles that tell you how to copy setup information from one company to another do not refer to the AF40100 etc tables, probably because this doesn't get you all the way to the end of the creation of AF reports. In my case the 2 companies had no Advanced Financial reports and wanted them to be brought over from other companies. Basically in this case the AF40100-AF40108 were empty as were the AF40200 and AF40201, the tables that article 863224 said to incorporate into the companies desiring the reports. Because of this, in my case, this was a pure copy (other than the DEX identity key which is automatically created). In SQL Server I took each source table, then scripted it as a SELECT into a new query window, removed the DEX identity key and then added an "Insert into" clause at the beginning to essentially copy the data from one company's table to the same table in the other company.. Note - if your destination tables have AF reports then you would have to more closely follow the 863224 article which allows for that. When all that was done I opened each report using Dynamics and added the options by hand so that the table SY70300 as Josua mentioned above was populated properly. Before doing any of this, though, I backed up the applicable databases plus the DYNAMICS database. I heard from my client today that it all worked like a charm. It took a bit of time but saved the client oodles and that's what it is all about, making our clients happy. Cheers.