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.