Hello,
Is there any way to call SP/View in Epicor using REST API.
I see another post that BAQ can be call but I need View basically to call.
Let me know if there is way for it.
Thanks
Ajay
Hello,
Is there any way to call SP/View in Epicor using REST API.
I see another post that BAQ can be call but I need View basically to call.
Let me know if there is way for it.
Thanks
Ajay
Why do you think you need to call a view or stored procedure?
That’s not the Epicor way to do things.
What is your end goal?
Not sure but just a thought…
Create an external BAQ source to your Epicor DB. See if External BAQ will allow you to see/pick a view.
If so, call ext baq from REST.
You can also write c# in a function to do ANYTHING you want against your SQL, but… probably dont do.
But what @klincecum says matters. What is the end goal?