Questions tagged [acumatica-kb]

The knowledge base for Acumatica, 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.

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.

327 questions
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
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

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

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

How can we add universal search for the custom new screens in Acumatica

User requirement is to add universal search for the new screen, added our new screen under Inventory Module also the new screen is not entry screen it is just like user view screen so in that DAC for note id field we have added searchable attribute…
BhavyaSri
  • 150
  • 10
3
votes
1 answer

How can I use different provider to send SMS from Acumatica ERP?

Out-of-box Acumatica has Twilio and Amazon SNS providers to send SMS. However, we have a business relationship with different provider (Plivo for example) and would like to utilize them for SMS service. Is it possible to use different provider?
DChhapgar
  • 2,280
  • 12
  • 18
3
votes
1 answer

Getting Combo-box values set from REST API

I am working with Contacts via REST API and I am trying to add an input field in my application for specifying the Source of the Contact. The problem is that the Source field is a combo box, which means that its values can be modified by Automation…
Samvel Petrosov
  • 7,580
  • 2
  • 22
  • 46
3
votes
3 answers

How to change order of the tabs in Sales Orders page

Is there a way to change the order of the tabs in the Sales Orders page?
Samvel Petrosov
  • 7,580
  • 2
  • 22
  • 46
3
votes
1 answer

How to do word representation of amount field in Acumatica Invoice Report (AR.64.10.00)?

How to do word representation of amount field in Acumatica Invoice Report (AR.64.10.00)?
DChhapgar
  • 2,280
  • 12
  • 18
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
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

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

Acumatica : Is my joined selector badly written?

I'm just starting coding in Acumatica and I'm trying to add Sectors to the customer screen. I created a SQL Sector table (TRSector) with the 18 different sectors' names and codes. I also created another SQL table (TRCustSectorActive) that has all…
AlexS
  • 53
  • 9
2
votes
1 answer

Replace Data Provider and Scenario with Code using REST API in Acumatica

I am tasked with replacing a manual procedure in Acumatica with an automated one using the REST API. I have been through the integration guide, but I do not know how to determine the endpoints that match up with the manual process I am replacing.…
MarkJoel60
  • 537
  • 2
  • 6
  • 24
1
2 3
21 22