Questions tagged [acumatica]

Acumatica is 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. Only topics about interfaceing via the SDK or API are on topic.

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.

3477 questions
0
votes
1 answer

Sales Price Maintenance...how to apply grid level user defined filters to select

I've got some code on the Sales Prices (AR202000) that updates values. Right now, it works that it only changes the records in the grid based on the header search. If I, for example, quick search on the grid to limit to "starts with '24'" I still…
T-Rav
  • 67
  • 9
0
votes
1 answer

Acumatica hide branch lookup from menu

Good day is it possible to remove the branch picker in the top menu(ribbon)? We want to give the users access to other branch warehouses only but we don't want them to have access to the branch itself.
JvD
  • 473
  • 3
  • 18
0
votes
1 answer

Error: Acumatica SOAP API release invoice from Invoices and Memos screen(AR301000)

I'm trying to release an especific invoice from Invoices and Memos screen (AR301000) using the SOAP API as documented in the I210 Contract Based Web Services guide. Debugging my code, When I release the especific invoice I get this…
0
votes
2 answers

How to solve Acumatica SQL Error After Upgrade

I'm trying to update my client's Acumatica ERP to the latest version. I cloned the current instance to test drive the update procedure and make sure everything runs smoothly. They are currently using version 2019 R2 and want to update to 2020…
Carlos Sosa
  • 445
  • 1
  • 5
  • 19
0
votes
2 answers

Unable to publish customization from Customization Project Browser screen

I am having a weird case where I am unable to publish customization from Customization Project Browser. Whenever I click on Publish Current Project menu item from Publish menu, it opens up Compilation immediate window with Publish Customization…
Bikash Lama
  • 177
  • 1
  • 13
0
votes
1 answer

Making sure joined tables come along with Inserted Row

I find a lot of times I will have a dataview as such PXSelectJoin>>, LeftJoin>>> View; And I will insert a row into the backing cache of the View: View.Insert(new A() …
Kyle Vanderstoep
  • 688
  • 4
  • 10
0
votes
1 answer

Overriding Copy/Paste function

I have a extension table in Sales order and the values are not updating while copy past a sales order. Is there any way I can override the function.
0
votes
1 answer

How to retrieve specific fields from a custom data view?

I have a performance issue in my dataview and I want to retrieve specific fields from my custom data view called "AplicacionInventoryItem" in SOOrderEntry_Extension, I use this data view in the DataMember property to obtain data records into the…
0
votes
2 answers

Create Sales Order Payment in 2020R2

I'm upgrading a customization that was able to create payments on Sales Orders via code. Prior to 2020R2 I could use something along the lines of... PXGraph graph; orderEntry.CreatePaymentProc(orderEntry.Document.Current, out graph); ARPaymentEntry…
Nickolas Hook
  • 774
  • 5
  • 13
0
votes
0 answers

Calculating Dates with Acumatica

Trying to calculate a date by simply adding two(2) days from another field. The code below does not work because it says DateAdd does not exist in the current context. When you try to add anything, it says that DataTime fields cannot use opperand…
ipfreely
  • 3
  • 1
0
votes
1 answer

How can I customize the SOLine InventoryID selector?

I would like to customize the SOLine InventoryID selector to filter out certain inventory items based on the value of the class they are part of. I've read about the [PXRestrictor] attribute and how it can be used to filter selectors. This seems…
Deetz
  • 329
  • 1
  • 16
0
votes
2 answers

Acumatica - Filter Generic Inquiry via REST

Trying to use this Generic Inquiry's REST API, I am able to retrieve all records though would like to filter them. Can retrieve all data with PUT {{baseUrl}}/RawDataForReport?$expand=Result with an empty body request. When I added a field Period to…
zyrahjane
  • 349
  • 3
  • 13
0
votes
2 answers

2020R2 CustomerMaint Views no longer defined

I have a customization that I'm upgrading for Acumatica 2020R2 that did various work with Customers through a CustomerMaint graph instance. As of 2020R2 it appears various Views have been changed in how they are implemented. Doing an Inspect Element…
Nickolas Hook
  • 774
  • 5
  • 13
0
votes
0 answers

Acumatica - Copying a row in Purchase Orders screen

We would like to copy current row in acumatica via button in Purchase Orders screen. I asked question about that earlier in Acumatica - Copy last row None of the solutions work anymore in 2020 R1, build 20.104.0012. It appears that NoteID needs to…
Stan A
  • 133
  • 8
0
votes
0 answers

Hidden fields being copied for a Project

After upgrading from 2017 R2 to 2019 R2, custom fields on a Project we have designated as PXCopyPasteHiddenFields are now being copied. I assume this has something to do with the change from using the normal Copy/Paste icon on a Project in 2017 to…
Tony Lanzer
  • 281
  • 1
  • 15