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

Sharing login session between Acumatica Screen based API and the Contract based API

How to share login session between Acumatica Screen based API and the Contract based API?
DChhapgar
  • 2,280
  • 12
  • 18
1
vote
1 answer

How to assign a business account to user in acumatica?

I am trying to assign an Business account to an user and not able to figure out how to do it.
1
vote
1 answer

How do I upload a file to an Acumatica Screen through HTTP virtual path?

How do I upload a file to an Acumatica Screen through HTTP virtual path? For example, I would like to upload mysite.com/files/abc.pdf to the Sales orders screen.
SharifA
  • 48
  • 6
0
votes
1 answer

Inventory Attributes to the Purchase Order Details Line Items

I am trying to add the attributes of a stock item to the PO Line in the Details Tab These Attributes: Attributes in System Attributes in Database For my problem i found this post on acumatica community, but i havent been able to transfer it to my…
0
votes
0 answers

Is there a way to change the caption of a button based on a grid row being selected?

I'd like to change the caption of a PXAction button (placed in the grid's action bar) based on which row is highlighted / selected - and using one of the field's values to set that caption. The Grid's RowSelected event doesn't fire when a row is…
pmfith
  • 831
  • 6
  • 24
0
votes
0 answers

Pick Pack And Ship doesn't fetch current row data when item is already picked

We have a customization that fetches the inventory description and image based on the selected row on the grid, when it's not yet picked it generate the correct description and image. but once the item is picked and the row turns into green text it…
0
votes
0 answers

How can I get the same currency selector as found on the Bills and Adjustments screen?

I'm adding a user field to the Task screen called UsrCuryId, similar to the CuryID field on the Bills and Adjustments screen: I've modified the ASPX to include the following (taken from the Bills and Adjustments screen):
pmfith
  • 831
  • 6
  • 24
0
votes
1 answer

Is there any way to get the Acumatica base URL through BLC / graph code?

Is there a way to get the Acumatica Base URL through the business logic code?
pmfith
  • 831
  • 6
  • 24
0
votes
1 answer

Getting a "Specified cast is not valid" error

Trace Log: 7/26/2023 1:09:54 PM Error: Specified cast is not valid. at _SetValueByOrdinal(RCContractPayment , Int32 , Object , PXCacheExtension[] ) at PX.Data.PXCache1.SetValue(Object data, Int32 ordinal, Object value) at…
mbargar13
  • 45
  • 5
0
votes
0 answers

Issue in Business Events and Notification Functionality on my transaction screen

I have one transaction screen there I have header and child grid. I want to create business event for some field of header and child grid, Notification will be triggered when the user updates/changes on these specific fields. Its working for header…
0
votes
1 answer

Is Acumatica API Version 18.200.001 compabatible with Acumatica 2023 R1?

I am having trouble finding information on which API versions are supported in each version of Acumatica.
Justin Morrison
  • 459
  • 4
  • 18
0
votes
0 answers

How to correctly set up a custom function in PXFormulaCombo Control?

I need some help regarding PXFormulaCombo Control. How can I hide Operation and Functions Node In PXFormulaCombo Control? Is it possible to override Validated Method? if yes, how do I get the value from Textbox above validate Button? Related Image
0
votes
1 answer

How can I bring an existing field's value into a user field during the Create Purchase Orders process?

I have a user field on the Purchase Order screen that I'd like to populate from the 'Production Nbr.' field during the 'Create Purchase Orders' process. The 'Production Nbr.' field shows up in the 'Create Purchase Orders' process screen as shown…
pmfith
  • 831
  • 6
  • 24
0
votes
1 answer

Selector Value Disappearing

I have created a selector on the Opportunities (CR304000). When selecting a value, the value is displayed and saved in the database but when refreshing the page, the value disappears and the field is blank a shown below. Before Refreshing: After…
0
votes
1 answer

Can we have option to get all tenant data in a specific tenant using generic inquiry

Can we have option to get all tenant data in a Specific tenant using generic inquiry. I have 3 tenant , each tenant I am using same table that have data tenant specific. I want to get data from All tenant in a specific tenant using Generic…