I am trying to generate a new RDD for ARForm. I am able to add in tables, relationships, and make sure the data I need is not excluded.
When I go into the Report Style to generate a new style, I click on the “Sync Dataset” button after everything is set up, and I get the following error:
I am able to customize other Report Styles, RDDs, and I get them to work just fine. This one will not work, and the tables/fields that I add do not show up in the report builder.
Has anybody run into this error before? I’m on 10.2.400.11
Should I not use the Sync Dataset button and just add the fields manually? I want to come up with a method that I can use consistently, and then train others in the same method.
“Sync Dataset” is almost never a good idea. And I mean like 99.9% of the time.
All you need to do is
Dup the report style
Change the new styles RDD to the one you created
Edit the report RDL, adding the fields and updating the query
You can test this out after step 2. It should produce the same results as the original style. If it doesn’t, then your report didn’t dup right, or your custom RDD is bad.
PS - you might have seen that error if the RDL was open in the editor when you tried to sync. Be glad it didn’t.
PPS - search the help for “modifying an Epicor supplied report” (or something like that) it describes the manual method fairly well.
It was designed in assumption that report queries look like “select * from table” probably with couple of joins… . But only simple reports look like that. And arform is one of the most complicated ones.