Skip to main content
August 2, 2023
Question

how to get the updated values form the cdt in editable grid ?

  • August 2, 2023
  • 10 replies
  • 0 views

I  was working with the editable grid . i want the all the updated values from the editable grid from the cdt ?

    10 replies

    nitishr0002
    August 2, 2023

    You can use a!queryEntity to fetch records from the CDT mapped entity and have it used in some local! variable to be used to create rows for your editable grid.

    stefanhelzle0001
    August 2, 2023

    Can you explain in detail what you want to achieve? Nobody here is keen on trying to guess what you want.

    August 2, 2023

    August 2, 2023

    i was working with the editable grid and the output in the update column has to be updated according to the action perform on grid but i was not getting the correct output . eg. even i'm deleting values other action's are also running