inline-query
inline-query copied to clipboard
Inline Query | SQL like Queries in Business Central
i tried to install your project on mine, but it doesn't show me the grid layout. only json works. 
I am currently running 2 Query objects to retrieve a combined result. I was thinking of replacing them with one call with the inline query. I have 2 questions: 1....
Hi, I tried implementing this app but on Inline Query Analyser page there's nothing. I have no errors in browser console. 
To insert a record in to a table. example: `INSERT INTO [Sales Line] ([Document Type], [Document No.], [Line No.], Type, [No.], Quantity) VALUES ('Order', 'ORD-001', 10000, 'Item', 'I-001', 10)`
To update records in a Table. example: `UPDATE [Sales Line] SET Quantity = 0 WHERE [Document Type] = 'Order' AND [Document No.]='ORD-001'`