Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
I’m trying to convert the Generic Inquiry - Customer Summary to a MySQL statement. It seems GI only display MS SQL syntax even though I’m using MySQL as the tenant DB. I have everything pretty much working but I’m seeing more customer rows using a MySQL statement than what GI is returning with Preview. Any suggestions would be appreciated. Customer Summary - MySQL ScriptBasicCustomer Summary MySQL ScriptBasic OutputGI - Customer Summary Output - Spreadsheet (PDF)
Our service technicians log into an appointment on their mobile device to start time on a service order. The time starts when travel starts. Are there any settings that we can use to prevent a tech from starting time prior to a set time.For example if we have a case where a tech can’t be on a client site/service appointment until 8am we don;t want them to be able to punch in to that appointment at 7am on their phone. We use the start/stop time for both billing and for payroll tracking.
We have a few questions around assigning Non-Stock items as consumable items in the Bill of Materials and the related account entry generation.I have outlined the scenario below that we need to cover. Create BOM. Assign the Stock and Non-Stock items. The purpose of adding a Non-Stock item is to account for inventory consumable items that do not need to be maintained in stock.Create a Bill of Material and assign both a Stock Item and a Non-Stock Item under the Materials tab. Create a Production Order and release it. Issue the materials. I can see both stock and non-stock items here. It allowed me to release the Non-Stock item in the Materials Issue form. From what I understand, since we assigned this under the Materials tab, the system is treating this Non-Stock item as material. I could be wrong. Material Item issued. COA Account behaviour. The system now creates a credit balance in account 20131 (Liability account) and transfers it to the Balance Sheet.I need to clarify the question
Hi All, Hoping to get some guidance on tenant snapshots, restoration & customizations.Scenario: need to update Test tenant with a Live tenant snapshot (full) that has customizations.Questions:Should the customizations be unpublished in Live before the snapshot is taken? Before the snapshot is restored in Test, should the customizations be unpublished?Any other suggestion or guidance would be greatly appreciated.Thank you for your assistance.John
I’m trying to refresh the screen AR303000 after I updated the customer status via REST-API. This is my API-Call (PUT):{ "CustomerID": { "value": "XXXX" }, "Status": { "value": "A" }}Right now the user has to manually refresh the screen to see the new status value. If the user changes the customer data without hitting refresh he receives an error.Is there any possibility to refresh the screen after the customer object is updated by the REST call?
Hi there,Does anyone know how to skip the header when using “Process Export Scenarios” within the specific scenario?I am aware of the “Skip Headers” checkbox, but I’d like to make it so that the specific Export Scenario does not export with the header, as we have other Export Scenarios that require the header to be exported.For example, currently I need to select Skip Headers for this scenario, but it affects all scenarios, including scheduled ones. Thanks,
Hey folks !I create SO Invoice by adding lines from a sale order.(I would like to invoice partially some lines of the sales order, So I created a new invoice, add the lines I wanted and change the quantity from 5 to only 1.)But after that, the status SOLine statut is automatically change to “completed” even if there is unbilled qty .Why ? I would to do multiple invoice from a same SO Order ? Thanks for your help.
Is there a page or a link to all of the report templates? I accidentally saved over one and am trying to get back the original AR632500.rpx template
At the Email Activity I get the error:535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [BL1PR13CA0350.namprd13.prod.outlook.com 2025-01-24T12:41:29.244Z 08DD3B9677304052]
I am missing something here to export tracking number from Acumatica to Shopify. My ERP field is TrackNumberand this is how I map the exportYet, I am not receiving the updated tracking number from Acumatica. I appreciate your recommendations on this topic. Thank you!
I have a simple maintenance screen, where each record is a “Commission Rule”.The “Include If” field is a formula that will be built to return True or False, to determine if the rule should be “included” in commission pay. I’ve set up some dummy data, and have been able to get some sample values to show up in the “Fields” section. How can I populate the values for these variables at runtime with data from the current record being processed, and calculate the result? Can I? I’ve done a lot of digging in the source code, and I haven’t been able to figure it out. All the usages of the formula field in Generic Inquires and the Product Configurator seem way more complicated than what I’m attempting here.
I created a custom setup screen with a DAC (**Setup) and SQL table. The CompanyID value stays, but all other values get cleared every time I republish the customization package. My DAC doesn’t currently include CompanyID (only in SQL).Why are my saved values being cleared after publish, and what is the correct way to handle CompanyID in a custom setup DAC?
Hey does anyone have any import scenarios that are just simple to update stock item descriptions from an excel provider? Here is what I have so far, it should just be look up the inventory item, fill in the description, and save. But for some reason, I keep getting errors saying Error: The [InventoryCD] identifier is already used for another business account record (vendor, customer, employee, branch, company, or company group).
I have discovered that the global search fails under certain circumstances. Is there a document that indicates what words will return invalid search? (I did restart Full Text Search)Examples:
I’m trying to add Access Rights to my Customization Project, but it’s not working!I click the Add button on the Access Rights page of the Customization Project Editor, key a screen code or click the screen name selector, and … nothing happens. I eventually get a popup:Localhost says:Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. I’ve restarted the IIS App Pool. Rebooted. Republished. No difference. I eventually used SQL Profiler to find the offending SQL query. It’s this one…SELECT /* AU.20.52.00, 388CE942 */ MAX( [SiteMap].[NodeID]), /*some field omitted for brevity*/ [SiteMap].[ScreenID], MAX( [RolesInCacheInProject].[CreatedByScreenID]), MAX( [RolesInCacheInProject].[CreatedDateTime]), MAX( [RolesInMemberInProject].[CompanyID])FROM [SiteMap] [SiteMap] with (nolock)LEFT JOIN [RolesInGraph] [RolesInGraphInProject] with (nolock) ON ( [RolesInGraphInProject].[CompanyID] IN ( 1, 2) AND 8 = SUBSTRING( [
I’ve created a SQL view/dac that returns exactly the values I need for two text boxes in my Acumatica report.The main report already has multiple tables and relationships set up, and everything else is working correctly.However, when I add my view to the Relations tab (joining it to ARTran or other tables), it changes the results in other parts of the report — likely because of how the join is multiplying rows.What I need is: To use my view standalone, so it does not interfere with the existing report data. Pull values from the view into specific text boxes based on parameters (dates, etc.). Ideally, avoid creating joins that will affect the main dataset. Please guideThanks
Hello everyone,I have created a custom field named `UsrPMV1` that should allow me to select an employee. This field has been added to the `BAccount` table and configured as a dropdown (`PXSelector`). It is supposed to fetch data from the `EPEmployee` class and display values from its `AcctCD` field.However, when I test it on the form, the dropdown remains empty.Here is my current code:namespace PX.Objects.CR{ public class BAccountCustomExt : PXCacheExtension<PX.Objects.CR.BAccount> { #region UsrPMV1 [PXDBString(200)] [PXUIField(DisplayName = "MA Product Management")] [PXSelector( typeof(Search<EPEmployee.acctCD>), typeof(EPEmployee.acctCD), typeof(EPEmployee.bAccountID), SubstituteKey = typeof(EPEmployee.acctCD), DescriptionField = typeof(EPEmployee.acctName) )] public virtual string UsrPMV1 { get; set; } public abstract class usrPMV1 : PX.Data.BQ
When looking up a Location in forms like an Inventory Issue transaction, make it so that locations with inventory on hand show up first. The current lookup in an inventory Issue sorts purely by Location which usually forces the user to filter on the on hand column.One idea I had was to add a check box at the top of the Location lookup screen that is labeled something like “On Hand Only” that is checked by default, which would filter the listing down to locations that have inventory on hand.Another idea is to just sort first by On Hand descending, and then by Location.This idea has been in my head for years, but a new customer that is about to go-live asked me about this today.
Emails are just sitting on Pending Processing when i go to Exchange Synchronisation Process and Process error below prompted; CS Error: An error occurred during the synchronization of emails.You have exceeded the available concurrent connections for your account. Try again once your other requests have completed. When i tried t initialize server as belowbelow error prompts;You have exceeded the available concurrent connections for your account. Try again once your other requests have completed.
This formula has worked fine for months. Nobody has messed with it recently, but it suddenly doesn’t want to work. The printed form just spells out the formula text and doesn’t display the retainage percent being called. What could cause this to break itself?
Good day,I want to send GI results in one email. Below is the email. Right now it is sending one email for each line. However do I get it send the GI results in one email. I have business event set up tor run export results that feeds into the Email notification.Any assistance would be helpfuiEvan
In this Coffee & Code session, we’ll dive into OAuth and APIs, with a focus on creating and managing custom endpoints, and use of different parameters for integration. We’ll walk through the fundamentals of OAuth authentication and authorization, explore how APIs can securely expose data, and discuss best practices for designing custom endpoints that extend platform functionality. A live demo will showcase how developers can implement OAuth flows and build custom endpoints that integrate seamlessly with external applications. We will also discuss the upcoming changes related to the API integration and how it affects the ISV solutions.Speakers: Natesan Sivaramakrishnan Technical Account Manager Vidhya Hariharasubramanian Lead Technical Account Manager Varthini Bhaskaran Sr Technical Account Manager
I am looking to create a GI that will allow our users the ability to see their requests and pull information from the Requisition and/or Purchase Order that was generated from their request. I am running into some challenges and thought I would reach out to the community…1) Our Requisitions are created by our purchasing team, thus from a request to a requisition there is no insight into who the requisition was requested by only a created user. I do see that on the requisition you can look at the Request Details and see an Employee ID - does anyone know the DAC that link these? 2) Is there an ability to create multiple requisitions to one purchase order? I ask this because if this is the case, we could have a requisition that was requested by multiple users. As the information is merged together into one purchase order I need to provide the ability to show the multiple users their requisition and purchase order information.Overall, I am working on providing more insight for our users to
Hi All.I have created a custom calculated field in the Price/Cost tab of the Inventory Item screen. It is working fine and populating data there, but in the Generic Inquiry (GI) it shows null values for some rows. However, when I click on an item from the GI and open the Price/Cost tab, I can see that the data exists.Can anyone guide me on what might be causing this?I have attach the customization Package
Im using this query to get data from InventorySummaryEnquiryResultvar query = new PXSelectReadonly<InventorySummaryEnquiryResult>(new PXGraph()).Select<InventorySummaryEnqFilter>().Where(s => s.SiteID == 13).FirstOrDefault(); But i have an error message in the app Invalid object name “InventorySummaryEnquiryResult”
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.