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
1
vote
1 answer

How to add Attribute Support to out-of-box Sales Order Entity?

Out-of-box Acumatica Sales Order (SO301000) does not have attribute support. How to extend attribute support to Sales Order entity in Acumatica?
DChhapgar
  • 2,280
  • 12
  • 18
1
vote
1 answer

Custom Long Operation Success message

I'm trying to show a custom success message instead of basic 'The operation has completed.' Does anybody know how to implement it for some specific long operation? (e.g. Only for voiding Reconciliation statement)
Dmitrii Naumov
  • 1,692
  • 8
  • 17
1
vote
1 answer

Acumatica. How we can add our own icons to the Modern UI?

How we can add our own icons (like this https://snag.gy/lEh0NT.jpg) to the Modern UI through customization project? So we have .svg files and we need that in the Modern UI we can use this icons like others. Thanks
vlad lesh
  • 21
  • 3
1
vote
2 answers

How to increase the length of out-of-the-box fields?

Currently, we are using the full 30 characters of the InventoryItem.InventoryCD field, but we need more. How can we increase this field length to 45 characters ?
Simon ML
  • 1,819
  • 2
  • 14
  • 32
1
vote
1 answer

How to include a custom field into Full-Text Entity Index?

The client wishes to use the universal search box, to search for values in a custom field. How can this be done? In this case, I created a simple custom text field, for InventoryItem. Currently, it is not visible in the UI.
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
1
vote
1 answer

How to paste custom field values from Sales Order details to Shipment and AR Invoice?

I have created a custom DB-bound field, called Specialist, in the SOLine, SOShipLine, and ARTran DACs: public class SOLineExt : PXCacheExtension { public class usrSpecialist : IBqlField { } [PXDBString(60)] …
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
1
vote
1 answer

How do you mark a field as required in Acumatica?

I have a requirement to make some fields in the system required. I see that on the attribute listing in customizations, there is a 'Required' check box for the on screen properties. Are there any other steps that need to be performed in a field…
Simon ML
  • 1,819
  • 2
  • 14
  • 32
1
vote
2 answers

How to Automate Extend To Vendor via Customer Import Scenario

How to bring in Business Accounts which are classified as both Customer and Vendor via Import Scenario in Acumatica?
DChhapgar
  • 2,280
  • 12
  • 18
1
vote
1 answer

Displaying GI in tab on any screen

I want to display a GI on one of the tab in any screen. For example, there is a new custom GI for OrderMargin which I want to display on SO screen on a new tab that will show the Order Margin for a particular order only. OrderMargin is simple GI…
Krunal
  • 1,138
  • 1
  • 9
  • 28
1
vote
1 answer

Exporting Records from Acumatica via Screen-Based API

This topic will demonstrate how to export records from Acumatica ERP via the Screen-Based API. The Screen-Based API of Acumatica ERP provides only the SOAP interface. If your development platform has limited support for SOAP web services, consider…
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
1
vote
1 answer

Exporting Records from Acumatica via REST Contract-Based API

This topic will demonstrate how to export records from Acumatica ERP via the REST Contract-Based API. In contrast to the Screen-Based API of Acumatica ERP, the Contract-Based API provides both SOAP and REST interfaces. For more information on the…
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
1
vote
1 answer

How to automatically create Note record in Acumatica?

I've noticed that whenever an AR Invoice gets saved, a record gets created in the Note table with the new invoice's note ID. Can you tell me how that is being accomplished? I'd like to get one of my screens to do the same thing. I guess there must…
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
1
vote
1 answer

How to enable a custom field on PO301000 when the PO is in Open status?

I have added a customization to the PO Entry screen, PO.30.10.00. The customization adds four date fields, a combobox text field, and a string(10) field. Right now, the fields are only editable when the PO is on hold. The user wants to be able to…
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
1
vote
1 answer

Kit Assembly - Custom Date Field

We need to add a custom field to store the Kit Assembly Start Date, but are unable to complete this task due to error "Table does not exist in database: INKitRegister" If we needed a Date field instead of a text field and decorated our custom field…
RuslanDev
  • 6,718
  • 1
  • 14
  • 27