Introducing Acumatica Cloud ERP: 2026R1
Discussions Import and Export Scenarios
Recently active
Hello,I am trying to import attributes for stock items in the fields Model # and UPC. I have not done this type of import so I need a little help. I am trying to import into these two Attributes I have created. Here is a screen shot of my mapping.Attached is a .xml export of of import scenario. Here is the error message I get:One or more Attributes are not valid. An attempt to commit a bypassed row Thanks
My issue is when using the export feature the table fills with empty values. So, we get these gaps of information. I tired making a line of code to cancel the line entry if the value was null but it doesn’t seem to be working. This causes a different problem where the table is only populated with one or two entries. The bottom code is =IIF([ItemCode]<>null, '', '<Action: Cancel>')I think it may have something to do with the restrictions but not sure on what exactly. Even trying to add a restriction to not pull empty values isn’t fixing the issue. Any help would be greatly appreciated.
Hi All,I have apps I made particularly in Appsheet. There are data from some transactions I want to connect with, like from SO, the client, their orders, etc. Is that possible?Thank you for any information or ideas!
Is there a way to download attachments without a customization?
We have setup the ACH payments. They work great. I found this helpful guide on adding Addenda information to the ACH Data Provider / Export. When I export the file, my bank flags errors regarding the count of entries and addendums. I have attached a copy of the modified ACH Schema from the data provider - “Example_ACH_Schema.txt”. See picture below.In the File Control Record (or File Trailer Record) section of the ACH file you can see 3 parameters - “Count”, “BlockCount”, and “TotalCount”. The first two parameters are coming across correctly. The third parameter is not counting the added Addendum as a section. Has anyone else had a similar problem when adding an Addenda?The modified ACH Schema with Entry / Addenda count highlightedExample # 1 Bank requirements for {=TotalCount:-8:0}Example # 2 Bank requirements for {=TotalCount:-8:0}
I am trying to add payment instructions to a vendor using FEDWIREBA. However, I keep getting the error message below. I don’t notice anything wrong in my payment method setup. How can I correct or bypass this? I did have to modify the ACH Export File and created a copy. See attachments. Let me know. Thanks. This is for version 2022 R1. @FrancesPantelidakis24
Good day,@Naveen Boga - Acumatica Superstar.I am trying to Create One create memo with one transaction line and apply multiple invoices on the memo so the balance will be closed on the invoice. Attached is my Scenario. I am getting the Value Parameter Key Can not be null. (New to me.)Any assistance would greatly appreciated.Thank you@Evan G
Hello,I want to remove all NOTES from all PO lines. I created a GI and exported to excel all PO IDs and all of their line numbers.I created a data provider with these 2 fields.I then created an import scenario to replace the notes with nothing.I can get this to work for the first PO line number without specifying the line number. However, when I introduce lines into the scenario to select all PO lines, it throws an error like it is trying to add a line to the PO instead of simply updating the NOTES.For my @@Line Nbr. line, I don’t see the PO Line number as an available field. The “Transactions.LineNbr” is the only line number field available in “Internal Fields”.Any suggestions?
Has anyone imported Payroll Tax Settings from a prior system? We’re in the process of attempting this but I’m not finding a way to do so. We’re prepping to manually update our 200 employees if we’re unable to import.
We are in the process of moving to 22R2 and we have created a sandbox for testing. As part of that process we made a copy of our production DB and attached it to the sandbox for testing. One thing that we need to do is change the S3 PROD credentials that moved with the copy to point to our Sandbox S3. It seems that the information is locked and we cant change the configurations. Any help would be appreciated.
I am currently writing an export scenario to write inventory part attributes to a third party SQL table I used to print product labels. I have established a connection to the table with a data provider, and can load my data in the SQL table. However, I am struggling with the proper syntax to update an existing record. Currently, I keep adding new rows, duplicating my table. Does anyone have a similar solution / requirement I can speak with?
I am trying to import a prepayment linked to a credit card payment taken online through stripe.I have an import file which is the customer, date, value, reference and preauthorisation number for the credit card payment taken online.If I manually enter the payment as a prepayment, enter the values apart from (preauthorisation number) save, then use the action “record card payment”, enter “preauthorisation number” in the “Proc. Center. Tran. Nbr.” and save, it links the credit card payment taken online through Stripe to the acumatica transaction. When I try and import this method, it fails with “The Record Card Payment Button is disabled”could anyone have a look at the import scenario below and let me know if I’m missing anything? i am not sure if there is a timing issue between saving the record and the button being available, if so, is there a way to introduce a delay?version is 22.110.0018Thanks
I need to import Business Accounts and Contacts from the same file. In some cases there are multiple contacts in the file, each listed on a new row with the same business account information. I am auto assigning the business account ID so I do not have a unique value for two imports. I have my import scenario setup like this, the business account is created fine but no contacts are created. What am I missing.
Good morning, I am currently running into Issues trying to create multiple Transactions (one per line) from the Import scenario.It gives me the following Error on the second line of Processing:Another process has updated the 'INRegister' record. Your changes will be lost. I have attached the .xml file as well as a screenshot:
Hi All,When I run the Import Scenario below, the system is creating the first kit Assembly transaction, yet giving me this error for the following (tested that it is not record-related): We do not have any customizations in place.Any ideas? Error:Error: Another process has updated the 'INRegister' record. Your changes will be lost.Stack Trace:at PX.Data.PXFirstChanceExceptionLogger.ProfilerFirstChanceException(Object o, FirstChanceExceptionEventArgs args) at PX.Data.PXProjectionAttribute.PersistUpdated(PXCache sender, Object row) at PX.Data.PXCache`1.PersistUpdated(Object row, Boolean bypassInterceptor) at PX.Data.PXCache`1.Persist(PXDBOperation operation) at PX.Data.PXGraph.Persist() at PX.Data.PXSave`1.<Handler>d__2.MoveNext() at PX.Data.PXAction`1.<Press>d__38.MoveNext() at PX.Data.PXAction`1.PressImpl(Boolean internalCall, Boolean externalCall) at PX.Objects.IN.KitAssemblyEntry.Release(PXAdapter adapter) at PX.Data.PXAction`1.RunHandler(PXAdapter adapter) at PX.Data.PXA
Good day,The below screenshot is from Import scenario that worked but shows an Error. Has anyone run into this error or what is means. I can run the import; it creates the shipment/invoices. I have attached the scenarios. I working on bring in historical data and processing through the system.
Trying to update specific sales order lines to add a 10% discount. Which I thought would be a pretty straight forward import but I keep getting an error “View name: Documet” and I can’t figure out what in the import scenario is wrong? Can someone help me out on this one. Attached is the import scenario XML Thanks
Hi all,I am trying to change the salesperson on the sales order line via a business event and import scenarioI have looked at the topic in the link below and while the solution there works for a manually processed import scenario it will not trigger a business event (which I believe is due to joins in the GI) I have slightly modified the Import scenario form the previous solution, however the salesperson only changes on the first line, is there anyway to have the import cycle through the details of each line? Thanks,Alan
Can anyone tell me how to update an existing line via import scenario? For example, I have a software listed that I am trying to add a missing data point but every time I do it, it adds a new line (duplicate) of the software instead.
Good day,I have imported Historical sales orders from 2021; I would like to create shipments and prepare invoices and then apply payment closing the invoice in one import scenario. i have created all the sales orders in open status.Can anyone direct me or have something they used for this scenario.Thank youEvan
Hi All,I’m trying to create an Import Scenario for importing Sales Orders SO301000 and I get the “The save button is disabled” error.My import mapping as image: File data as attached.Appreciate your advice with any missing I got.Thanks in advance,Yên Chi
Good day, All my import vendor and customer scenarios have changed when we upgraded to 2022 R1. I am trying to load new vendors. The error message BAccount is Inactive. it is a new account. see the attached HTML Your assistance is greatly appreciated.Evan
trying to export a GI via an export scenario so that it can be automated to be exported weekly. when I export the data directly from the GI, all of the number fields keep the number formatting in excel. When I export the GI data using the export scenario, the number fields go into excel as text format. below is one of the feilds from the GI here is the data field detail from above:=[SOLine.BaseOpenQty]*[UOM8IN.UnitRate] below are the settings on the data provider used in the export scenario
I’m trying to import some data into bills and adjustments and its giving me the error “SuppliedbyVendorID cannot be empty” I’ve never had this before - can someone let me know what I need to look at to mitigate the issue?
hi all, i would appreciate if anyone could assist or suggest any fixes. I am trying to check a custom bool field on a sales order split line using a business event triggered by an action off a GI. the GI lists all allocated sales order split lines for a stock item marked as “requiring calibration” on the stock itemi check the line, actions - “Calibrate Line” which triggers a business event with an import scenario as a subscriber. the idea is to check the bow “Calibration Certificate Created” so that they don’t attempt to calibrate lines already calibrated. The event runs and fails with the entry below in the history.If i check the option in the history and “execute” the import runs successfully. If i run the import scenario as a stand alone scenario, it also is successful which points me down a route of an issue with it running as a business event from the action rather than a problem with the import scenario. version is 2021R1 21.105.0023 any suggestions would be appreciated, import
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.