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
0 answers

Issue while login to Acumatica 20 R2

am getting this error in 20R2: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code…
0
votes
1 answer

Pull Attributes from Stock Item to SO Line custom field

I'm relatively new to customization programming in Acumatica and I have a question about the best way to pull in attribute values from the stock item screen to a custom field on the SO Line in the sales order screen. I have done something similar on…
Scott S
  • 31
  • 6
0
votes
0 answers

Exclude a table from Snapshot creation in Acumatica

Is it possible to keep a custom table from being added to snapshots outside of editing the snapshot definition? We have a credential table for our cloud endpoints and customers keep replicating them in test companys via snapshot restoration. We're…
Patrick Chen
  • 1,028
  • 1
  • 6
  • 8
0
votes
1 answer

How to add to a custom graph activities button?

I created my own DAC and Graph following the framework guidelines, but I want to show Activities button on the right corner on the screen, how can I show this button? Is there an attribute? or an special field on the dac?
Anhy
  • 17
  • 3
0
votes
1 answer

IFRAME in acumatica form

I am trying to call an external URL from Acumatica from using iframe. I have tried this and it did not work
0
votes
1 answer

PXAction doesn't want ot save Cache data

Good day Build 20.107.0026 Screen id FS300200 I have created a button on the Appointments screen that does some work and to calculate the long and Latitude of an address. I have extended my Adress and added the usrDeliveryAddressLongitude &…
JvD
  • 473
  • 3
  • 18
0
votes
2 answers

Acumatica - Cross Referencing

My DAC and tables are defined as follows Data structure ParentTableDAC (FormView) ChildDac1 (TAb1/Grid) ChildDac2 (Tab2/Grid) in ChildDAc2, ChildDAc1ID need to be shown as Selector, How this can be done? We are facing issue if Data is not saved for…
Shaj
  • 37
  • 7
0
votes
1 answer

Getting error while deleting the Record in the "investigation screen"

Concept is: When I saved the particular record on the investigation screen that "investigationID" field should save in another screen called "Deviation report" (you can see the below images) investigation screen image deviation screen…
Ashok
  • 13
  • 6
0
votes
1 answer

Acumatica Fluent BQL selects hang

In a customization, I have overridden the behavior of a SO Line inventory ID RowUpdating event, so that the Alternate ID is set to a different value for a certain condition. To do so, I created a new attribute class that inherits from…
Tony Lanzer
  • 281
  • 1
  • 15
0
votes
2 answers

Single field value won't update on cache update

I'm attempting to insert an INKitRegister item. Here's the code: KitAssemblyEntry kitGraph = CreateInstance(); INKitRegister kit = new INKitRegister(); kitGraph.Document.Current =…
Deetz
  • 329
  • 1
  • 16
0
votes
1 answer

How to add a New Action to the mobile App

Good day Build 20.107.0026 I have created a New Action and want to add it to my Mobile app. Is it possible to add a custom action to a mobile screen? I have created the below action in the Appointment screen(FS300200) namespace PX.Objects.FS { …
JvD
  • 473
  • 3
  • 18
0
votes
1 answer

Can you see what mobile is currently connected to Acumatica

I am trying to find a way to see the IMEI code of the current logged in user from their mobile device. I see that Acumatica does create an Instance ID but I also have had no luck in seeing a way to check which one is currently being used. I have…
JvD
  • 473
  • 3
  • 18
0
votes
1 answer

How do you remove the Notes and Attachments icons from a GRID

I am trying to remove the files and Notes icons from the Grid on the My Documents(SP402000) page in the portal. I want to save data in the notes that the customers should not be able to see.
JvD
  • 473
  • 3
  • 18
0
votes
1 answer

Extend Endpoint to show Created By User ID

I need to be able to see the Created By and/or the Last Updated By User ID's for a Document or Transaction (example Inventory Receipt). How can I add these fields to my extended Web Services Endpoint as these fields are not showing up in the list…
Diane Cawley
  • 120
  • 5
0
votes
1 answer

Click On Save and Release Buttons when change data in method dynamically in acumatica?

I have a button called PayEFTPOS, See Image Here when click on this button will invoke this method [PXButton(CommitChanges = true)] [PXUIField(DisplayName = "Pay EFTPOS")] protected void customAddView() { var documents =…
splinter.cell
  • 113
  • 1
  • 7
1 2 3
99
100