Discussions Import and Export Scenarios
Recently active
I’m trying to upload my customer information list and I keep getting an error in my import by scenario. I just want a way where Acumatica doesn’t pay attention to the way the postal code is written and have it upload the format that I have it as.This is just one example but I have many other countries as well
Hi Acumatica Community,With my customer master import scenario, my Canadian customer imports are failing as follows: Error: Field: Postal Code, Value: K1M 2C9, Error: The entered code doesn't match the required expression. My American customer imports work fine.On the countries screen, CS204000, I have this input mask and regular expression for the Canadians: -------------------------------------------------------mask: >L#L #L#Regular Expression: ^[A-Z]\d[A-Z]\s?\d[A-Z]\d$ Here is the help entry for Canadian Mask and regex: Here is the help wiki for Masks, To Configure an Input Mask and a Display Mask for a Field-------------------------------------------------------FWIW, https://regex101.com/ tells me I have a match:
I’ve found 35 topics tagged with ‘Import and Export Scenarios’ that have the word attribute in them, but haven’t found one that lets you import an actual attribute, not a attribute value on another screen. Is this possible? This does not work for me, but I’m not sure why.The attribute’s ID is ‘LOCAL’. It is of type text.The data looks like this with fake values for demonstration:AttributeID Value ValueIDLOCAL cat 1LOCAL dog 2LOCAL mouse 3 Any help or examples would be appreciated.Thank you!
Can we develop a specific data provider type ?
Hello Community, I had an import scenario created for the row set form previously that worked fine but there looks to have been updates sometime in 2024 R2 that changed the import scenarios target object fields and actions. Specifically, in regard to the data source column. It does fully import but not setting the fields inside the data source where I am attempting to update the “Account Class”. Before version that did work:New version attempt:Again, both versions import, but only the first one sets the account class appropriately. Any help would be appreciated! Attached is the one from version 2024 R2 24.206.0014 I am attempting to get to work.Thanks,Adam
We are new to Acumatica and am trying to find the setting for the check box for ‘Automatically Apply Amount Paid’ under the Receivables-->Payments and Applications-->Add a new payment→ Load Documents tab--the screen with a title of ‘Load Options’ will popup and in the popup is the value I am attempting to find to uncheck the box. I have looked in preferences and it is not there as well as programs which may load the ‘Load Options’ popup. Please see the attached. Any help will be appreciated. Thanks.
Hello everyone,I need to export all of items with the image was attached in Attributes tab. Does anyone have done it yet? Please advise me Thanks in advance
I created an import scenario to create new Service Orders. It only works when I run a row individually? Does anyone know why this is happening??
Hi Acumatica People, For my Vendors import scenario, about 1/3 of my records are failing with the error, Shipping Terms FEDEXGRND Can not Be Found in the System. To make this error more intrguing, I am attaching my import scenario and my source Excel file (my data provider is really SQL, but for you all, I created this scenario). observations about this error: Shipping Terms is the value, PREPAID, and ship via is UPSGRND (not FEDEXGRND) and FEDEXGRND is the ship via, right? The trace conveys that perhaps the termid that I have is not found?? ….I am attaching my import scenario.
I have a scenario where We are creating Template Items and then generating the Matrix Items. We have thousands of template items like this so will be creating many more thousands of matrix items. The issue I have is that we are able to, via import scenario, set the Column Attribute ID and Row Attribute ID on the Configuration Tab. These values then carry over to the Item Creation Tab. However, in the Item Class we have a 3rd Variant Attribute we want to use which we want to set the value to via import scenario and then trigger the Create Matrix Items button. Via Import Scenario how do I target and set a value to these additional Variant Attribute fields. I can’t find anyway to do it via Import Scenario when the Screen Name is set to Template Item
Hello,I’ve looked at a couple of other posts with similar questions, but I still can’t seem to find where my problem is.I have an import scenario to create invoices. Some customers have multiple lines on the Excel sheet, but all lines need to be on a single invoice for each customer. The import scenario, however, is only grouping the line items if they appear in sequence on the Excel sheet - I do not want to have to sort the Excel sheet before importing. If line 1 is for customer 1234 and line 19 is for customer 1234, they need to be on one invoice.Here is what I currently have for the import scenario:And here is a snippet of my Excel as an example, 8216 appears here 3 times, but it is creating 2 invoices - the first with the first two instances from the Excel and the second invoice with the third line item:Thanks in advance!
I have an Export scenario that updates a Magento store’s quantity values every hour. I created a GI that will show me the current qty available to ship of all inventory that was invoiced in the last hour.At the start of the day, it will fail with the error: “Index was out of range. Must be non-negative and less than the side of the collection. Parameter name: index.”If I run it manually in Export by Scenario by selecting Prepare & Export, I get the same error.If I check “Discard Previous Result” and select Prepare & Export, then it will run. And for the rest of the day, the process will run on the hourly schedule I have it on.Until tomorrow morning when it will need me to run it manually again.Any ideas on how to troubleshoot this?
Hello All,I have been trying to fix this one for a long time but I need some help! I have setup an automation schedule on the Process Import Scenario Screen. This Automation schedule is set up as follows: The schedule history looks as follows: The Result states Processing is completed but with errors but when I check the for the records on the screen it is supposed to be imported, I cannot find it. It has not been processed. What am I missing out on? When I run this manually on either Process import scenario screen or Import by scenario screen, it runs just fine but not processing the same through Automation. Can someone please help? Regards,Ameya
Hello all,I have been trying to create an import scenario for SO where I have 4 columns from which the data is to be inserted. Out of these 4 columns it is not necessary that the data from these 4 columns are required to be inserted.So as per the above screenshot, for row 1, the value under book1 should be inserted. Similarly, for last row the value under book1 & book2 columns should be inserted while the other should be skipped. For a single row an individual order would be made.What condition can be inserted so that the cells where ‘-’ sign is inserted will not be inserted and be skipped in the import scenario?Thanks.
Hello All,I have been working on an import scenario, where I have some blank values in Inventory ID column for which i would like to skip those rows. How can I achieve that?The data: The import scenario:
I am trying to build an import scenario for using the “Generate Time cards” button on the History tab of an employee / Actions button on employee, but it says its run, but the timecards actually do not generate.I can do them manually so its not due to my user setup. I have tried using Dialog Answer OK, and the actual button says GENERATE but that doesnt work at all.Has anyone done this sucessfully?
Please kindly advise which point that I had do it wrong and please advise. Do I need to create manual Vendor Class on system.Thanks so much
IDear All, could you please advise which point that I had do it error? Please kindly advise because I don't know which point that I had error. Thanks
Good day Team,I am using the following formula to do a positive pay file using the CSV data provider, with a GI as the provider of the results:=[Results.APPayment_extRefNbr]+','+[Results.APPayment_curyOrigDocAmt]+','+Concat('\"'+[Results.Vendor_acctName]+'\"')+','+'99999999999'+','+'A'the formula is adding quotes to the name of the vendor, under the Export Scenario looks great:650.7500,"ADP, INC.",99999999999,ANo problem, there, but when we export to the Text File, the file shows the following:The system keeps adding an initial double quotes and ending double quote as well as doubling the double quotes on the file when we export the data to the file. I added even the \ on the quotes per several pages I found, but nothing has worked. I really appreciate any help on this. I reviewed the follwoing link: but that did not helped, we dont have any spaces on the file.Thank you.
I have a scenario where on a daily/weekly basis, a file is being provided with the data (a couple of fields) of all the customers in the same. There are about 10,000 customer records in the system, and running an import scenario and triggering an update on every single one every time will basically result in 10,000 ERP transactions every time I need to import the records. The thing is that a lot (about 70%) of the these customers don’t have real updates to their values, so import scenario is just “re-entering” the same value and saving it. Is there a way to configure the import scenario to skip the update if the values on the record and from the file are the same?
Im on the newer side when it comes to Acumatica but Im looking to add a webhook or trigger an api callout inside of Acumatica when a Customer record is updated so I can push those changes to the external system. I have looked into business events but Im not seeing a way to trigger a webhook or api callout from a Business event. Im also open to other approaches to this
Please kindly advise the wrong which point should I adjust it. Thanks so much for help
Please kindly advise which place that I have wrong and should edit it to correct and can import it. Thanks
HI All,I want the system to automatically create Purchase Receipt type Transfer Receipt for Sales Orders type Transfer when the Shipment was updated IN (Status = Completed).So I have setup as below:Create a Generic Inquiry which list down all the info needed from SO, SH as attached file AU-216-01. In this GI, I only list the SH transaction has Status = Completed. Create a Business Event trigger by Schedule. 2.1. Create Subscriber Import Scenarios as attached AU-216-03. This Import Scenarios will help to add the Transfer Order. Every order will be a Purchase Receipt transaction. After adding the Transfer Order, will need to be update the Location on DetailsIssue in this step: for an item have more than 2 Lot Nbr, cant import Location 2.2 Create Schedule. In schedule I have a condition if Receipt Nbr is Empty, which means the Business Event will import for all the SO in Generic Inquiry havent had Purchase Receipt Nbr yetDo you have any idea on mapping to import Location working in
I'm setting up my first import scenario for cash transactions (CS.20.40.00). While I've successfully set up the provider and provider object, I'm encountering issues in the mapping section. The test import file prepares the lines perfectly, but the actual import returns multiple errors—here's the latest one. Could someone please share a screenshot of their scenario so I can compare and see where I am going wrong?
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.