Introducing Acumatica Cloud ERP: 2026R1
Discussions Import and Export Scenarios
Recently active
I’m trying to change all of my Non-Stock Item Inventory ID Numbers to have “NS-” in front of them. When I run my Import Scenario the first inventory Item does not get changed at all. The second inventory item gets renamed with the New Inventory ID I had for the FIRST item. All subsequent items get similarly renamed with the next Inventory ID in the Data Provider - all off by one record. Any ideas?
Created a new Export of GI following method in I100 training.In both training version and version in Live get error on Action Export on the Exort by Scenario - Illegal characters in path.Seems like there is path to save the export but not sure where that is defined
I have a custom screen in Acumatica ERP 2022 R1, where I am importing excel. That excel has Specialized Test results. In that excel I have two columns StartTime and EndTime. These column are supposed to carry time values and in format HH:mm:ss. Now in my DAC the start time and endtime has been defined as int. See the codes below: #region StartTime public abstract class startTime : PX.Data.BQL.BqlInt.Field<startTime> { } protected int? _StartTime; [PXDBInt()] [PXUIField(DisplayName = "Start Time")] [PXTimeList()] public virtual int? StartTime { get { return this._StartTime; } set { this._StartTime = value; } } #endregion Similar code is for EndTime except names. Now while importing , if i am using time in my excel the code was giving exception that 12/31/1899 05:16:11 AM cannot be converted to time. I drilled down and found that this exception is coming from FieldUpdating event of PXT
How do I create an Import Scenario to add the customer's Credit Limit to their Financial Credit Verification Rules from a spreadsheet file?
Am totally new to Import Scenario , Can anyone help on this
So what I’m understanding so far is that for B2B Acumatica-Shopify Connector Customers = Individual → Customer EntityCustomers = Organization → Company EntityAnd Contacts of an Organization are created as Customers in Shopify.Is there a way for me to map a Customer (Organization) attribute to the customer’s (coming from Contacts) tag in Shopify? I was able to do it easily if it’s an Individual but it’s not working for Organization type.
Hello - I am just trying to create an import scenario to remove the hold from AP bills in mass. Below is my import scenario that I cannot get to work. Can someone tell me if I am doing something wrong?
Good day Team, I have followed the amazing instructions on https://www.crestwood.com/2020/01/07/modifying-acumatica-ach-export-scenarios/ to include the Addenda data on the my clients site, I have manage to include the Addenda with all the data execpt for the Addenda description itself where the client wants to utilized the 80 characthers to Fill the [PPD_PaymentRelatedInformation_ID], so I created a UDF, to include the data on it, under the Checks and Payments Summary Part [APPayment.AttributeADDENDUM], and I have added the same field under the Batch Payment Screen under the Detail on it from the Payments. I cant get the Addenda data in the File without the Addenda dupplicating a payment for the amount of payments, and correctly adding the Addenda Description but on Duplicated Payments. The UDF shows only as BatchPayments.APPayment_AttributeAddendum, which is the UDF, but cant make it work with the APPpaymentApplication and works only with the Source Object Payment but it will duplica
how do i create an import scenario for Default Issue From and Default Receipt To fields? We are trying to add these fields to our 5200 inventory items.
Hi @ruchikasharma23 @Laura02 , hope you’re well guys, Could you please refer or help me, how I could use OData in function in $filter query ?here is my query Customer?%24filter=CustomerID%20in%20(%270000003%27%2C%20%270000004%27%2C%20%270004737%27)' and it always produced this error message"Syntax error at position 13 in 'CustomerID in ('0000003', '0000004', '0004737')'.", I know I could use this approach such as $filter=CustomerID eq '0000003' or CustomerID eq '0000004' or CustomerID eq '0004737', but in case the ids list will be long it’s definitely the best approach to use “IN” list function. Please help me with. Thanks in advance.
Hi all, I am trying to update emails on the customer screen. On some customers I get this error: Account 19303 is a control account for AP. Please select an account configured as a control account for AR.I can see that the error customers has the 19303 account selected. So what am I missing?thxDries
I have a very simple Import scenario where I want to create a list of Projects with only 4 columns of data.ProjectID, ProjectClass, CustomerID, TemplateIDMy import scenario works perfectly; IF I pre-populate the “ProjectID” column in the source spreadsheet with a projectID that increments.Is there a way to have leave that column blank and have the import scenario “automatically auto-increment” the projectID in Acumatica?
Trying to import 8 attributes and corresponding values to the BOM but the import is mixing up the values and associating them incorrectly.Import ScenarioData / Import By ScenarioResultsAs you can see the values are not being applied to the correct Attribute. How should I be adjusting my import scenario?
Hello all,I would like to know if it i possible to import the file attachments whether line level or doc level? or are there any references to customizations?Thanks in advance
Hi, I want to know if it’s possible to add a subcontrat in my excel report to import in acumatica? If it’s possible, can you explain me how to add this in my import scenarios.Thanks for your help Melanie
How do I upload an import scenario? I have received an import scenario (.xml) file from another user, but do not know how to import it to our Acumatica instance.
Hi, I'm trying to import stock items and I'm getting an error Error: 'Item Class' cannot be emptyeven though its not empty.
Can someone please assist with this error. I get this error when trying to reimport file to update changes. Please check my XML file.
I have import scenario for change orders commitments, but I can’t find a way to update selected commitment.My import scenario: Now with active checkboxes it create new change order and add to it my subcontract, but I can’t update it’s amount. May be someone know how change it for update line amount? when i try to use not selected lines- it create new line or do nothing.For example my result if I enable “Commitments” - it seems it can’t find this line from “Select Commitments” dialog and just create new lineHow I can select and update amount for the line from “Select Commitments” dialog and not create new line?
I am updating Queue times on Released Production Orders that have approximately 10 operations each. My import scenario is putting the order On Hold, finding the operation ID (@@), updating the Queue time, and removing the Hold. It does this for all 10 lines on every order.Is there a way I can set the import scenario to put the order on Hold, update all the lines, then remove the hold? Instead of Hold-update-RemoveHold 10 times?
Hi Team,I'm trying to pull data from Acumatica and use it for further processing at my backend system (similar to SAP in this case). I need to retrieve data from multiple entities like companies, projects, and employees.I successfully made API calls using Postman to fetch specific entities, like projects. However, when I attempt the same call through the Extended endpoint, I receive a 500 Internal Server Error.Could someone advise on the best approach to fetch data from multiple entities, including using the Extended endpoint?
I am writing an Import Scenario to import customer x-ref data to a stock item. To InventoryItem, our VAR added UsrUPC so we can get the UPC from the stock item record, with less logic.Ideally, I want to use the UPC and Description, if there is one in the import file, if not inherit it from the InventoryItem row.No matter what, I was getting empty fields for those two columns. So, for testing I stripped it down to just set those two columns to Item.UsrUPC and Item.Descr. Then when that works, add functionality to pull from the file.My import scenario is fully functional, except where it is pulling Item.UsrUPC and Item.Descr. Here is my import scenario: Any ideas why it is not pulling Item.Descr and Item.UsrUPC?
Hello everyone,I have the problem that I want to add several suppliers to a stock item. This works so far, but I need a way to skip empty rows in Excel.For example:I have three possible suppliers in my Excel list.Two are imported.For the third one, it throws an error because there is none, for example. Does anyone have any idea how I can work around this?Kind regards
Hello, I am attempting to create an ACH Export to go along with the Wells Fargo Payment Manager through the batch payments screen. I found out from Acumatica that we cannot utilize the Cash Account Details, or VendorAccountDetails in an Export scenario based on the Batch Payment screen.The ticket was moved to Acumatica services, and they quoted an obscene amount to write this. Has anyone tied into WF Payment Manger? If so, would you be willing to give a little direction as to how this was accomplished?Thanks in advance!
I am trying to create an import scenario that deletes all Transaction line items in the Deferral Schedule. I keep getting the following error. I tested several different ways and I don’t know why this error is coming up. My ultimate goal is to delete all transaction table line items in the deferral schedule, then add 1 new line item, but I just want to test deleting first. Can anyone spot something obvious that I am missing? Note: The deferral schedule is Open and the transactions are editable.
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.