I need to see the properties, methods, and any subclasses inside the Ice.DynamicQuery business object, as I don’t have Intellicode in Epicor customization. How can I best do that? Does anyone have something that shows it already?
I downloaded ILSpy and then browsed the DLLs in the Epicor folder until I found the one containing Ice.DynamicQuery.
Looks like Ice.Adapters.DynamicQuery.dll
You can also load it up in Visual Studio or VS Code and play with it.
Visual Studio has a nice object browser.
@dr_dan, I downloaded ILSpy and tried to install, but it requires .NET 6 and for some reason I can’t install it. @klincecum, I did create a project and loaded the Ice.DynamicQuery dll references, but I’m apparently missing other DLLs and I don’t know which ones I need to add. Do you have any kind of list of required references that I can use?
Not off the top of my head.
Have you thought about calling via rest instead to get a feel for the future?
@klincecum, I had been trying using REST to call the function I created for the BAQ with no luck. I set up an API Key in Epicor and included it in the call, but I couldn’t get it to work due to a TLS security error. I honestly don’t know if we have REST set up or configured. Trying to do the call from a VB customization has been frustrating. I do really appreciate your help on examples, we’re just going in another direction to accomplish what we need for now.