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

Action button not not updating on screen

I have an action button on the QuoteMaint graph. This action is in the actions folder. I set whether or not the button is enabled based on the quote status. When the user submits the quote, the action button should be enabled. I stepped through the…
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
2 answers

How can I automate creation of a Non-Stock Kit Specification?

I am creating a tool that allows "User A" to enter the known information about an material for it to be setup and then "User B" to massage that data into approved standards before loading in as a valid part. In this tool, I have to call upon…
Brian Stevens
  • 1,826
  • 1
  • 7
  • 16
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
2 answers

How do I add row highlighting to a customization contained within a Base Acumatica BLC?

I know how to highlight rows via editing the code behind file of the ASPX page for a BLC, but what if that BLC is a base Acumatica page? I don't believe there is a way to edit and store the edits for those files. If there is, how do I do that? I…
EricP.
  • 489
  • 3
  • 21
3
votes
2 answers

How can I make an Acumatica, multiline PXGridColumn display new lines?

I am customizing the description field on the Project Quotes form (Screen PM304500). I need the description field to be multi-line and it must preserve new lines. I have customized the field itself to allow for very long strings and I have…
jasbill
  • 33
  • 3
3
votes
1 answer

How to determine the correct way to update a DAC field?

I'm having some trouble determining when to use the e.Row properties or cache.SetValue/SetValueExt when updating the value of a record. In the T200 course, there's a portion from the pdf that says, To update a field that is defined after the…
Slottaje
  • 65
  • 5
3
votes
1 answer

Is there a correct way to link to an acumatica popup URL from an external application

We are bringing in an external javascript app into the center of an acumatica page template. within this javascript app, we are putting in links to open up popups to acumatica urls...to be more specific, this javascript app is a search catalog that…
Cory
  • 305
  • 1
  • 8
3
votes
1 answer

Acumatica REST API - Delete SalesOrderDetail

I'm trying to delete a specific SalesOrderDetail record (from the id value) using the REST API. I don't see a way to do it using the default API. I've tried customizing the Web Service Endpoint to create a top-level entity for SalesOrderDetail so…
Ethan H.
  • 116
  • 5
3
votes
2 answers

Acumatica Smart Panel not showing data when opening

I am trying to create a smart panel on the Sales Order screen that will show related items to the SOLine inventory item. I have added a tab and grid on the stock item page and created a table with DAC of CFBSUPSale to create this relationship. All…
S Hawkins
  • 83
  • 9
3
votes
3 answers

Acumatica api branch cannot be empty

The Branch field is present in the JSON, but Acumatica ignores it, and says that 'Branch cannot be empty'. The api endpoint is /acumaticadb/entity/Default/17.200.001, and I am PUTting JSON to /SalesOrder, trying to create a new order. The branch…
John Smith
  • 31
  • 3
3
votes
1 answer

Extend Generic Inquiry to Show the Number of records

Is it possible to extend the Generic Inquiry screen so that it shows the number of records retrieved? Or perhaps is it possible to use PXGenericInqGrph to get the number of records of a Generic Inquiry? However, it is important, for performance…
Joseph Caruana
  • 2,241
  • 3
  • 31
  • 48
3
votes
1 answer

I want to increase the Inventory CD to more than 30 Characters

Inventory CD with one segment key can be maximum 30 characters. How to increase the size of InventoryCD to 50 Characters ??. When I inspect the field it shows [InventoryRaw] For other fields [PXDBString] can be changed. How can I change to increase…
3
votes
1 answer

Mix Manual\Auto Numbering Sequences

In Numbering Sequences settings (CS201010), there is an option for manual numbering. However, depending on the document type. There are instances where the reference number can be left blank. If it's blank, I'd want the auto numbering to kick in.…
Rick
  • 1,301
  • 1
  • 16
  • 28
3
votes
1 answer

Error on Project Customization

While I was trying to customize the project. I got the following error. Here is the screenshot below: When I tried to see Trace, it's empty. The version is 6.1.
Bikash Lama
  • 177
  • 1
  • 13