I created a grid with recordtype, I have 10 fields in my recordType but on grid am showing only five fields, when i click export to excel button it exports on five fields data, but i want all of the field should be exported.
Discussion posts and replies are publicly visible
Hi sachink2402 ,With record's export to excel button your case is not possible but you can achieve this building custom export instead. Please note that user experience won't be the same
In that case, you should consider adding a dropdown that controls what fields should be visible, and then if the user wants to add more fields in the export, they'll be able to do it.
You can refer to this article to see how you can add such a dropdown - appianspace.com/.../
Hello sachink2402 ,The default export button will only export the data that you display in the grid. You will have to either display all the fields or have a separate button which can switch between 5 fields and 10 fields display and have the download option on the 10 field grid. Or Harshit's way is also a good one to do and get your requirement done.