SaveValues in Request Options Page in NAV 2009 R2

On of my users are suddenly reporting errors in connection to saving the values on the Request Options Page in NAV 2009 R2. The SaveValues option is selected.

The strange thing is that the field has an initial value, which is not set in the code. It looks like the values somehow are “stuck” and are no longer being updated.

So the question is, have anyone heard of problems with SaveValues and RTC?

Is there a way to “reset” the stored values for an object, like deleting the ZUP file in classic?

Hi Erik

I have tested several times the build 32012 - and I do not have any problems with save values on a page. The property is ofcourse found on a blank line on the Request Page and then View, Properties - Just set it to YES.

When you run the Report then the values are saved if you do a preview or a print - In order to save the typed/choosen values you have to let the report print or preview all pages.

So what do you have to do if you want to reset everything - Just delete the zup-file ?? Oohh yes there are no more zup files so where are the data saved ? Data are being saved in several places so the deletion might not be that easy.

Some of the RTC-values are saved in a file called: PersonalizationStore.xml (Column sizes and more)

There is also the ClientUserSettings.config (Paramenter setup stuff)

Inside the database stuff are stored in the following tables:

2000000072 Profile
2000000073 User Personalization
2000000074 Profile Metadata
2000000075 User Metadata

You should be able to delete your Save Values by deliting your profile - You can find it here:

/Departments/Administration/Application Setup/RoleTailored Client/User Personalization

Thanks Palle,

Ok, good to hear. Because I know it used to work. It just doesn’t work after we updated the build to 33793. I’ve tried to install the latest build (33910) but it’s still the same problem.

I have also reset the settings for the report, but that didn’t change anything.

Any suggestions?

Delete the User Metadata for the Page - even if it is a report, there will be Page metadata.

That’s what I already tried (per Palles advise above). But thanks anyway.

Other suggestions?

Ok, I finally have some update on this one after I have been i contact with Microsoft (thank you Kim Carrock Kobberø). The answer from them were (written here with his permission):

Two things are in play here:

1. Save values
The property “Save Values” is in relation to the fields not filter fields. The save values property will save the value of a normal field in the DB.

2. Filter fields
Filter fields will be saved in the personalization file on the user pc. On my Windows Server 2012 the folder is this one: “C:\Users<username>\AppData\Roaming\Microsoft\Microsoft Dynamics NAV”. One thing to note is this: if the request page has prefilled filters, then what the user enters in the filter fields will not be saved.

So to better understand the scenario try this repro:

1. Go to the sales order and click the report Order Confirmation
2. You will now see the request page for report 205 and the filter is set to be “no = ”
3. Try adding a filter or changing one
4. Run the preview.
5. No click the order Confirmation once again
6. Now you see the filter not changed.
7. Now navigate to CRONUS International Ltd./Departments/Sales & Marketing/Order Processing/Documents and run the same report.
8. Now the filter is not prefilled with the order no.
9. Modify the filter and run the preview.
10. Open the report again
11. Now you should see the modified filter.

Note any change to the fields (not filter field) on the request page through the entire repro will be saved, since the “Save Values” property is set to yes.

So my issue is really not the SaveValues. That works fine. It’s “only” related to the filters (req. filters).

And what we actually also found out was that they "fixed an error" which is why it suddenly wasn’t working the way it used to for my customer. The “error” was that there was an inconsistency between the help text and the way it worked. Instead of fixing the help text, then they fixed the application. At least that’s how I understood the explanation:
Bug 212352 - SETTABLEVIEW doesn’t work in the RTC as it does in the Classic client
According to the help, if you use the function SETTABLEVIEW in conjunction with a report, the filters applied by the user should not be saved for later use. This is true on the Classic client, but the RTC doesn’t seem to adhere to this. The Report Page that is create in order to run with the RTC doesn’t have the SaveTableView property and I assume is why the SETTABLEVIEW doesn’t work the same.

In plain “English” what the change did is that if you have called your report using SETTABLEVIEW then it will not save any filters your users are setting manually. Not even if the filters are set to a secondary table in the report, where SETTABLEVIEW was not used.

I think they could see that this change wasn’t very good, but since my access to connect.microsoft.com - then I have not been able to get online to register this “change request”.