Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
Related to this question.I can’t figure out why adding a popup dialog to Opportunities breaks the address lookup map.I can see that the ASPX page uses #include to load in some panel templates. This is the broken result of the ‘Address Lookup’ button after adding my popup dialog element:
We are creating a report in Report Designer where one description field needs to be set to Can Grow. The user would like the detail section to be maintained at a minimum height, but would like the Detail Section to grow when the description field grows in height. Currently, the Detail Section height remains constant and when the Description field grows in height, it is cut off at the bottom. Is there an easy way to cause the Description section height to grow when the field grows?
Hi all, I am having issues logging into the mobile app. Each time I try I get an invalid credentials error.I am able to login on the website, and have confirmed I am using the correct web address for the mobile app. We tried logging one of my coworkers in and their credentials worked fine.any assistance would be greatly appreciated.
Hi,I used the screen “Web Services Endpoints” then menu “… > Service Definition > Open API 2.0” to generate the swagger.json file.This is for the Acumatica: "/entity/Default/23.200.001" collectionI then processed that through the openapi-generator to generate a java client:java -jar openapi-generator-cli-7.8.0.jar generate -i [domain]entity/Default/23.200.001/swagger.json?company=[company] -g java --api-package [mypackage].finance.acumatica.openapi.client --model-package [mypackage].acumatica.openapi.client.model -o testoutput --skip-validate-specThat generates the java client .java files. These all compile to .class files without any errors.So this all looks good so far. This is industry standard for generating a client from swagger.json data. However when I run the client I get an error. The client makes a request to acumatica for data like: VendorApi va = new VendorApi(apiClient); List ids = new ArrayList();
We use AWS to send text messages, we have an Amazon SNS topic “Acumatica” and an access key associated with that. As more departments send SMS notifications through Acumatica, we would like the replies to go to different people. Is it possible to set up multiple SMS providers in Acumatica pointing to different AWS topics? Has anyone done this?
I am building an Export scenario based on Invoices and Memos.I am able to successfully select and include the Item Description field in my export. I would like to use a LEFT() function to select only the left 40 characters, but I am struggling to figure out the DAC prefix for this field or I do not have the proper syntax.When I look at the SYMappingField, it shows me that the “Object” name is Transactions, but when I add that to my function, it does not validate.What is the best way to determine a field’s DAC ?OR, am I having a syntax issue?=Left( [Transactions.InventoryID!Descr], 40)
what is the replacement for this Graph WarehouseManagementSystemGraph in 2024 R1 ?
Hello,Has anyone been able to customize the font used in the dashboards ?
What is the problem with my code all the other with ewt is already not shown but still there is one that is showing i already fix this hahhahaha =IIf(InStr(Trim([GLTran.TranDesc]), 'EWT') > 0 OR [GLTran.TranDesc] = 'EWT FOR 4TH QTR 2022_DAP' ,'', [GLTran.CreditAmt] - [GLTran.DebitAmt])
We have almost 100,000 parts and are going to retire about 30,000. I was hoping folks who may have done this type of thing might be willing to share some of their experiences accomplishing this. Some of the questions I have arewhat reports did you use to quickly identify parts with no “movement” since XX/XX/XXXX? What methods did you use to retire a part? Did you just set it to inactive?
I have a Generic Inquiry for tracking Blanket sales orders but I need to add a function to it that allows me to track schedule compliance for the contracts in the GI. we have the start and expiration dates that I need to draw from as well as the order quantity plus unshipped order quantity. what I need is the Unshipped order quantity to be tracked in relation to the remaining months in the order.so for example in an order of 11,200 units over the course of 12 months needs to show that a minimum of 933.33 units are being shipped per month, if you get to 2 months and the total shipped is not equal to or greater than the order quantity total divided by the number of months between start and expiration date it should show it as being out of compliance.now I know this is very complicated and I am unsure if it is even possible to track this data using a GI and/or dashboard.I attached the XML of the report as well.
Wanted to make the community aware of a somewhat rare occurrence but meaningful. We had an infrequent occurrence by our engineering team of naming a Component BOM in the Materials of a higher level BOM. When this Component BOM was archived but NOT removed from the higher level BOM and demand elements drove the need to generate a production order, the entire MRP (inventory planning) job failed with an error “Inventory Planning Error…...specifies the BOM details…..The given key was not present in the dictionary.” In other conditions when a BOM is archived at the top level (Finished Good), MRP will complete the run and recommend a production order. If executed, the production order will have no BOM ID in it (and thus no production content). We have flags to identify this error. I’m just surprised the entire MRP job fails. This seems like a problem; I’d rather the job complete with errors. Fairly random occurrence but seems like something that should get fixed. We are operating wit
I am looking to implement Late Costs - costs that come in and need to be charged against a sales order often after the SO is completely closed out. Some examples of Late Costs would be Use Tax, an incoming freight charge, storage fees, credit card charges that are incurred in the field and not realized until after the SO is closed, and if we have a vendor bill that we want to reflect some or all its value to a Sales Order or specific sales order lines but the sales order line for it may already be closed (invoiced)Attached is a document that outlines the overview. Have you done this or know somewhere it has been implemented successfully?
Why does display error in my report =ReportUDF.AmountToWords(CStr(IIf([ARPayment.CuryOrigDocAmt] <> 0,[ARPayment.CuryOrigDocAmt], '')), '')error says Invalid field name ReportUDF has been specified.other solution to convert amount to words?
Hi Experts,Need your solution/advice on how to build a GI’s formula in Acumatica 23R1 to get base currency amount on Request’s field ([RQRequestLine.CuryEstExtCost]) or Requisition’s field ([RQRequisitionLine.CuryEstExtCost]) since the tables did not connect directly to CurrencyInfo and the transaction already closed.Relations schemaYour input are highly appreciated. Best Regards,Iko
Hi everyoneCan someone gives us answers why the Request we made in Purchase Request Module(CST.RQ.30.10.00) cannot call/populate in the Create Requisition(CST.RQ.50.40.00) module?We are currently using Acumatica Cloud ERP 2023 R2 Build 23.211.0017 +The only Purchase Request transactions can be seen at Create Requisition(CST.RQ.50.40.00) module are dated transactions 2020Please see screenshot for your referenceAny insight will be appreciatedThank youGerbert
Hi everyone,I'm having issue trying to configure an Import Scenario to delete all the sales prices with the same UOM.I have a huge list to delete and one by one its no efficient
I’m adding a Tasks GI to menu which is used in a dashboard. When a task record is opened, I need it to redirect to entry screen and allow editing. The redirect is not working. Opening a task record just shows the GI fields, but it’s not the entry screen. Below is my code. If anyone could look at it and tell me what might be wrong I’d appreciate it!
Hi there, I am facing an issue on installing Acumatica on local machine. The error message shown: The drive structure: I would appreciate it if anyone could point me to the right direction on this.
It's great that we have such a vibrant Acumatica community to get quick answers to questions and gain product knowledge! We have very active members jumping in to help others out all the time. The goal of the community is to respond to every member’s question so that no one goes away "empty handed".Connect, Learn, Share How to Answer Questions on Acumatica Community - We need everyone’s help!Active Participation is needed from every Community user; everyone can provide valuable input using their individual skills and interests. When more people participate, all members benefit - - we need diverse backgrounds, cultures, experiences, opinions, values and perspectives. Dipak Nilkanth - Acumatica Community Featured Member for October 2024Meet Dipak Nilkanth our Acumatica Community Featured Member for October 2024. It’s great to have you as part of the Acumatica Community @Dipak Nilkanth! Announcements, Hot Tips, Known Issues and BlogsAcumatica 2024 R2 Downloads and Release NotesAcumatica
Good afternoon!We had a question about mass updating Purchase Order numbers for Invoices after they were created. We have this functionality due to a customization that I blogged about in 2021: https://www.acumatica.com/blog/vlog-changing-an-acumatica-po-number-with-a-smart-panel-and-custom-action/One of our staff said “Sure, we can write an Import Scenario off of that.” Well, it was not as easy as we thought. The smart panel is very basic. https://gist.github.com/kjrichardson/4ec5742fe1cec2e245c3d1e89957e259The code to pop it is basic as well. A simple AskExt. public PXAction<ARInvoice> ChangePONbr; [PXUIField(DisplayName = "Change PO Nbr", MapEnableRights = PXCacheRights.Select, MapViewRights = PXCacheRights.Select)] [PXUIEnabled(typeof(Where<ARInvoice.status.IsNotEqual<ARDocStatus.closed>.And<ARInvoice.status.IsNotEqual<ARDocStatus.canceled>>>))] [PXButton(Category = "Corrections", CommitChanges = true)] protected vir
My company has multiple warehouses. I have added custom code in a SalesOrderEntry Extension to find the closest warehouse that has a requested item, if it isn’t available at the customer’s default warehouse. If there isn’t enough inventory at any of our locations, a line is created to add the short quantity to the item default warehouse (where the item is manufactured).The code works if there is enough inventory to fill the item, but if there isn’t enough I get a line type error. Our item classes are set to allow negative quantities. I have manually entered the lines the way the code does it and it works manually. In debug all fields are filled in, including line type.Example:Customer orders 200 widgets from location XInventory gets checked and 61 widgets are available in default warehouse YNew line is created for the 61 widgetsAnother new line is created for the remaining 139 widgetsOriginal line is deletedLine Type Error occurs when the screen is savedCode:var tagLine = createSO
I added the SOShippingAddress table with the Inner join type to the SOOrder parent table. this was done as I am making a copy of the report but one that tracks ship to address data for country, city and state. after doing so the report goes from loading in seconds to taking a minute or longer to load.is there a better way to do this join so it doesn’t take so long to run and parse data?
Is there any way to turn off the "split" warehouse function on a sales order? We use SA and SO when entering orders and this works the same in both entries. This is very confusing, and our confirmations print out showing this line twice, which makes no sense. It seems to split the line when there is stock in another warehouse/location. I have flagged the warehouse to not "allow sales" and it still splits the line. I have tried every function/flag possible (that I know of). My other warehouses are not for resale, they are for instruments that we keep as samples for our internal reference only. I do not want the system generating anything from our other two warehouses. How can this be done? Please see below example. I would appreciate any input you can provide or if anyone handles inventory not for resale a different way in Acumatica. Hoping someone can help me understand this functionality better and provide a solution. Thank you!Maureen SO/shipment screen: confirmation ticke
Hello! I have an attribute field for call activities that is called the “CALLDURATION.” This field is alphanumeric, so I have a formula that converts it to integer when using aggregate functions. I need to calculate the total call duration of multiple call activities performed by each person and have it display in the result next to OwnerID, is there a way to calculate that in GI and what function/formula should I use? This is the formula I use to convert the alphanumeric value to just calculate the number part. In the Total Time Spent Column, I need a formula that would return the value of total call duration for each owner. ex: first row has made four calls, so Total Time Spent column should display the sum of all four calls made by first row owner.
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.