tprouvot / Salesforce-Inspector-reloaded

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
https://chrome.google.com/webstore/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh
MIT License
180 stars 57 forks source link

Export SObject Field Details to Excel/CSV from the Inspector #345

Open harditsingh opened 6 months ago

harditsingh commented 6 months ago

Is your feature request related to a problem? Please describe. Quite often we run into a requirement where we need to export the field details for an object into an Excel sheet. At the moment, the inspector shows all the details that one might require, so just adding an option to save the details as an Excel/CSV would make things much smoother.

Describe the solution you'd like Add a button to the button group on the top right to save the field details as an Excel/CSV. image

Describe alternatives you've considered A working alternative at the moment is to manually copy the entire field detail list and paste it into a spreadsheet, but if one needs to include an additional column the entire process of the export needs to be repeated.

tprouvot commented 6 months ago

Hi @harditsingh,

As a workaround you also have the ability to clic on the export button, select all fields from data export (Ctrl+space) and then use copy csv/excel.

I think that if we develop something to export to excel /csv it will be most likely on the data-export page as described in this feature request

dufoli commented 5 months ago

duplicate of #187