Is there a faster way to launch the Object Explorer?
It takes a good 25-30 seconds to load (at least on the the object heavy Order Entry form).
Is there a faster way to launch the Object Explorer?
It takes a good 25-30 seconds to load (at least on the the object heavy Order Entry form).
I dont think so. I haven’t opened that since E9. But the reason it is slow is because it doesn’t store that information somewhere, but Epicor scans the dll’s using Reflection and builds the Object List on Launch, so depending on the screen, some may take 5 seconds, some may take 1 minute.
So you have all of the details of every object of every form memorized?
Or is there another source of documentation (even if it’s not dynamic to the form)?
They don’t change much, once you look at it 5-10 times, you kind of know them all.
dotPeek, .NET Reflector, JustDecompile …
For anyone curious, wether you are cloud or not, if you can download the Releases from EpicWeb - download them and extract them with 7-zip and then you don’t even need to install anything just for the sake of looking at it on your development machine.
I keep always local copies, even if we are no longer on that version.
Then you don’t even need “Server Access”. Just extract it to your local dev pc.