Skip to main content
June 3, 2022
Question

hi, i have a nomination requirement, where nominee data should be fetched from excel and it should be shown in an interface, where the manager can review and approve/reject the nomination

  • June 3, 2022
  • 2 replies
  • 0 views

"

    2 replies

    gopalk2865
    Participating Frequently
    June 3, 2022

    Hi Sunny, See below basic steps that you can start with

    1. Create an interface implement a functionality to upload the excel file

    2. Use import excel to db smart service to load the data into a table.

    3. Query the data from that table entity and show them in a grid, you would need to configure this grid in the interface where you will have approve/ Reject button

    June 6, 2022

    Thanks Gopal :)