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

"Project cannot be empty" in Invoice and Memos screen

We have requirement to make Ext. Price editable even after the invoice is released, we wrote logic to make field editable but when we update value we are getting "Project cannot be empty error". We are using Acumatica 2020 R2 Build - 20.207.0012…
John
  • 763
  • 3
  • 11
3
votes
1 answer

Acumatica - Get multiple selected lines from grid in code behind

I am selecting multiple lines (ctrl/shift+click) from the grid on the Sales Order screen and want an action to have access to what was selected. How do I access the list of what's selected on the grid from the code behind?
3
votes
2 answers

How to use Push Notifications in Acumatica?

We are trying to implement push notification with webhook, so we know that GI created on top of SQL view will not support this, but will it support a projection DAC?
John
  • 763
  • 3
  • 11
3
votes
1 answer

Invoice and Memos screen Email Invoice/Memo Action in Acumatica

We have created some customized reports and these will open up based on Sales Order type in details tab. Same way we want to send report based on order type when we use Email Invoice/Memo action from Actions menu. We tried to override the code but…
John
  • 763
  • 3
  • 11
3
votes
1 answer

acumatica and notification templates and business events and sending to multiple contact emails at once

We have a requirement to be able to send an email to all contacts within a customer/business account via a notification template/business events. We are planning to use business events to trigger when there is a change of some sort to the customer…
Cory
  • 305
  • 1
  • 8
3
votes
1 answer

Acumatica reports "Invalid column names from JAMS tables" error

We have Manufacturing package version "MFG - 19.102.0051.25 - 2019.05.06" published in our instance. Along with this we have our own customization package. We recently developed a process screen which brings in data from ARRegister and ARTran…
Michel
  • 95
  • 5
3
votes
1 answer

Need help in view delegate in custom screen

we created a custom screen which displays list of sales data based on filter conditions like (today, yesterday, this week, this month, this quarter, this year), we created a SQL view for this and then from VIEW we created and DAC and using it in…
Michel
  • 95
  • 5
3
votes
2 answers

How to subscribe to User Defined fields in Acumatica

I've added on Acumatica User defined field: How can I add to those fields CommitChanges="true" and how it's possible to add RowUpdated, FieldUpdated functionality for those fields?
Yuriy Zaletskyy
  • 4,983
  • 5
  • 34
  • 54
3
votes
1 answer

Universal Search - Redirect to Custom screen

I have created a custom screen which is a duplicate of the Customer screen. The question is, when we enter customer id in universal search, how we can redirect to our custom screen instead of the Customer screen. Please have a look at the graph code…
John
  • 763
  • 3
  • 11
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

Acumatica and Outlook Add-in - Customizations

We are testing the outlook add-in for Acumatica. It seems very promising, and we have read the documentation from Acumatica about how to set it up and use it. However, we have several custom fields that exist on our contact and opportunity forms,…
Cory
  • 305
  • 1
  • 8
3
votes
2 answers

Acumatica: PXLongOperation unexpected behavior that crashes UI without exception

I have heavy operation that worked properly (but too long): _terminationHandler.InsertOrUpdateEmployeeTerminationDetails(TerminationFilters.Current, EmployeeTerminationItems, EmployeeTerminations.Current); In the Graph that defined this way: public…
Mr.B
  • 3,484
  • 2
  • 26
  • 40
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
3 answers

Overriding Action that is declared in generic graph extension

I have a customization in place that tweaks the ShopRates action on SO Order Entry by overriding that action.  In 2018 R2, the ShopRates action was declared directly on the SOOrderEntry graph, so to override the action, we simply had to do the…
abulger
  • 71
  • 9
3
votes
1 answer

Is there a way to get User Defined Fields into selectors?

I have a customer utilizing the User Defined fields. I found that the values are located in KvExt tables in the database, but I have not found a way to access those directly through DACs or DAC extensions. Is there a way I can access that field and…
EricP.
  • 489
  • 3
  • 21