I want to use mssql stored procedure for datalist usage. Is it possible in Joget.??

  • No labels

1 Comment

  1. Hi there,

    May I know what is your use case?

    In Datalist, we are expecting a dataset to be returned (select query) and not to process any data before then. You can probably try to use JDBC Datalist Binder (Custom SQL Queries) to get started with first. Maybe you can call your stored procecure while doing a select query but that doesn't seem to be norm though.

    Cheers.