Call of stored procedure in a method

Dear All,

Is it possible to call a SQL stored procedure from a method to design a grid?

Thanks

We discussed it here just a few days ago (and not for the first time): Call Sql Server Stored Procedure Using dynamics ax 2012.

Thanks for the response. .I am using AX 2009… In that link, I could find SQL using in class. .But I want to know about using the SQL procedure in the method of forms or datasource anything since we don’t have access to the classes. Is it possible for that?

You can’t use Connection class from client (and all code in forms runs on client). You could do in other ways, but not without a development environment and you still actual want to execute it on AOS.

So if you don’t have license for development, I don’t think you can reasonable develop such a kind of modifications.