Questions tagged [acumatica-kb]

The knowledge base for Acumatica, a cloud and browser-based enterprise resource planning system (ERP), which can be customized and extended via an SDK and interoperated with via a web services API.

Acumatica often refers to the ERP and CRM product offered by Acumatica, but can also refer to the Acumatica Cloud xRP Platform.

Acumatica development is done using C# and ASP.NET markup language for interface or pages. Querying the back-end database occurs through BQL, which maps to SQL Server or MySQL queries. New applications can be developed using Visual Studio, and a web-based customization environment allows users to extend and customize existing screens using the Acumatica Customization Environment IDE. Acumatica applications can be run from the browser, or on mobile devices using the native iOS and Android applications. Deployment can be done in public and private clouds, using single-tenancy and multi-tenancy modes.

327 questions
0
votes
1 answer

Exporting Records from Acumatica via SOAP Contract-Based API

What is the recommended way to export a large amount of data from Acumatica via the SOAP Contract-Based API?
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
0
votes
1 answer

How to enable a custom field on AR301000 after the ARInvoice is released?

Some user fields were added to the ARInvoice entry screen (AR301000). The user fields exist in the Transactions grid. They are text fields only. There is no custom logic associated, and are bound to the DB table. A user wishes to modify a particular…
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
-1
votes
1 answer

Adding invoices inside the acumatica

I have a requirement to integrate invoices into Acumatica and subsequently create a REST endpoint using Spring Boot to retrieve details of unpaid invoices. However, I am entirely unfamiliar with Acumatica, and this software is new to me. I have no…
-1
votes
1 answer

while publishing customization project on acumatica 22R1 instance I am getting error

System.Exception: An error occurred while copying files to the temp directory ---> System.IO.IOException: Cannot create…
-1
votes
1 answer

Acumatica publishing a custom table and custom form on 2020 r2

i am trying to update my acumatica version to the latest version 2020 r2 from 2019 r1. as i am publishing my customization project i encountered an error that wont let me continue my publish. See photo this is my error even if i remove all of the…
Rei Gner
  • 125
  • 11
-1
votes
1 answer

Pop Value is not updating in custom screen grid

we have requirement to update the selected value in pop up screen in custom screen grid. can anyone help me on this. Thanks.
-1
votes
1 answer

How to update a custom field values while confirm shipment action is running in Acumatica

we have requirement to duplicate the confirm shipment action button for some business work and also need to update some custom fields on confirm shipment long run operation is completed. Below is my code but while doing cache update i am getting…
BhavyaSri
  • 150
  • 10
-1
votes
1 answer

Customer lookup based on contact selection in Acumatica

I need to create a customer lookup in SO screen (SO301000). I have already created user defined custom field as below. #region UsrKWBSCustomerID [CustomerAndProspect(Filterable = true, DirtyRead = true)] [PXUIField(DisplayName =…
BhavyaSri
  • 150
  • 10
-1
votes
1 answer

Could someone help me on How to edit & Save a tracking number field on shipment screen even after shipment status is confirmed,completed or invoiced

Below is the code that i tried in ShipmentEntry graph extension but save button is not not enabled to save the new entry of tracking number also due to this code the entire row fields got enabled. protected virtual void…
BhavyaSri
  • 150
  • 10
-1
votes
1 answer

How to get the end number the screen cs201010

How to get the last number when it shows the warning number. Acumatica does not allow me to register the last number that would be "MD9". Now when you try to register the next "MD10" series, MD11 is recorded as shown in the image. Please could you…
Marco A.
  • 27
  • 5
-2
votes
1 answer

Can we create a new site map for the SO301000 Sales Order like "Test Sales Order" site map in Acumatica

Do we have the feasibility to create the site map for Sales Order like Test Sales Order and when I click on this site map, I would like to load always one order details in the Test Sales Order screen. If we have this feasibility, please provide me…
Naveen B
  • 55
  • 4
-2
votes
1 answer

GENERATE MULTIPLE TEXT FILES IN ACUMATICA LOCALLY

How can I generate several text files at the same time locally? I am using the method: throw new PXRedirectToFileException (file, true); ![enter image description here][1] However, this method only generates 1 text file. I need more than 1 text…
1 2 3
21
22