Hi all - I'm trying to deploy a set of saved searc...
# general
b
Hi all - I'm trying to deploy a set of saved searches from our Dev sandbox to UAT via Webstorm. I'm getting an error:
Copy code
An error occurred during custom object load.
After some troubleshooting, I think it's related to Dev being upgraded to 2.26.1 and UAT still on 2.25.2. I was successfully able to deploy them to Release Preview (2.26.1) but not Production or UAT (2.25.2). Have others run into this - webstorm errors when environments are on different versions? And were you able to resolve it? Our UAT and Prod environments won't be upgraded until Apr 23. Thanks for any insight!
d
You need to wait until both environments are on the same version. As an aside, I find that the SuiteCloud stuff on Webstorm is terrible compared to the VS Code version. You may find things that don’t work on Webstorm do work in VS Code, or are at least a bit more transparent
b
Thank you - I haven't heard of VS Code but will look into it. The big thing we've run into Webstorm not working on are workflows.
d
Yeah would highly recommend switching to VS Code (Or Cursor which is built on VS Code but includes AI features). Switching was a game changer for me development-wise
b
thanks!