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

Create custom User Control for Acumatica

I am attempting to create a custom User Control that is usable in the Acumatica Framework. Documentation is very limited so I was hoping someone may have some experience/examples of how best to implement? It appears possible by creating a WebControl…
Anth12
  • 1,869
  • 2
  • 20
  • 39
58
votes
9 answers

Cannot load a reference assembly for execution

All of a sudden my website is not loading and giving me below error. I am running VS2017 with .Net Framework 4.7.1 on Windows 10 Home. [BadImageFormatException: Cannot load a reference assembly for execution.] [BadImageFormatException: Could not…
Krunal
  • 1,138
  • 1
  • 9
  • 28
8
votes
1 answer

Hiding a tab from the user interface dynamically

I have a page with a PXTab control and want to show or hide individual tabs on the page dynamically. How can I control visibility of tabs at runtime?
Gabriel
  • 3,733
  • 16
  • 29
7
votes
1 answer

How to show images inside selector lookup?

What is the best way to show images alongside with other columns inside Inventory ID selector lookup on the Sales Orders screen:
RuslanDev
  • 6,718
  • 1
  • 14
  • 27
6
votes
2 answers

How do export an invoice or current statement using Acumatica's SOAP API via PHP?

How do export an invoice or current statement using Acumatica's SOAP API via PHP? I can generate SOAP PHP stub classes using https://www.wsdltophp.com/ Most of the examples I have found use .Net The WSDL my client has provided me with…
Jeremy Leys
  • 131
  • 1
  • 6
6
votes
1 answer

Excel file generation - API/Methods exposed?

Acumatica obviously has the ability to create excel files from various locations in the system. Is the methods used to generate the excel file exposed publicly by chance and can be used outside of the standard grid, report, import services? I have…
Jeff Williams
  • 1,016
  • 5
  • 16
5
votes
1 answer

Cannot publish individual customization packages in Acumatica

I'm having a strange problem on my development workstation. I can no longer publish ANY single customization package within Acumatica using the Project Browser window. But strangely, I can still publish ALL packages without issue from the main…
Ben Rothe
  • 193
  • 9
5
votes
2 answers

Printer fails to receive job from DeviceHub

I have the exact situation described in this question: Device Hub communication with printer queue Due to the question having neither an accepted, nor an acceptable answer, I am asking the question again. I have configured DeviceHub with Acumatica,…
Deetz
  • 329
  • 1
  • 16
5
votes
1 answer

Custom field on CROpportunity doesn't display saved value since upgrading from 6.10 or 2017R2 to 2018R1

I made a DAC extension on CROpportunity in my customization project which was working well in 6.10 and 2017R2. Now I upgraded my site to 2018R1 and my custom fields don't work anymore. As soon as I save my record, the customized field goes blank…
Simon ML
  • 1,819
  • 2
  • 14
  • 32
5
votes
1 answer

Get report output in PDF fromat via Acumatica REST API

Is it possible to get PDF output of the report generated as a result of the action invoked for the particular screen via REST API? For instance, we want to provide users of the external application with the ability to execute "Print Invoice/Memo…
Denys D
  • 51
  • 4
5
votes
1 answer

How do I play a sound in response to a custom action or button in Acumatica?

We have a need to play a sound file on grid cell, for this we have used the below control
Gabriel
  • 3,733
  • 16
  • 29
5
votes
1 answer

Dynamically changing PXSelector in Acumatica

I have the following use case: Acumatica combo box / dropdown, which can have 8 or so values, the selection of which determines the table / DAC used to present in a PXSelector. e.g.: -If user select option a, I need to show in PXSelector values from…
pmfith
  • 831
  • 6
  • 24
5
votes
3 answers

How to work with Assignment and Approval Maps in Acumatica via Automation Steps?

I need to make usage Assignment and Approval Maps. What is template for usage of maps which are constructed at page EP205000? I made research in file coderepository.xml of Acumatica, and found there EPApprovalAutomation class. I wanted to use it,…
Yuriy Zaletskyy
  • 4,983
  • 5
  • 34
  • 54
4
votes
1 answer

Is there more required of a batch action than a regular action?

I have the following code working which prints an address label from a Customer account: public class CustomerMaint_Extension : PXGraphExtension { #region PrintAddressLabelNH public PXAction PrintAddressLabelNH; …
Deetz
  • 329
  • 1
  • 16
4
votes
0 answers

Passing parameters for a Action in Acumatica Rest API WebService EndPoint

My Requirement: In Bills and adjustment screen, I want to add subcontracts from the "ADD SUBCONTRACTS" button from gird button. I am using post Method in postman like this Post…
saikiran
  • 75
  • 6
1
2 3
99 100