Acumatica – Update Unbound Field in Filter DAC from the Details Data View Delegate
I have an inquiry graph in Acumatica ERP (version 23.117.0021). In the details data view delegate, I’m using System.Diagnostics.StopWatch
to count how long it takes to retrieve all of the records. Once all of the records have been retrieved, I’m setting a string field in the filter DAC to the time elapsed.
Multiply Release Quantity by Newly Set Required Quantity (1.00) in Material Wizard 2 Screen (AM300020)
Hi I have done a customization where I set the required qty to 1.00 in the material wizard 2 screen which works, I now need to make sure the release qty field also reflects this change where release qty needs to be the 1.00*the BOM, it still seems to be the original qty * the BOM with the logic I have written below.
Multiply Release Quantity by Newly Set Required Quantity (1.00) in Material Wizard 2 Screen (AM300020)
Hi I have done a customization where I set the required qty to 1.00 in the material wizard 2 screen which works, I now need to make sure the release qty field also reflects this change where release qty needs to be the 1.00*the BOM, it still seems to be the original qty * the BOM with the logic I have written below.
Having a problem uploading image to Stock Items via REST API
I’m trying to use the REST API to upload an image file to the Stock Items record, where the image is provided from an https URL. I’m using this PUT call (on my local dev instance):
Can I create and release Invoices in one API / REST call?
We’ve used the Acumatica REST API previously to create an invoice in one step (a PUT) and then releasing it directly after that (a POST). – so essentially a two-step process.
How do you add an unbound ‘select’ button to an existing DAC for a custom process screen?
I have a custom process screen using the POOrder DAC as a filtered list of records to process. The issue I’m having is how to add the ‘Select’ checkbox to an existing DAC? Is that just a standard DAC extension?
Acumatica GI does not return any results in postman
Following this material: https://www.acumatica.com/blog/contract-based-apis-in-generic-inquiries/
How can I get a custom action to NOT show up on the toolbar?
I have a custom action to launch a custom report that’s coded as follows:
Is Acumatica 24R1 support Modern ui for Extention screen or customized screen
Is Acumatica 24R1 support Modern ui for Extention screen or customized screen.
I have extend stock item screen in my customization….now I try to convert it to modern ui by convert to moder ui option.
Where can I find this command in 2024 R1?
In version 2022 R2 the source code has the following for a button on the grid section of the Sales Orders screen, with the command “AddInvBySite”.