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

"

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    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

Reply
  • 0
    Certified Senior Developer

    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

Children