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

How to customize the approval button on the Expense Claim screen

I am trying to customize the approve button and I can't find the right method to do it. Could you tell me how I can manipulate that event. Thanks in advance. button to customize Method
Marco A.
  • 27
  • 5
0
votes
1 answer

How to display Password as asterisk for Attributes

I have an attribute which requires user to enter their password. I have create such attribute as Text control type, but how can I have it display as asterisk instead of plain text. Any suggestions?
Krunal
  • 1,138
  • 1
  • 9
  • 28
0
votes
1 answer

Restrict Invoice Release if condition satisfied and custom error thrown

I have override Invoices screen Release action to restrict the Invoice release if my condition satisfied and the custom error is thrown, but even the error is thrown and after closing that error, the Invoice still gets released but I want to…
Vivek
  • 13
  • 4
0
votes
0 answers

Unable to create Customer Payment Method through REST API

While trying to create the Customer Payment Method using REST API, I'm facing this issue : Value Cannot be Empty. Below is the json that i'm using { "CustomerID" : { "value" : "ARYA" }, "PaymentMethod" : { "value" : "AMEX" }, …
0
votes
1 answer

Acumatica REST API - need info on API to show Account Inquiry / Customer Open Balances

Want to know the Acumatica REST API to be used to get Account Inquiry / Customer Open Balances. If no such web services then how to extend end point using which modules of acumatica erp
venkat
  • 39
  • 1
  • 8
0
votes
1 answer

Import of client scenarios

I import a file to update the client, but when I go to the AR303000 screen, an error appears. please someone to tell me what is wrong, thanks to everyone.
Tibu
  • 31
  • 1
  • 8
0
votes
0 answers

WarningMessage Property for APRegister not found

Why is the WarningMessage property for APRegister not found in APDocumentRelease I'm working on APDocumentRelease on AppData.CodeRepository.PX.Objects.AP folder. On line 255, the code is giving error since WarningMessage property for doc is not…
0
votes
1 answer

PXSelector allowEdit

How do you make the allowEdit choice on selector fields on the grid available in the layout editor? It seems that allowEdit choice on selector fields only works on forms but not on grids.
0
votes
1 answer

Add text to the back of the grid, on the screen AP302000

I would like to know if you can enter text in the back of the grid Could you tell me if you can add a text, thanks to everyone?
Tibu
  • 31
  • 1
  • 8
0
votes
1 answer

WebDialogResult YesNoCancel

I want to ask for help, about YesNoCancel, it does not work to cancel, they only work yes and no, less cancel Example: here works well, when I press No When I press Cancel, you must deactivate the detraction check, as shown in this picture, but do…
Tibu
  • 31
  • 1
  • 8
0
votes
1 answer

Upgrading extended webservice endpoints to System Contract 3 (18.200.001) throws error "View Results has BQL delegate"

We have an EDI vendor that uses our extended webservice endpoints. These are currently all still 6.1 Contract 2. We attempted to provide upgraded 18.200.001 Contract 3 endpoints, but they are running into an error "View Results has BQL delegate"…
June B
  • 141
  • 10
0
votes
1 answer

Acumatica REST API - StockItem - How to use UOMConversions from response

In Acumatica REST API - StockItem I am using the url https://sandbox.kimballinc.com/AcumaticaERP/entity/Default/18.200.001/StockItem?$filter=InventoryID eq '12345' & $expand=UOMConversions In the response i am getting UOMConversions object as …
venkat
  • 39
  • 1
  • 8
0
votes
1 answer

Divide results into tabs in View Inquiry (Generic Inquiry)

In the screen Generic Inquiry (SM208000), I choose SO-Invoice and click VIEW INQUIRY, it leads to a screen that have some tabs are classified query results by Invoices Type. My question is that can I create my generic inquiry with those tabs in my…
Jade.B
  • 17
  • 3
0
votes
1 answer

How to enable grid field in Acumatica - Adjustments

This is my code to enable the grid and enter data, but it does not work. protected void ARAdjust_RowSelected(PXCache cache, PXRowSelectedEventArgs e) { ARInvoice rInvoice = Base.Document.Current; if (rInvoice.DocType ==…
Tibu
  • 31
  • 1
  • 8
0
votes
1 answer

Deleting orphan records created by Snapshot restore

I have many snapshot restorations in my instance. Due to which I can see there are orphan records (with Company ID in negative). It’s on many tables, not just this one. Is there a process or best practice to clean this out? Or do we go table by…
Krunal
  • 1,138
  • 1
  • 9
  • 28