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

Activities not being displayed on Approve Time Activities

I am having trouble listing the Work Activity in Approve Time Activities Screen (EP507010). I created some 'Work Item' activities for a case. I can see those activities in Employee Time Activities Screen (EP307000). But, whenever I tried to load…
Bikash Lama
  • 177
  • 1
  • 13
0
votes
1 answer

Is it possible to deviate from the standard Acumatica page layout options?

I am working on a proof of concept project in Acumatica. Concept I would like to develop a page that retrieves a list of Customers' addresses and plots them on an embedded Google Maps element. Issue I know how to retrieve a list of Customer…
Deetz
  • 329
  • 1
  • 16
0
votes
1 answer

How to get the current cache/document (Sales Order/Shipment) outside the context of a graph

I'm currently implementing a new carrier method and would like to access additional information on the Shipment/Sales Order object which is not passed through in the GetRateQuote & Ship functions of the implemented ICarrierService class. The carrier…
0
votes
1 answer

Acumatica action not executing in import scenario

Good day I have an Import scenario that executes an action that I wrote. The action does work when I click it on the customer screen but when I try to execute it from an import scenario its as if it doesn't execute. I have added a breakpoint in C#…
JvD
  • 473
  • 3
  • 18
0
votes
1 answer

Custom PXSelector Control self Clears when user adds another row on Grid

I have created a Custom PXSelector Control Field in Acumatica Invoices and Memos(ScreenID=AR301000). The control is in the Document Details Grid. The selector load values well but the problem is if a user adds another row to the Document Details…
0
votes
1 answer

is it possible to scan a QR code with the mobile to find a shipment document

Good day Is it possible to set up my shipments page, on the mobile app, to be able to read a QR code to find the relevant Shipment document? For example, if I click on the search icon I would like to be able to scan a QR code(on the document) to…
JvD
  • 473
  • 3
  • 18
0
votes
1 answer

Bills and Adjustment Screen AP301000 shows Inventory ID in Detail Section, yet no InventoryID property in BillDetail class

Class BillDetail has no property InventoryID on a bill item level, yet there is a field Inventory ID in the grid, at least for Bills with for non-stock items. How can I read/write this field using SOAP? Thank you. Alexander
Alexander
  • 139
  • 8
0
votes
1 answer

How to change the display name of description field of selector

I have a customization where I'm adding a Selector to a grid field that has a description field as follows: [PXSelector(typeof(Search>>), …
pmfith
  • 831
  • 6
  • 24
0
votes
1 answer

Acumatica Bill Of Materials - Archive by API

By API (18.200.001 or 20.200.001), I am trying to archive a BillOfMaterials record that is active. Let's say I have BOMID "Abc123" Revision "A" and I just added BOMID "Abc123" Revision "B". What I want to do is set revision A as Archived. I have…
darren
  • 579
  • 8
  • 23
0
votes
1 answer

Acumatica - Push Notifications for Opportunity Screen

We are trying to implement Push Notification to Webhook, for our initial testing we used Opportunities screen. When we update any record or create new opportunities nothing is being pushed to webhook and in request profiler we observed the RowCount…
John
  • 763
  • 3
  • 11
0
votes
2 answers

Why newly created extension field value (created in Contacts screen) not defaulting correctly from (Customer location screen to Contacts screen)?

I created one new extension field in Contacts screen (location id --- int) and in customer location screen when I click on the "+" button it should redirect to contacts screen and the header session "Customer and Location ID" should default but…
Ashok
  • 13
  • 6
0
votes
2 answers

Why I'm getting Muti-part identifier error in view query(after added the newly created extension field into the query?)

Multi-part identifier error I newly created one extension field in Contacts screen (UsrLocationCD int field). After creatimg that field I added that field into the view query and I got the above error. The concept is the "Customer and Location ID"…
Ashok
  • 13
  • 6
0
votes
1 answer

When I overriding the "NoteID" base screen Header table field(Location<==Table). Why I'm getting "Specified cast is not valid" error

Specified cast is not valid Unable to cast object I'm trying to override the "NoteID", base screen Header table field(Location<==Table). After override the NoteID field I got the above two error's. (Newly I added the activities tab in "Customer…
Ashok
  • 13
  • 6
0
votes
1 answer

Getting started with the Acumatica API

I'd like to get started with the Acumatica API using VB.net. Is there a good place where I can find a tutorial or sample code? Thanks...
nbrege
  • 1
0
votes
1 answer

Cast error with Acumatica import scenario

I am using the SOAP API in Acumatica to import customers as it’s so much faster than the rest API when dealing with a lot of data. I’ve created a new field on BAccount which is a Boolean. This field is added to both the customer and supplier screen.…
dev test
  • 1
  • 1
1 2 3
99
100