Hi Guys
I'm creating a new company and wonder if i could export and import all custom report layouts (RDLC). Currently only way to do this is to export one by one. Maybe we can create an extension to do thsi?
thanks

Hi Guys
I'm creating a new company and wonder if i could export and import all custom report layouts (RDLC). Currently only way to do this is to export one by one. Maybe we can create an extension to do thsi?
thanks
I expect the extension route is doable. You could use a selectionfilter to export many records. Importing many at one time will be another challenge. Maybe you could look at web services here too. The file is saved in a blob so you’d be able to extract it. You could then create a loop to extract each one required. I’d use power automate to do this.
These might help: joshanglesea.wordpress.com/.../
joshanglesea.wordpress.com/.../
Another idea would be generate a zip folder of all the files for export. Not sure about the import. Maybe something like the item picture import procedure to do it all on mass. This is a good resource for the export: https://youtu.be/I44oxIoEspM