You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Illuminated Cloud Q&A
I need to mass-change the <apiVersion> on a bunch of Apex classes and deploy them to the sandbox all at once. I enabled Deploy on Save in the connection, but when I do Replace in Files on the classes folder, the classes are not deployed even though the -meta.xml files are being saved.
Is there an easy way to deploy only the classes where I updated the apiVersion?
Scott
unread,
Jul 25, 2025, 7:01:43 PMJul 25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Illuminated Cloud Q&A, david...@idealistconsulting.com
You can use the Inconsistent API Version inspection to find and update metadata files that still use an older API version, and then if your files are managed in a version control system, you can use Deploy All Metadata with Contents set to All Changed Files (Local Changes) to deploy only the changed files relative to VCS.