I have a simple calculated field that just multiples qty * price. The calculation works perfectly in my development environment but when I export the solution and install on the server the calculation is not there. I added a debug line in the function that prints to the console in development but doesn’t when I export/import onto the server.
I’ve tried modifying the function. I’ve deleted the function and recreated. I added another field to the table (that transfers over to production). I can not get this one calculated field into production.
I have other tables that have calculated field and they all work. It’s just this one table that I can’t get working.
Any suggestions.