ReCache doesn't work in @DBColumn

I am using the formula below to create the choices of a Dialog list field:

@DbColumn( “”:“ReCache”; “”; “VIEW_ALIAS”; 1 )

When I add documents to the view “VIEW_ALIAS” though, the choices in the dialog list field don’t get automatically updated - I need to close the document and open it again to see the new values.

I have also tried using NoCache instead of ReCache to see if the refresh worked, but nothing seems to be effective.

Any ideas? I don’t get any error messages.

Subject: The data is loaded when the form is loaded

Not every time you select the field.

I think you need to select “Refresh Choices on Document Refresh” and “Refresh field after keyword change”

Subject: ReCache doesn’t work in @DBColumn

If I use those options and press F9, the options get refreshed. That solved the problem!

Thanks!