Report doesn't work after created temp table extension

Hello everyone,

I have a strange issue happening. I’ve created a report extension of WMSPickingList_OrderPick and I was able to get it working. I need to add a new field to this report, so I created an extension of WMSPickingList_OrderPickTmp. As soon as I do that, if I go into my report extension, right-click on the dataset and choose Restore, then 14 more parameters show up in the Parameters section of that report and it won’t print anymore. Does anyone know why this is happening? I don’t even need to add a field to the table extension. All I do is create it and it screws up my report. I’ve done other reports with adding fields and never had an issue.

I’ve done some more trouble-shooting and started from scratch. If I create the extension of the report and right-click on the dataset and choose restore, those extra parameters show up and my report stops working. This time I didn’t even create an extension of the temp table.

I tried one more time to not do the “restore” on the dataset. I created the report extension, got it printing, then created an extension of the temp table, added a field, and did a build/sync. After that, the report dataset didn’t show my new field so I clicked on the ellipsis in the Query part of the dataset, clicked Next - Next and the same thing happened. The extra parameters showed up and after a deploy of the report, it stopped working.

What am I missing?