How to Export data from Editable grid {excel}

Certified Senior Developer

I have requirement where I need to export data of the editable grid but issue here is I will be able to it in read only grid with help of parameter showexport but how to do it in editable grid.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to aradhana ganabady

    As far as I know you'd have to use a workaround to make this work - like creating a DSE just for the record type in question (though that's a lot of work). 

    Alternatively, I actually prefer the smart services still found in the Excel Tools plug-in, such as "CDT to Excel", which is deprecated but still works fine as of my last check.  With CDT to Excel, you would merely query your record type data, and use an expression rule to cast the columns of data you want into a "generic" CDT you create (you'd just create a generic CDT not linked to any table, with X number of plaintext columns), and use that within the CDT to Excel smart service node in your process. 

    It takes a little bit of setup but is very easy to use, and as a bonus, you can use a pre-formatted template Excel document (with pre-sized columns and formatted column headers with pre-enabled filtering, if you like).

Children