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
2
votes
2 answers

Acumatica API login limit in developent

I am developing a web application which calls the Acumatica API with an extended endpoint. I have a small license applied which I realize has API limits, but what I am trying to understand is the API login limit. I am the only one using the endpoint…
sreimer
  • 4,913
  • 2
  • 33
  • 43
2
votes
1 answer

Can record counts be added to paginated grids yet?

According to this article, they cannot at the time it was made, which was 2018: https://asiablog.acumatica.com/2018/07/page-number-on-acumatica-grid.html Are there any plans to implement this customization for the future or any way to do this…
EricP.
  • 489
  • 3
  • 21
2
votes
1 answer

Multi-Select selector is not selecting more than one item from the selector field

I am trying to create a multi-select selector field where more than one item needs to be selected from the selector, but I am only able to select one item and when I try to select more than one the item does not show on the selector field and when…
2
votes
1 answer

Acumatica Rest API get customer attribute name

I am trying to obtain values for Customer attributes via the Rest API. Currently, I can retrieve customer attributes, but am unable to determine which specific attribute is associated. For example, given this code (based on…
Jubilsoft-Scott
  • 172
  • 1
  • 10
2
votes
1 answer

Acumatica and API Calls within a users UI Session

Within Acumatica, we have an external js application that is brought inside Acumatica. We bring it in by creating a new screen/screen id, and within this template, we just include the js and css files, and the javascript application loads in. Up…
Cory
  • 305
  • 1
  • 8
2
votes
0 answers

Acumatica and notification template - strips html and other style tags - 2019 r1

We are seeing issues where style tags and other markup is being stripped and modified within Acumatica's Notification templates when we save the template. We have an email template coder coding out responsive cross client templates, and when we…
Cory
  • 305
  • 1
  • 8
2
votes
0 answers

Wrapping columns in an Acumatica tabular report

We have a report requirement of printing Inventory Items from SOLine table in tabular format. We have achieved this using tabular format, but now the issue is we need only 3 columns at a time. How can we do this? Right now we are getting result…
John
  • 763
  • 3
  • 11
2
votes
2 answers

Acumatica/Acuminator Error PX1016 - looking for more information regarding this Acuminator error

Good day I recently updated my Acuminator and got the error below. I see there is a reduced performance if I don't add this function to my extensions. I was hoping some can explain this a bit better as I do see performance issues where I have a…
JvD
  • 473
  • 3
  • 18
2
votes
1 answer

Acumatica and Authorize.net and EMV Reader

Does anyone know if it's possible to use an EMV reader with the Authorize.net/Acumatica integration? We are on 2019 r1 if that makes a difference.
Cory
  • 305
  • 1
  • 8
2
votes
1 answer

I can't obtain the values of a Generic Inquiry formula through the BLC code

I have a customization that uses BLC code to obtain the results of a Generic Inquiry and use that data to run a process. The generic inquiry has several fields that are formulae and, for some reason, the returned results show null when they do, in…
pmfith
  • 831
  • 6
  • 24
2
votes
1 answer

While deleting the customer, how can i set null value for the custom field for the assigned contacts in Acumatica

I have tried multiple ways, but getting Another process error in the default version of Acumatica 19.106.0020 On top of it i have a customized code on both customer and contact screen, my requirement to clear the value of the custom field that is…
BhavyaSri
  • 150
  • 10
2
votes
1 answer

PXException - not showing email in full

I have a validation that throws a PXException in an action, and the message has an email address. Something strange is occurring where the email is not printed in full in the message. For example, it is showing "The following email is already in…
Joseph Caruana
  • 2,241
  • 3
  • 31
  • 48
2
votes
1 answer

Logging into multiple instances of Acumatica

I have a development version of Acumatica running locally, and a QA version of Acumatica in the cloud. I wrote c# program integrating with Acumatica through SOAP. I created WSDL file for Acumatica instance running locally at…
Alexander
  • 139
  • 8
2
votes
1 answer

How do I redirect to a dashboard now that GIScreenHelper is marked obsolete?

We have a dashboard that is accessed via the Inquiry menu on the Stocked Items page. Until our most recent minor upgrade on 2019 R2, the following code compiled without issue to allow opening the dashboard relevant to the current Inventory ID. It…
Brian Stevens
  • 1,826
  • 1
  • 7
  • 16
2
votes
1 answer

Acumatica and Outlook Plugin and Azure Single Sign on Error

Related to the outlook add-in for Acumatica... When our users try to authenticate with their azure login, we see the following error. https://www.dropbox.com/s/le7t3ez5ua69qls/Screenshot%202020-04-23%2019.18.52.png?dl=0 NOTE: we have 2 factor…
Cory
  • 305
  • 1
  • 8