Discussions about ISV solutions
Recently active
We’re trying to print FedEx labels as ZPLii files, however there seems to be a problem with the LBL Stock Type. When its set to a Paper Type, we get the error: “FEDEX: INVALID.STOCK.TYPE Invalid values in Label Stock Type for LABEL,” however, when it is set to Stock, we get the error “Unsupported file type. Supported types are: .als, .cer, .csv, .dat, .doc, .docx, .epl, .exe, .gif, .ico, .ics, .jpeg, .jpg, .js, .mdb, .msi, .ofx, .pdf, .pfx, .png, .ppt, .pptx, .qbo, .qfx, .rar, .rtf, .sql, .swf, .tif, .txt, .xls, .xlsx, .xml, .zip, .zpl.” How can we get around this issue?
Hi,I need to create Sales Order item with my values in Groups like Ship-to-Contact and Bill-to-Contact fields like ‘Email’, ‘Phone1’ via REST requestI tried many requests like this Please, suggest how to configure Acumatica or request for having an ability to create Sales Order with group fields values that I mentioned abovehttps://sytech.acumatica.com/entity/AlphaEndpoint/20.200.001/salesorder?$filter=OrderNbr eq 'SO005133'{ "Currency": { "value": "USD" }, "Details": [ { "InventoryID": { "value": "03242505" }, "rowNumber": { "value": "1" } } ], "CustomerID": { "value": "ABCHOLDING" }, "ShipToOverride": { "value": true }, "ShipToContact": { "Email": { "value": "8@abcholdings.com" }, "Phone1": { "value": "444455556666" } }, "ShipToAddress": { "OverrideAddress": { "value": true }, "AddressLine1": { "value": "65 Broadway" }, "City": { "value": "New York" }, "Country": {
HiIn Acumatica 2025R1 do we need to change endpoint version ?In Acumatica2024R1 it was 23.200.001In Acumatica2024R2 it was 24.200.001In 2025R1 it is 25.200.001 or 24.200.001 ?
I’m looking for input from other end users of Acumatica. We currently use Century Business Solutions (or EBIZCharge) for our credit card processing. For various reasons, we’re not real happy with their service.What 3rd party processors, that integrate with Acumatica, are considered the best? I found a few others (REPAY and ERP-VAR) that also integrate, but I know nothing about them. I hesitate to just jump in with another processor before doing some research, which is what I’m attempting to do now. Ha!
We are currently looking at Avalara, Sure Tax and Vertex. Do you recommend one over another and why?
So far, here are the ones supported. There could be more. Would request the community to update this list. Authorize.net (native) APS PayPal PayFlow Braintree WorldPay eBiz AcuCharge (Vantage Card) PayPal Request for Money (not a payment gateway, but a way to send email to customer and get money via their PayPal account)
Does anyone know of, or use a good integration to handle reservations (e.g. campsite) with an into Acumatica?
I have added custom field for Payment entityPreviously I used Acumatica API for getting this field according to this topic https://openuni.acumatica.com/courses/development/t190-development-quick-start-in-customization/Is it possible to get custom field value using REST request without Acumatica API ?
All partners are invited to join the webinar on December 3 at 2 PM ET to explore the Property Management module. Learn how to leverage it for your clients and understand its go-to-market strategy. The webinar will cover:The Property Management Market Opportunity Competitive landscape Key Discovery Questions to Qualify Potential Leads Solution overviewRegister here
We are in the process of implementing Acumatica for our manufacturing and distribution company and are looking for a new platform for our website and product guide. Currently, we have several custom-built style sheets that pull data from our old system and create a professional looking product guide. The guide can be viewed in PDF from our website or printed. Are there any platforms that offer this type of functionality out of the box or with minimal customization? Thanks!
I am seeking other Partners or Customer with experience using the Pacejet Integration in 24R1Question - when creating a BOL in Pacejet should the BOL be transferred to the the shipment in Acumatica ?
Is anyone aware of a 3rd party time entry application that would allow for entering time for service order appointments, projects, and manufacturing orders?It doesn’t need to have a native integration to Acumatica, as that is something we can build. Ideally, we would push appointment numbers, project/task numbers, and production order numbers to the time entry app. Then, the time entries would push back to the appropriate places in Acumatica (appointment log, timecard, and labor transaction).
Has anyone created an integration with Vena Solutions? https://www.venasolutions.com/
I need to clarify a few points regarding the modification of an existing Bill:Is it possible to update the VendorRef field in an existing Bill? Is it possible to update the ‘Approved for payment’ checkbox in the Financials tab of an existing Bill? Can we change the status of an existing Bill via a REST request? The initial status may vary; what restrictions could there be ?
Hi, What’s endpoint version for Acumatica 2024R2, is it 23.200.001 ?
Hello all,Can anyone share your suggestions/thoughts on how one can protect the intellectual property rights of customization packages deployed by ISV partners from being copied by other Acumatica partner.So as for instance, if an ISV partner sells its product to one of the Acumatica VAR to be used by the end user, how can the ISV partner protect or restrict that the VAR shall not copy the functionality from the customization package. Thanks.
We are setting up a client with eSign that uses Adobe Sign in 2023 R1 Construction Edition, The credentials connect fine in Acumatica and when trying to click “send” with a document from Acumatica it errors out with a red box but no error message. I have successfully setup Docusign in the past and it is a bit different but worked fine. I think the problem is redirect URL, but I copied it directly from the documentation with the prefix of the client instance, but I may be missing something here. Here is the connection, so this part is working: Error message when clicking the “ESIGN” button in the middle of the screen:Redirect URL Format:
Are the Aatrix services integrated with Acumatica confirmed as compatible with Acumatica 2024 R1? Who has upgraded to 24R1 and continued to use the integrated Aatrix services without issues?
Hi all,Via the Rest API, is there a standard way to delete just the line items on Journal Transactions or Expense Claims? If you pass in an item in the Details param, it will add to the Details which makes sense. I’d like to avoid completely deleting the old transaction / claim then making a new one. Thanks for your help!
Hello all. We have built an integration to push Journal Transactions into Acumatica with the Rest API. Our transactions can have hundreds of line items, which would come over as Transaction Details. We first tried to do this within a single request. But we get this error when trying to push transactions with more than 10 details: ```[Acumatica] 414 Request-URI Too Long: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><HEAD><TITLE>Request URL Too Long</TITLE><META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD><BODY><h2>Request URL Too Long</h2><hr><p>HTTP Error 414. The request URL is too long.</p></BODY></HTML>``` We have since broken up the request into batches of 10. This also doesn’t work because the Journal Transaction will get rejected if the lines don’t balance, and the way we separate lines we can’t guarantee batches of
2022 R2 We have paid for Shipping Carrier Integration license. I have integrated EasyPost for UPS using our carrier rates as per the provided guides. Tested the setup and it is connecting properly.Tested Confirming Shipment to Verify Connection - It workedWhen shopping for rates at the sales order document and select a rates, it adds the cost to the document and marks up the cost to add a freight price correctly per the freight terms I have setup. Great.Add cost and price based on rate selected and shipping terms (120% of freight cost)But, we don’t have standard packages for all our products. We do manual packaging. So, our workflow requires us to add packages, dimensions, weights at the shipment document level. No problem, add this at the shipment level instead of sales order level. The issue we are having is that after adding the package details, shopping for rate and selecting a rate it does not update the Freight Cost field. Furthermore, if we manually add the freight cost (not ide
Are you a thought leader in the Acumatica space? If so, submit a session idea for the upcoming September acuCONNECT virtual conference happening September 13-14! We’re looking for educational content to help your fellow users and partners make the most of their Acumatica system (no sales pitches, please).Submit your idea here:https://acu-connect.com/acuconnect-2024-session-submission/ Please submit by 5/31 for consideration for this year’s big event.
I am encountering a warning message with the following content. Could you please assist us in resolving this issue? PX1076"Warning"This code calls Acumatica internal API marked with PXInternalUseOnlyAttribute which is not intended for public use. CustomerSchemaDetails details = SalesPersons.Search<CustomerSchemaDetails.sourceField>(SchemaConstants.LocationID); if (details?.IsActive == false) { details.IsActive = true; // am getting warning in this line number SalesPersons.Cache.Update(details); } Thank you in advance.
I need to fix acuminator warnings of type PX1072. Here I have a custom graph written in which there’s a static method. Inside this static method, I need to use graph in BQL statements. Since its custom graph with static method, so I cannot use this and Base as well. Initial code is using new PxGraph() as a wrokaround. Below is the screenshot. Also wanted to understand if calling a delegate having update/insert statements at various places inside row selected is good or bad? I am using 2024R1 Preview as my instance.
Hi,My application generates request, which creates bill. It worked till Monday, but after Acumatica was updated I started receive such error :"Receipt Line PR574695 - 1 not found.",. I checked Acumatica Endpoint and everything what was added is not missed.Here is example of request { "VendorRef": { "value": "103tyjt5462" }, "DueDate": { "value": "04/28/2024" }, "Vendor": { "value": "00018" }, "Date": { "value": "02/28/2024" }, "Description": { "value": "dhID \"4\"" }, "ReleaseBill": { "value": "True" }, "PostPeriod": { "value": "02-2024" }, "Details": [ { "InventoryID": { "value": "BRUNO" }, "Description": { "value": "StuH" }, "Qty": { "value": 1.0 }, "UOM": { "value": "EACH" }, "UnitCost": { "value": "3,2" }, "Project": { "value": "X" }, "Branch": { "value": "520" }, "ExtendedCost": { "value": "3,2" }, "POLi
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.