Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
Hello,I used to be able to reopen subcontracts that were in Construction > Projects > Commitments. I have since been playing around with access rights and now it is no longer an option. What access rights will need to be configured in order to have access to this again? Thank you,
Hi! Is there a way to pull activity notes from the PO screen into a GI?I wasn’t able to use inspect element to find the table that the Tasks & Activities belong to. I know activity is on the CRActivity DAC, but I couldn’t relate it to the POOrder table. I know there is a Note ID field in POOrder, however I am looking for this column in the GI to display the actual body of notes instead of just the title or the note ID. Any idea if this is possible? Thanks!!
We currently have our sales order types set to pull from the Customer Location for the “Combine Sales Sub From” setting (so it’s set to LLLL). We are setting up a new sales order type that we’d like to hard code to a specific subaccount, instead of telling it to pull from somewhere.There are plenty of places to pull the subaccount from (and we use almost none of them), so I could plug it in on the warehouse or even the inventory item and pull from there, but if I am able to plug in a specific subaccount in this field, it would make it even easier.
Hello! We have 15 different locations that need to be set up under one company and we are thinking of either setting them up as 15 different branches or as different subaccounts. Any best practices or pros and cons for doing either branches or subaccounts?We are open to any suggestions!Thanks!
Hi there! I saw a post on this topic from 2 years ago so looking for a refresh. We do not use inventory...most of our projects are special order. That said, we palletize materiala and put them on racks in our warehouse until we can ship them to the job site. We have a new warehouse assistant. He would like us to get a printer to print these labels….I am assuming we should also get the capability to read barcodes. 1) Any ideas based on the situation I just described 2) what has everyone else had success with 3) what am I not thinking of :) Thanks in advance!
Hello! I am looking to change our inventory ID to our Vendor ID on purchase orders. I’ve seen it done using the alternate ID field but I’ve seen it done with comparing tables and using different techniques. Is it that difficult to do? Please help!Brent
Can anyone point me to resources to easily (low-code/no-code) add a new tab to the Customers area (AR303000)? I’d like to create a tab for some UDFs so I can better control the field grouping and display. I know I can do this through Customization> Manage User-Defined Fields, which adds them to the User-Defined Fields area at the top part of the screen. Is there an alternate way to configure a new tab to house these UDFs? Idealy the new tab would be on the same level as “General; Financial; Billing.” I noticed that when I was in the customization project choosing ‘add controls’ that I couldn’t get the screen to respond when I chose ‘Tab’ from this list. Thank you for any ideas, it would be ideal to have a separate tab, but if that is not possible without development they can live in the User Defined Fields area. Version/Build:Acumatica Cloud ERP 2025 R1Build 25.100.0054 +
Bad title perhaps; I’m not an accountant, but they’ve asked me why and I don't know.Not sure how to explain this since, but basically they’re saying somehow the transaction was processed with negative GST. In the Journal it shows the #’s reversed for this 1,149.91 All others look like this (Debit left column, Credit right): There’s hundreds as above, but this one below the values are in the opposite accounts and no one appears to know how this happened (including myself): Anyone able to please enlighten me on what may have gone wrong?
I’ve built a dashboard for our sales manager which shows quarterly information as well as YTD information. Now that it is 2024, I want to provide the ability to toggle between current year data and prior year data. Is there a way to do this with use of an added parameter? The widgets currently pull information based on Order Date is between @YearStart/@QuarterStart, @YearEnd/@QuarterEnd.
Hi Community I would like to Pass the channel Information as Text from Shopify to Acumatica. I created a UDF Field in Acumatica, could you please some one help me with the Importing Mapping?
I am testing SSO configuration on Acumatica 24R1 with Active Directory using protocol Microsoft.Graph See below web.config > activeDirectory setting we are using:<activeDirectory enabled="true" protocol="MicrosoftGraph" path="***" dc="company.com" user="***" password="***" />It works, but with one issue:All users are created with username that looks like domain.com\usernameHowever, when user is created with such login signs-in into Acumatica, each time they login, in the loginTrace table record is created with Username that has a different format: username@domain.comIs there a way to control how Login value is created?Is it possible to make Acumatica to create login as username@domain.com, not as domain.com\username?
Good morning community! I need a formula that dynamically changes a date range to “Last week’s date range. I want the widget that I have to always be displaying data based on last week.Any help is appreciated…
Hello,There is a Acumatica customer that is about to reach the end value of their ARINVOICE sequence. What is the best way to expand this sequence number range and what are the pros and cons?
Saw this really great video (https://www.youtube.com/watch?v=weBglqXkBpA) from @Doug Johnson on Automated AP Bill Approvals with 3-way matching and he had 3 great side panels on the bills and adjustments screen that I would love to replicate. Related purchase orders Related REceipts Unbilled Vendor ReceiptsHe briefly showed the generic inquiries required to make the side panels but didn’t fully show them. I am trying to replicate it but was hoping someone had something similar that I could piggy back off.
We’re integrating with a multi-tenant Acumatica (MYOB Advanced) instance. There are two companies (CompanyOne and CompanyTwo). For each tenant, I created a separate Connected App with its own client ID and secret.Setup: Using OAuth Authorization Code flow Generating an access_token for each tenant’s Connected App Using that token to call the REST API Issue: REST API calls sometimes return data from the wrong tenant. For example, calling with CompanyOne’s token occasionally still returns data from CompanyTwo. Behavior is inconsistent: if both tokens have expired and I refresh them, tenant separation works correctly for a while, but later the API “sticks” to CompanyTwo again.
Hi, I am new to Acumatica and just did the T200 and T210 Training. My customer needs a field that shows all the Vendor Contacts in a Selector (like e.g. when choosing the Vendor in a new PO). From here: So tried building a field that builds a selector in the POOrderExt of the POOrder DAC. Unfortunately nothing works out for me. I tried it with the following code so far: #region UsrVendorContacts [PXDBInt] [PXUIField(DisplayName = "Vendor Contact")] [PXSelector(typeof(Search<Contact.contactID, Where<Contact.bAccountID, Equal<Current<POOrder.vendorID>>>>), SubstituteKey = typeof(Contact.displayName), DescriptionField = typeof(Contact.phone1), Filterable = true)] public virtual int? UsrVendorContacts { get; set; } public abstract class usrVendorContacts : PX.Data.BQL.BqlInt.Field<usrVendorContacts> {} #endregionI also checked the datatypes which seem to be int just as my custom field. I also used foreign keys
Hi Acumatica!In my row sets → data source section, I chose expand code-description for a range of GL codes.How can I remove the spaces between the last digit of the GL code and the dash? The way it currently displays the GL codes looks awkward.selected code-description to expand the GL codes for a range of GLsOutput places 4 spaces between last digit of GL code and first letter of GL Description. I'd like to remove these spaces.Thanks!
Good Morning!I am currently working on a few forms and one of the requests is to make sure that if the discount is showing 0% to remove it from the form. The title “Discount” can still be there but the number needs to go away. Currently I have =IIF (Null ([ARTran.DiscPct]) ,'', [ARTran.DiscPCT]) . I feel like I’m close but I know I’m missing something. This is being done on the Sales Order invoice but will also be applied to others.Any help would be appreciated.Thanks,Brent
Does anyone know if it’s possible to pass a reference number from Acumatica to UPS? I’m looking to pass an order number or some other field that can handle free text to UPS “Reference 1” and “Reference 2” fields so that it prints on the label.I’d be open to using any integration option (ShipEngine, EasyPost, and standard Acumatica Shipping integration) as long as I can pass a reference number.
Hi Team,We are trying to sync the open shipments from Acumatica to Shopify. while syncing facing below issue."The shipment has been filtered because it is not confirmed."So, we disabled the SOOrderShipment.Confirmed field under result grid in BC-Shipments GI and verified still seeing the same Issue.Can I get help on this how to do this.Thanks in advance.
We’ve processed a shipment for the full line quantity but needed to only ship a partial. The shipment is now in Confirmed status. No invoice has been created as yet. We tried the Correct Shipment link under the ellipses but get an error “The line cannot be deleted because it is linked to a purchase order.” (even though it is not linked to any purchase orders). How do we correct it? Thank you in advance
My ultimate goal is to change the background color of the Batch Payment screen grid based on two Boolean fields (UsrIsVendorVerified and UsrIsExcludeFromVerification) in CABatchDetailExt.I attempted to achieve this using a JavaScript attribute, following the guidance from the post:How do I add row highlighting to a customization contained within a Base Acumatica BLC? Since that approach did not work as expected, I tried a simpler test coloring the grid rows without applying any conditions. However, even this did not work.Script:function HighligthLines (){ if(px_all && px_all["grid"] && px_all["grid"].rows) { let lines = px_all["grid"].rows.items; for(let i=0;i<lines.length;i++) { let currentLine=lines[i]; currentLine.style.CssClass = "red20"; currentLine.repaint(); } }}The Grid control doesn’t support a PXJavaScript attribute, so I added the PXJavaScript attribute to the form on the Batch Payment s
Hi everyone,as fas as I understood there is no need to use Visual Studio to implement a customization.However, to extend the featureset the following guide tells me that Visual Studio should be used.Is it possible to add a featureset without Visual Studio?
Hi guys,do u know how i can display the Primary Contact (from vendor) in purchase order ?Just like in Sales OrdersI Hope u can help me.
I am trying to create a new instance from a large snapshot. I have to do it through the configuration wizard due to its size and am using this method which states that it does not import custom columns. How to import a large snapshot using the Acumatica ERP Configuration Wizard | CommunityI have additionally found this information which claims that using this method will allow you to import custom tables and columns. Using this method, I have been able to create and fill custom tables and create custom columns on existing tables. However, the custom columns on the existing tables are all filled with NULL values rather than the imported values from the snapshot. Does anyone have a workaround for this? I don’t understand why the values aren’t being copied over.Snapping the Acumatica Snapshot Restrictions | Acumatica Cloud ERP
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.