Update - workaround solution to the bug:
After trying with List Tile View I discovered what is the issue. If I update the field "No match action" any moment after the creation and first deployment, the change is then not reflected in the subsequent deployments (at least in a development server).
I found out since in the first attempt I put a popup message action in the List Tile View and it was getting called, so I thought the problem was affecting only the List View but not the List Tile View. But then I tried to replace this action by the one I actually want to use and redeployed again, but the previous action was still being called. I tried to force redeployment of the field by changing other properties but it doesn't get fixed...
The only solution fow now is to successfully create the field in one go and then never changing the actions to call again...
*I also tried to delete the .agdz file from the development server to ensure it was totally overwritten, but it didn't work.
Add comment