Get inspired and gain all the knowledge you need
Recently active
Hi,I just realized that we can edit the Debit/Credit amounts when reversing a Journal Transaction. So we can reverse the transaction for a different amount than the original. Does that make sense?What is the best way to disable that ability? Thanks.
Hello Everyone!When you create a BL Sales Order, the details will automatically get the sales account and the sales subaccount from the products,.There is no way to change this from the Order types screen.How can I set the account and the sales account values automatically from the Customer in a BL Sales Order? Thanks in advance.
Hello all,Can anyone let me know how can I add branch ID column in the Release Time Cards screen? The Employee Time Cards screen doesnt have a branch ID. So how can I add the same in the Release Time Cards screen?Thanks.
I’ve created new email template for sales quotation (QT). in the sales order preference form I selected that new email template as the Quote email. but when I’m sending the email it send the Quote as per the system by default email template. what are the other configuration do I have to do?
Should the Stock Item Inventory Planning Settings > Manufacture Lead Time affect the Action Date in Inventory Planning if the Source method is Purchase? Currently, it appears that it does. However the field is defined to only be accessible IF the manufacturing feature is enabled. My concern is this is a bug. Before we populate this field for General Item Lead times, id like to know if this is intentional or not. Stock Item SettingsInventory Planning DisplayAMMFGLeadTime
I would like to make a generic inquiry similar to “Bank Transactions History”, without doing any customisations if possible.The purpose: I want to see all matched and unmatched bank transactions, and then also add information to the inquiry about voided payments. (Users want to quickly see which matched transactions need to be unmatched due to payments being voided).I want to use this CABankTranHistory.MatchedRefNbr but I can’t add this table in a normal generic inquiry. Is that because it only exists within this customisation? I’m looking for guidance either in adding this CABankTranHistory to an ordinary generic inquiry, or how to link the tables that make up this information.
A user is getting the error below when clicking Export on a batch payment. When I log in as an administrator, I do not get the error. Thoughts anyone?
Hi,We have just switched to Acumatica from Sage and my first bank rec was a disaster!I have 2 different banks to reconcile in 1 company. I was reconciling Bank A, but I used Bank B closing balance for this current bank reconciliation starting balance. Because it was the first month-end we hade to make some out-of-the-norm adjustments which is why I didn’t really understand or notice what I had done until closing the current period.I want to know how to reverse October 2024 bank rec, so the starting balance on November 2024 bank rec is correct. I hope this makes sense. Thank you!
Hello. Having an odd one with AutoNumbering. Below is the Numbering Sequence, the New Number Symbol is <NEW> like others. The custom screen is below. When I click add, the Car ID is set to ‘NEW’ not ‘<NEW>’.There are also 2 spaces before the value NEW.If I enter car details and click save, the auto numbering works. The DAC is below[Serializable][PXCacheName("PinnCar")]public class PinnCar : IBqlTable{ #region Carid [PXDBString(15, IsKey = true)] [PXUIField(DisplayName = "Car ID", Visibility = PXUIVisibility.SelectorVisible)] [PXSelector(typeof(PinnCar.carid), typeof(PinnCar.carid), typeof(PinnCar.make), typeof(PinnCar.model))] [PXDefault(PersistingCheck = PXPersistingCheck.NullOrBlank)] [AutoNumber(typeof(INSetupExt.usrCarNumberingSequence), typeof(PinnCar.createdDateTime))] public virtual string Carid { get; set; } public abstract class carid : PX.Data.BQL.BqlString.Field<carid> { } #endregion //make, model and reg field //Acumatica fields.}The graph code is very s
Hi everyone, it's me again and I want to know if anyone had this problem before.The following situation is … I need to change background color in a field using a validation method in my graph extension but I don't know how to do it. In the past you could change the color of a button using JavaScript, but it would be helpful to know if it's possible using VS.Any help will be of great help.Thank you for reading. 😎
Hello-I’ve created a custom screen where auto numbering is used. When I access the screen I get the following message. The DAC for the AutoNumber field is below.[Serializable][PXCacheName("PinnATWDW1")]public class PinnATWDW1 : IBqlTable{ #region RefNbr [PXDBString(15, IsKey = true)] [PXUIField(DisplayName = "Ref Nbr")] [PXSelector(typeof(PinnATWDW1.refNbr), typeof(PinnATWDW1.refNbr), typeof(PinnATWDW1.hMRCWarehouse), typeof(PinnATWDW1.period))] [PXDefault(PersistingCheck = PXPersistingCheck.NullOrBlank)] [AutoNumber(typeof(PinnATWDSetup.w1NumberingSequence), typeof(PinnATWDW1.createdDateTime))] public virtual string RefNbr { get; set; } public abstract class refNbr : PX.Data.BQL.BqlString.Field<refNbr> { } #endregion ...other fields...It has a child table, the DAC for the key fields are below. [Serializable][PXCacheName("PinnATWDW1Line")]public class PinnATWDW1Line : IBqlTable{ #region RefNbr [PXDBString(15, IsKey = true)] [PXUIField(DisplayName = "Ref Nbr")] [PXDBDefault(ty
I have a report created in Report Designer (an .rpx file) within Acumatica 2023 R1.I would like to ask:Is it possible to export an .rpx report directly to a CSV Excel file?is CSV export is supported,
When we click CONFIRM SHIPMENT, we get the following error:Carrier Service returned error. USPS:The request could not be understood by the server due to malformed syntax. ProviderEndShipper address.name or address.company requiredCan anyone tell me what needs to be entered in Acumatica to avoid this error and allow confirming the shipment?Thanks,David
Hello everyone - does anyone here have feedback and/or experience with the following integrations. We are interested in a time keeping and payroll solution. My understanding is that these two both run on Kronos so there are many similarities. I also like that they both have a scheduling element - something our team will rely heavily on. Any insight?Inova - https://www.acumatica.com/acumatica-marketplace/inova-payroll-hcm-for-acumatica/WorkForce Go! - https://www.acumatica.com/acumatica-marketplace/workforce-go-hcm/
Hi all,Is it possible to create a BOM for a non-stock item? As my team described it to me, they want to do this as it’s not an “item” per se but more of a “service” with no on-hand inventory levels. Is this possible? Any docs/tutorials on this if it is possible?
Acumatica allows expired materials to be used in production despite the fact that an expiration date is set. No warning to user or hard stop.Does anyone have a workaround for this other than a custom inquiry that allows to find expired material and remove it from the shelves?We are in a regulated industry (medical device) and current feedback from Quality is that the workaround is not sufficient and an active warning, if not a stop, from the system is the minimum that has to be implemented.
StateColumn property of PXToolBarButton, it disable the custom action button on grid header based on assign field value true/false, in Modern UI is there any substitute code or solution
A previous discussion identified the Cash Account Balance on the Reconciliation Statement Report as the “Cash Account Balance on bank Statement date”. I would expect that to tie to the ending balance per the Trial Balance, but it does not. Do I have an error somewhere, or just a misunderstanding?Thanks
Hi, I've joined the APInvoice table with the APTran table to display the line-level tax amounts in the Project Transaction Register report.However, I’m encountering duplicate records, and I’m unsure which join might be missing or if there’s an additional table that needs to be included to eliminate the duplicates.I’ve attached project transaction register report for your referenceIf anyone has any insights, I would appreciate your help.
Hi Community,Is there any way to get a side panel on this Inventory Allocations screen via Customization projects? It does not seem to have the option under the Action Types. Thanks,RJ
Hello, I’m looking for a way to make matrix items with only one variable. I have a product that comes in 4 colours, but doesn’t have any other variables. Is this doable?
I am trying to create a Sales Invoice with a Payment but i get the following error: "An error occurred during processing of the field CuryAdjdAmt: Nullable object must have a value.."I am using the /Default/23.200.001/SalesInvoice endpoint and this is my request:What am I missing or do i need to create first the Sales Invoice, then the Payment and then apply it? { "ReferenceNbr": { "value": "<NEW>" }, "CustomerID": { "value": "ABAKERY" }, "ExternalRef": { "value": "801PM00000DhqGnYAJ" }, "Type": { "value": "Invoice" }, "IsSpecialOrder": { "value": false }, "Date": { "value": "2024-04-22" }, "ShipToAddressLine1": { "value": "Test" }, "ShipToOverrideAddress": { "value": true }, "ShipToOverrideContact": { "value": true }, "ShipToCity": { "value": "Test" }, "ShipToCountry": { "value": "US" }, "ShipToPostalCode": { "value":
Hi Community I have never seen this before, but what would cause the Owner field to show in every other tab except for the Conditions tab? I need this APQuickCheck.OwnerID as a Condition, but it does not show up. I can see it in the Parameters, Results Grid, and everywhere else. Thanks,RJ
I'm experiencing an issue when updating a custom field (usrDebitAccount) on the Transfers screen (IN304000) within the Transfer Details grid, specifically in a Released document. In the INTran_RowSelected event, I’ve enabled the custom field usrDebitAccount when the row is released, like this. I have also enabled the field from workflow as well.protected void INTran_RowSelected(PXCache cache, PXRowSelectedEventArgs e, PXRowSelected InvokeBaseHandler){ InvokeBaseHandler?.Invoke(cache, e); var row = (INTran)e.Row; if (row == null) { return; } if (row.Released == true) { Base.transfer.Cache.AllowUpdate = true; Base.transactions.Cache.AllowUpdate = true; PXUIFieldAttribute.SetEnabled<INTranExt.usrDebitAccount>(cache, row, true); }}The issue is: When I change the value of usrDebitAccount on a single row and try to save, the Save button appears enabled but it shows the below error message If I click ok button of above pop up
🚀𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐢𝐧𝐠 𝐀𝐜𝐮𝐒𝐡𝐚𝐫𝐩 – 𝐘𝐨𝐮𝐫 𝐍𝐞𝐰 𝐅𝐨𝐮𝐧𝐝𝐚𝐭𝐢𝐨𝐧 𝐟𝐨𝐫 𝐇𝐢𝐠𝐡-𝐐𝐮𝐚𝐥𝐢𝐭𝐲 𝐀𝐜𝐮𝐦𝐚𝐭𝐢𝐜𝐚 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐦𝐞𝐧𝐭 🚀Today, I'm proud to introduce 𝐀𝐜𝐮𝐒𝐡𝐚𝐫𝐩: a focused, practical, and community-driven helper library designed to bring real efficiency and structure to Acumatica customization projects.🔹 What is AcuSharp?AcuSharp is not just a set of random utilities — it's the beginning of a structured toolkit that saves time, reduces bugs, and raises the standard of Acumatica development.The first release already includes:𝐀𝐂𝐒𝐏𝐀𝐮𝐝𝐢𝐭𝐚𝐛𝐥𝐞𝐃𝐀𝐂: A standardized base class for DACs, automatically handling audit fields (CreatedByID, CreatedDateTime, LastModifiedDateTime, Tstamp) so you never forget them again, and you won't have to copy and paste these fields every time.𝐀𝐂𝐒𝐏𝐑𝐞𝐬𝐭𝐒𝐡𝐚𝐫𝐩: A lightweight, fluent wrapper around RestSharp for effortless REST API calls in your Acumatica projects.𝐀𝐂𝐒𝐏𝐖𝐞𝐛𝐡𝐨𝐨𝐤𝐇𝐚𝐧𝐝𝐥𝐞
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.