I love that Copy to Account has received a major u...
# general
c
I love that Copy to Account has received a major upgrade in 25.1 - you no longer get an error message about localisations; you get this instead 😂
🚀 1
😂 1
l
Yeah i feel you, i had to manually copy over 50 Saved Search from sandbox to production. I know we could have used scripts or bundle, but because of time restriction we werent decided not to.
g
I just use VS Code and SDF now. Just create a project, import what you need and deploy it to prod.
c
@Geo I do the same in WebStorm with the SDF plugin. The business users won't be doing that though.
l
Yeah, mine arent going to be allowed to even edit the saved search, less to have access to both environments. Will look at sdf, is it paid? I dont see anything about payment requerid
c
SDF is mostly for developers.
You can drive it from the command line (terminal) and WebStorm or VSCode via a plugin.
l
Yes, from what I’ve been reading, it does. It’ll be useful for future developments in the IT department.
c
By users - I mean admins or other privileged people that are not comfortable using tools aimed at developers.
g
Oh yeah for sure this is for privileged users but it kicks copy to accounts butt if you have access.
e
They've also screwed something up with dependencies. If you try copy a Custom Record that has a Custom Role on the Permissions tab, you get a never ending dependency tree. It takes like 5 minutes to come back with the list. Curious if anyone else is seeing this.
😂 1
Actually @Craig - I just realized I'm seeing the same error when that happens. I wonder if this is the same issue you're having. I think it's just timing out.
r
so it went from working 10% of the time to working 1% of the time? awesome
l
Well, if they fix it and restore it to what it was, they can say they made a 900% performance improvement 😂
c
My error is likely due to the search using a custom record which has a custom list field which points to the inbound shipment module and the inbound shipment module is known for breaking things.
It's a weird hairball. If I remove the list field pointing to the inbound shipment list, it works.
l
@Craig In my case before all the errors started to happened, it will try to migrate all the dependencies. I think its having problem with said dependencies.
e
I remove roles definitions/restrictions before migration.
c
@eblackey I've noticed the same thing re: roles - I leave it for minutes, get the error message than an error occurred, then 5 minutes later get a list of dependencies full of roles that can't be copied which breaks the whole thing