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
4
votes
1 answer

How to create Master-Detail Grids in Acumatica?

I'm working on a custom page to visualize the relations between parent and child records by displaying the table data in a hierarchical order. There are 2 data views in my BLC, which I'd like to use as the data source for two PXGrids to display the…
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
4
votes
1 answer

Acumatica Add a tool tip for text box control

Is there a way in Acumatica to add a tool tip to a text box control on a form? For example I would like to display a tool tip when the user hovers over the tax code control. Tax Code: [ 1099 ].
ref
  • 43
  • 4
4
votes
1 answer

Hide Columns in a Grid

Is it possible to dynamically hide columns in a grid (using AEF). For example, based on certain conditions I want to hide certain columns in my graph dynamically. I have used the RowSelectedEvent and have tried to use PXUIField Visibility…
Joseph Caruana
  • 2,241
  • 3
  • 31
  • 48
4
votes
1 answer

Acumatica Automation Steps

I have created Report and added it to the Reports drop-down on the Customized Screen like this from Automation Steps: Now the question is how can I add Automation Step to the Customization Project so that the user won't have to create Automation…
Samvel Petrosov
  • 7,580
  • 2
  • 22
  • 46
4
votes
1 answer

PXDatabase.Update to update one field value from another in the same table/row

I am trying to write the following statement in Acumatica using PXDatabase.Update: UPDATE MyTable SET MyField2 = MyField1 I want to use PXDatabase.Update for an upgrade process. I have used PXDatabase.Update many times using PXDataFieldAssign and…
Brendan
  • 5,428
  • 2
  • 17
  • 33
4
votes
1 answer

Move records up/down in grid with "SortOrder" field and "Up"/"Down" buttons

Current customization project I'm working on has the requirement of displaying / editing a grid with a "Sort Order" for records. The "SortOrder" field is read only with up/down buttons to allow the user to re-order the items in the grid. The…
Jeff Williams
  • 1,016
  • 5
  • 16
4
votes
1 answer

How can you dynamically change the property of a field attribute for a given data record?

I need to change the property of a field attribute at runtime. How can I do it?
Gabriel
  • 3,733
  • 16
  • 29
4
votes
1 answer

PXAttributeExtension in Acumatica

Does anybody knows how to use PXAttributeExtension in Acumatica? Can I use it for modification of existing attributes, for example CurrencyInfoAttribute?
Yuriy Zaletskyy
  • 4,983
  • 5
  • 34
  • 54
4
votes
2 answers

How to create a hyperlink user field

I have a user field which displays the ARRegister.RefNbr. This user field is contained in the APTran grid. The user actually creates an AR invoice with a custom action, and the new AR document ref nbr is saved to the APTran grid. I wish to craft…
Chris H
  • 705
  • 5
  • 11
4
votes
2 answers

Acumatica Web Services API Login

I am attempting to perform some basic integration using Acumatica's web services. Unfortunatly, I'm having problems logging in. According to their documentation, this process should look something like: apitest.Screen context = new…
rheldt
  • 81
  • 1
  • 7
3
votes
1 answer

Aumatica - Event When File is Attached to Document

I'm looking to run a method when a file is attached to a document in Acumatica (POOrder in this case). Essentially an event that is fired when a file is attached. Through my research I was not able to find any documentation or similar questions…
Jeremy Hodge
  • 612
  • 3
  • 14
3
votes
1 answer

Passing parameters to GraphAction in Acumatica from toolbar button

(Edited to better reflect the current state after help from the comments) I have a graph extension to which I have added a PXAction and PXButton etc. The method (now) accepts parameters. The button appears on the screen as expected an I can debug…
Chris Rothery
  • 113
  • 1
  • 7
3
votes
2 answers

How to Override the InventoryCD Number Sequence

I have a request to change the number sequencer for a new Item based on the Class that is selected for the new item. So, the user selects a particular class and the system need to find the next value for the InventoryItem.InventoryCD by using a…
MikeNIke
  • 221
  • 1
  • 10
3
votes
1 answer

How to send multi-select attribute values to Acumatica

I can't find an example of this here or in the Acumatica sample code. Sending single attribute values works fine, but I can't find a way to send multi-select ones. They are returned as a comma-separated list in a string value, but sending them that…
CSX321
  • 347
  • 2
  • 4
3
votes
1 answer

Acumatica and System Crash related to Push Notification Dispatch Errors

Does anyone understand this error or how to further troubleshoot? I see it on the system monitor screen, and the site crashes seconds after this error. Level: Error Source: PushNotifications Event: Push notification queue dispatcher failed Link to…
Cory
  • 305
  • 1
  • 8