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

Acumatica REST API Filter on last modified date

I'm looking to create an integration and need to be able to extract data based on last modified date. I have followed the example provided (Acumatica StockItem example) but the Get always returns all stockitems. I have modified one stockitem and…
SteveW
  • 43
  • 1
  • 6
0
votes
1 answer

(Acumatica) New row button on grid not working

I created a custom screen in Acumatica. I have a simple table and a grid to add records to it. The Account Mapping grid works (and it is way more complicated). But on the Branch Mapping grid, when I click the “PLUS” icon, the icon goes grey and no…
Joe Schmucker
  • 173
  • 1
  • 10
0
votes
1 answer

Acumatica OpenAPI can not search stock item by barcode in cross references

I'm trying to use OpenAPI to fetch data from Acumatica.The filter is barcode in CROSS-REFERENCEEimage. It's unable to fetch data(before change) because "The parent value for a property access of a property 'AlternateID' is not a single value.…
larryly
  • 1
  • 2
0
votes
1 answer

Add Release/ Release all Actions Acumatica mobile framework

Good morning, Im asking for your help, to advice me how to put a "Release or Release all" action in the mobile application. I already added this Actions container (Screen AP503000 -Prepare Payments)
0
votes
2 answers

In Acumatica, why is my JournalEntry extension delegate not firing?

In an Acumatica customization, I want to check journal entries after they are posted to see if they are being posted to a specific branch so I can create entries for another Tenant. I am using the JournalEntry graph and creating a delegate on the…
Joe Schmucker
  • 173
  • 1
  • 10
0
votes
1 answer

Printing Spec. sheet along with sales order

Item Spec. and instructions are attached to items as a pdf and while printing sales order, I have to attach the spec. pdf and print. The pdf may have more than one page. How to add the pdf file and print dynamically with sales order printing?
0
votes
1 answer

REST API to Entity "Bill" throwing a 500 System.NullReferenceException

I have a process that uses the REST API to create two bills for a project task. The first bill for a vendor of a particular vendor class always gets created successfully and can be processed normally. The second bill for a vendor of a different…
0
votes
1 answer

Resizing the image while uploading image in Item page

Whenever Image is uploaded to the Stock item page, I have to resize the image to thump size and upload the copy of the same. How do I override the upload function to add my logic?
0
votes
1 answer

How to get the value of a custom field from another project

Good morning, I have customized two fields in the first customized project of the project screen. apart in another two customized project a pxselector is being made to the UsrBaseIndex field passing the "PMAddressExt.usrCounty" field as a parameter,…
Marco A.
  • 27
  • 5
0
votes
2 answers

Acumatica : is it possible and how customize the grid in AR521000 screen?

First of all, sorry for my English !!! I need to customize the grid (DunningLetterList) in the screen AR521000. In this grid, we have the BAccountid. In the database, each BAccountId (customer) has one (and only one) salesperson checked by default…
AmélieG
  • 25
  • 4
0
votes
1 answer

Field filter within the grid

I'm not good at English. I want to know if it is possible to filter field in grid. I have a problem I am filtering a field, but it is not updated in selector, where it should show what I want. here I show an image. I will thank you all very…
Tibu
  • 31
  • 1
  • 8
0
votes
1 answer

Using the Graph Extension Is Active Property

If I have a new field in the baccount record call sub type, it is an integer and has description attribute. How can I use this to load or not load a specific businessaccountmaint graph extension, when the baccount record sub type is given value?
0
votes
0 answers

Publicly accessible Screen on Acumatica

I am trying to build a screen or page on acumatica that would be publicly accessible without login credentials. The goal is to use this screen to allow any body to navigate to this page, get value from Acumatica database (It would be best if we…
Bikash Lama
  • 177
  • 1
  • 13
0
votes
1 answer

add field on vendor screen

when I add a new field, in the payment configuration tab. It adds the field in location to the database, but at the same time I create DAC addressExt, I don't understand why. here is the DAC of each one that created me. First. the field is created…
Tibu
  • 31
  • 1
  • 8
0
votes
0 answers

Customisation Project Browser Permission Issue

So I'm trying to do portal customisation. I've managed to sort out the known issue with ProjectBrowserMaint. But when loading the customisation page. It's missing the tree items on the left side. I reckon its another access issue. So I've…
Rick
  • 1,301
  • 1
  • 16
  • 28