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

Acumatica REST API - StockItem - Query on getting Multiple UOM and Branch wise Qty

In Acumatica REST API - StockItem Question 1: How to get the multiple UOM of a Product ? Question 2: How to get Branch wise Qty of a Product ? I am using the url…
venkat
  • 39
  • 1
  • 8
0
votes
0 answers

Quantity Update when changing Usr Field on Adjusments Screen

I've Added 2 USR Fields to change the Qty of the Transactions grid on the Adjustment Screen the Usr Fields Usage is the following... The 1st one (Qty On Hand) contains the Qty On hand they have of this item in the selected location and…
0
votes
1 answer

Acumatica REST API - how to link multiple contacts with one customer

I am able to create one customer and one contact separately. But not able to link one contact created with the new customer being created or updated. can some one help me with sample json request for creating one new customer where in we must be…
venkat
  • 39
  • 1
  • 8
0
votes
1 answer

Acumatica REST API - StockItem - how to use multiple product id in request with specific product ids

I am using the Acumatica REST endpoint https://sandbox.kimballinc.com/AcumaticaERP/entity/Default/6.00.001 in my application I am using the URL https://sandbox.kimballinc.com/AcumaticaERP/entity/Default/6.00.001/StockItem?$filter=InventoryID eq…
venkat
  • 39
  • 1
  • 8
0
votes
2 answers

Acumatica REST API - StockItem - how to expand Price Item in request

I am using the Acumatica REST endpoint https://sandbox.kimballinc.com/AcumaticaERP/entity/Default/6.00.001 in my application I am using the URL https://sandbox.kimballinc.com/AcumaticaERP/entity/Default/6.00.001/StockItem?$filter=InventoryID eq…
venkat
  • 39
  • 1
  • 8
0
votes
0 answers

Device Hub communication with printer queue

I'm trying to print the Inventory Items as labels and we have this code to set a report I create that receives the InventoryCD and prints the label with a Barcode and the Inventory descr of said item... the code does send the report to the Device…
0
votes
1 answer

Acumatica ERP redirect by condition after the page has been loaded

Is there any way to redirect from one custom page to another in case of some conditions when the first page is opened? I have tried using PXRedirectByScreenIDException with RowSelected events but the exception is not being handled and redirect is…
Samvel Petrosov
  • 7,580
  • 2
  • 22
  • 46
0
votes
1 answer

Can I set my subreport to print ONLY on certain pages?

I created a Check Remittance and Form with 6 subreports. Subreports 1-3 print details for Checks 1-18, Subreports 4-6 print details for Checks 19-37. On the first page of my report I would like to have Subreports 1-3 printed and on the 2nd page I…
NitaRab
  • 31
  • 2
0
votes
1 answer

Hiding Column for all the users in the Column Configuration

i would like to Hide the column(except Inventory ID and Description) in the "Expense Item" Lookup screen on the Expense Receipt screen(EP301020) for all the users. How can i set that some columns (which are not needed) in the "Available column"…
A. Acuman
  • 1
  • 2
0
votes
1 answer

Acumatica - Graph extension and Screen Renaming

Good day! I have extended a graph to change the screen title of an existing page. public class NonStockItemMaintExt : PXGraphExtension { public override void Initialize() { base.Initialize(); …
Linnaire
  • 61
  • 9
0
votes
2 answers

Acumatica Report Not Showing in Acumatica

I recently just got into Acumatica Report Designer. I have followed a quick tutorial I had found at https://www.timrodman.com/building-your-first-report-in-acumatica-report-designer/, but when I put my report into my Local instance of Acumatica I…
C.J. Hope
  • 29
  • 7
0
votes
0 answers

Acumatica Formula Unsupported

I am building a GI in Acumatica. I a have it all completed, but I am getting the error: (Unsupported formula operator 'IIf.') I used some extensive relationships to try and get the result I want and need. These are the tables and relationships…
C.J. Hope
  • 29
  • 7
0
votes
1 answer

Question on Overriding a method in Customization

What if I override a method on a particular screen. For example: let's say Journal Transactions Screen, I've overridden the method Release(), I've made it to stop Posting Transactions on the General Ledger with that customization applied, when…
Eds
  • 169
  • 10
0
votes
1 answer

How to Redirect to a Dashboard and pass parameter value

Is it possible to redirect to a Dashboard Screen and pass dashboard parameter value on Acumatica? For example, the Customer View Dashboard on Acumatica has a parameter (see below) I would like to redirect to this screen with param value.
cbetabeta
  • 605
  • 6
  • 11
0
votes
1 answer

Promised Date from PO Order line to ReceiptLine

I would like copy the Promised Date from the Purchase Order (PO802388) Line to the Purchase Receipt Line (PO302000) when creating the PO Receipt. I am trying the customisation project but could not find how to link the PO Receipt line to the Order…
A. Acuman
  • 1
  • 2