Skip to main content
January 13, 2022
Question

how to create a bulk approval/rejection grid form

  • January 13, 2022
  • 1 reply
  • 0 views

Hello, I have a requirement to create an approval/rejection form which takes in data from database and displays it in a grid. How should I fetch the data so that i can modify two of its field and return it to the database.

    1 reply

    tanvirs0003
    Inspiring
    January 13, 2022

    You can fetch the data from db using query entitty rule, store the data inside a local variable in interface. After that use Editable grid to show data & make the two fields editable which you want to update, other non-update fields make them read only