Hello,
my client will move epicor premise to epicor cloud. the big problem is we have a lot stored procedure based on the epicor database. now, we have to call rest api. I don’t know how to convert stored procedure into an efficient way to use LINQ to join multiple lists. Some stored procedure is very complicated not just a simple join. it includes cursor, with CTE and etc.
Hello Utah,
for the baq, it give good number of records. now, i have one sql syntax need convert to baq
row_number() over (partition by table.field, table.field etc order by table.field asc)
it is to select top n record by group by. i don’t know how to do that in BAQ. also, I need calculate the running total. don’t know how to do it in BAQ either.
There are many posts on here that show you how to do row number and partition in a BAQ. I don’t have time to explain it right now otherwise I’d dhow you or find the posts.