Skip to main content
Question

Unable to Copy Row Set Due to Size

  • November 3, 2023
  • 8 replies
  • 90 views

Forum|alt.badge.img

Hello - 

We have a Row Set that is quite large, tens of thousands of lines, and we need to copy it to make a similar report with just a few changes. When I attempt to copy it, the copy seems like it works, but when I save, I get the below error message. Is there any work around to this?

Thanks!
 

 

8 replies

Laura03
Captain II
Forum|alt.badge.img+20
  • Captain II
  • November 5, 2023

Hello,

I don’t think I can ‘make it load’ if it’s too large but I am thinking about how we could make the same report a different way.

Can you explain the design a bit?  Why are so many lines needed?

Thank you!

Laura


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • November 6, 2023

Hey Laura - 

It is a summary Profit & Loss Statement, with multiple summary pages, and then individual P&L pages for each department that we have (around 40 departments). We use unit groups to designate the departmental P&Ls.

Is there a way to import an excel format into a new row set? I am thinking I could export this one, and then import into a different row set and make the changes I need there. 

Thanks!


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • December 13, 2023

Hi @mdyer were you able to find a solution? Thank you!


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • December 14, 2023

Hi @Chris Hackett  - 

Unfortunately, we were unable to find a solution for this. Do you know if there is a way to export the existing row to excel and import it into a new row set?

Thanks!


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • December 14, 2023

@mdyer unfortunately I am not a product expert. We'd need one of them to answer that for you. 


@mdyer are you still having this issue?  There is a way to set up import/export scenarios to do this!


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • May 21, 2026

Ooh that would be fantastic! I am still having this error!


This process includes several steps to set up.  If you get stuck or get any errors along the way like I did, I would suggest using ChatGPT to troubleshoot.

  1. You need to create a Data Provider called “ARMImportExport”, Provider Type = “Excel Provider”.  In this screen there is a Schema tab.  Add a Source Object called “Row Set”, make it active, and then add the Source Fields based on the attached Excel file.  You cannot import these settings unfortunately, so will have to manually key in each field in the schema.
  2. Create an Export Scenario named “Export ARM Row Set”, Screen Name = “Row Sets”, Provider = “ARMImportExport” (the provider you just created), Provider Object = “Row Set” (if you do not see this option, double check that you made Row Set active in the Data Provider setup screen).  I am attaching the XML file that you should be able to import to this screen.
  3. Create an Import Scenario named “Import ARM Row Set”, Screen Name = “Row Sets”, Provider = “ARMImportExport”, Provider Object = “Row Set”.  The XML for this screen is also attached.

Once you have these items setup, you should now be able to export your existing row format by going to the Export by Scenario screen and finding the Export Scenario that you created.  On this screen, click Prepare.  This will load all of your row sets into one table, but you should be able to filter by your Row Set Code or Row Set Description before downloading the Excel file.

Once you have your Excel file downloaded, you can make the necessary modifications to your row set in Excel.  When you are ready to import, go to the Import by Scenario screen and find your new Import Scenario.  Click the “...” menu, click ‘Upload File Version’, and browse to find the Excel file you want to import with your updated row format.  Click Prepare and Acumatica will load the row set into this screen.  Once loaded just click Import and the row set will be written into Acumatica.

 

Note that this screen will not overwrite an existing row set code, so you will have to rename it in the Excel file first.  If you want to keep the same row set code, you first have to unassign it from any existing reports, delete the old row set code, and then import.

 

If you cannot use these XML files for some reason, I can take screenshots of the required fields for these screens, but they cannot be exported to Excel unfortunately.