Introducing Acumatica Cloud ERP: 2026R1
Other Developer Topics
Recently active
So It is really a process for the SOLine Table not the SOOrder table. But the main DAC of the soOrderEntry screen is the SOOrder. If I am using the soOrderEntry screen to update the record then I can only pass the SOOrder record and the SOOrderEntry graph to the delegate. How do I communicate the soLines to update as well that were selected on the Process Screen if set process delegate only allows one DAC as Below? SOOrder.SetProcessDelegate( delegate(SOOrderEntry graph, SOOrder order)
Every time when user scan something in the Pick, Pack, and Ship mobile app, the bottom menu pops up and blocks the info they need. After every scan, they have to swipe the menu down. Is there any way to disable the bottom menu pops up?Thanks in advance.
Hi I have seen many examples of PXAction being used in conjunction with PXAdapter to get the main DAC from the table the PXAction button is on. This helps in getting calls from Process screens to an Action button. So in my case the SOOrder Table is available and I need more. Is there a way to get the SOLine current record as well using PXAdapter, in the same method the main DAC is accessible? Keep in mind this is all for a process screen and needs to be Static: No Base or this or the like? Thanks in advance.
A client has requested to enable the Currency option on the Opportunity screen even though a Business Account had not been selected. Any help on how to change or fix this. (ScreenId=CR304000)
Hi,I have a probably stupid and basic question about how events are handled in Acumatica.Let’s suppose we have a graph class (say G1) using a given DAC (say D) in its main view, and an other graph class (say G2) using also DAC D in its main view. In this example, we assume that G1 and G2 haven’t any link them (I mean that G1 is not an extension of G2 for instance).If a change occurs for one of the field in an instance of DAC D throught the screen associated to graph G1, the D_RowUpdated event handler method is called as expected if this method has been added in class G1. That’s OK.However, I have noticed that if the D_RowUpdated event handler is also present in class G2, it is not called on field change occuring in G1, as if G2 would not be aware of what’s happening in G1. Maybe it is due to the fact that the two graphs don’t share the same caches.How to refresh views in G2 on row updating occuring in G1 ?
I currently run a WordPress website that uses Acumatica. Acumatica is installed as a plugin within the theme built by the original developers. Right now, I have a staging site setup, along with a sandbox environment on Acumatica.For example, my staging site isstaging.website.comMy sandbox environment for Acumatica is:website-sandbox-22-2.acumatica.com/(w(2))/ Basically, what I’m looking to do is test buying a product on the staging site to which it then generates a order in the sandbox version of Acumatica. As mentioned, Acumatica is coded within the plugin used to create the site’s functionality, so on Wordpress, in order to add the Sandbox site value to the list of Data Sources, I had to add a string within the Acumatica.php file along with the ACF_AcumaticaOptions.php file, but that is only adding a string so that I can choose the data source in the Wordpress admin dashboard. I also changed the base url to the link of the Acumatica sandbox, but I feel like that is incorrect.How can
User Roles (SM201005) > Customizer: rename it to 'Customiser'Can we make the spelling configurable in different country? forexample, we use UK English so we have to change the spellings everywhere. Thanks in advance
2023 Acumatica Developer Conference The Acumatica Developer Conference is an annual conference that provides our technical community with the in depth knowledge & tools required to build great customizations, integrations and even applications, fully utilizing Acumatica’s cloud xRP platform.This year’s event will be held over three (3) shorter days with three (3) hours of presentation each day. Last years attendee feedback suggested that it would work better for busy schedules to move from a two day format to a three day format. We will still include all the popular topics and in depth content as we have had in the past.Our speakers are anchored by our Founder and CTO, Mike Shchelkonogov along with other Acumatica or Technical Community speakers. Please plan on joining us for all three days! The agenda and speakers have been finalized. Register for Day 3 2023 Virtual DevCon Sessions Schedule(U.S. Pacific Time)Jun 27 Tuesday 10:00-10:30 amDimitri BlondeelWelcome & KeynoteDimitri
I am creating a Azure DevOps pipeline for Acumatica Automation project to build and run. I am not able to run the automation from pipeline. I may be using the wrong task. I have tried dotnet run, since Acumatica Automation is console application. VS test may not work since it is for nunit/xunit type. Any idea/suggestions or link to the article or YouTube video. I tried googling but no help.
there are few files attached in the so invoice form. when manually send the email through the so invoice from i need to attached those files automatically. currently it is not happening.
Modified the Customer Screen and one of the mods was to add a custom action button to calculate some custom fields. The button and fields work perfectly. But now I am trying to Add a custom process screen to allow us to run those buttons for all customers on a schedule. First I could not reference the Extension I created in the Process Form definition: It only accepted: customers.SetProcessDelegate<CustomerMaint>( delegate (CustomerMaint graph, Customer templat) {Instead of : customers.SetProcessDelegate<CustomerMaint_Extension>( delegate (CustomerMaint_Extension graph, Customer templat) {So naturally when it cam time to call the custom button it would not work: graph.Clear(); graph.processon_extension(templat);there was no processon_extension() available under the graph because the graph could only be CustomerMaint not CustomerMain_Extension. How do I reference an Action on an Extension of a form in a Process screen which I think can only be
how to use filter “IN” condition in report design
I’m working on a GI to display the following information for future audits. Basically, the auditor wants to see a list of field changes on vendors within a given time frame. They want to pick one of the changes and have the team pull the necessary approval paperwork for that change. I’m currently using PX.SM.AuditHistory and PX.SM.Users. Here are the needed fields:OperationChangeDateUsernameTableNameModifiedFieldsScreenIDChangeIDOld valueNew valueI was able to get the fields listed except for the old field value and the new/updated field values. Doing some research, I think that this information is stored separately, but wanted to ask the community first. Is that “change” information stored separately?
Hey all hope everyone is doing well! i have this custom object that creates information about POs from the mapping manager and i want to add it to the endpoint but i don’t know how, becasue i want to use REst API to POST and GET How to add it in the Endpoint web services Thanks
Does anyone know of a table/datafield that stores the site URL? I’m trying to feed parameters into a GI navigation link and have it be transferable across multiple sites without needing to update the URL on each site. Thanks!
Hey All I’m Trying to filter all sales orders using USER-DEFIND field I’m using this Endpoint Method : POST URI: https://exemple.acumatica.com/entity/default/22.200.001/SalesOrder?$custom=Document.AttributeCPQORDNBR.value&$filter=custom.document.AttributeCPQORDNBR eq '00000110'&$top=100but it not working even i can see the custom field in the JSON Error :message\":\"An error has occurred.\",\"exceptionMessage\":\"The child type 'custom.document.AttributeCPQORDNBR' in a cast was not an entity type. Casts can only be performed on entity types. Much appreciated Thanks
Hi,I have a customized screen using 3 tabs. I'd need to know which tab is the active one at a given time. Is it possible ?Thanks.
I am working with INTran DAC. I need to use its LineNbr field, but I am not able to predict how LineNbr is generated for this DAC. I created this Issue which has 5 line items. But when I am checking the Database it looks something like this. SQL Database DataI am not sure is happening can anyone help with this thing.Thanks
I can see that AR301000 has an action called releaseFromHold. However, Sales Invoices don’t have a processing screen like Sales Orders do so there isn’t a processing screen to add this action into like this Add Remove Hold Action question.How might I take several thousand invoices off hold?
Does anyone know how to add tables to the those read by the Full-Entity Index? Customer would like to search for Alternate part numbers and have the stock item/non stock item appearCurrently there is no good way to find this information, except from the SO, PO or SVO/Appointment screens with the Add Items button.Knowing this would also be handy for my own customizations/add ons.
How we need to identify with which user the employee has been linked to. This is because, an error arises (as in the picture), when I try to fill in a linked entityUsually, for our company the User Type box will be left blank.
Hi Team,We have an issue with additional row getting added in a grid after selecting a value from selector.Issue: Selecting an inventory Id from a SelectorAfter the selecting from the selector an additional row is added Any thoughts why there is an additional row populating?
Hi, I have an unusual error message on the license maintenance screen that I have spent several hours testing and trying to resolve. The error is appearing on 3 locally hosted sites on build 2022.114.203.2690. I don’t believe that this is related to any customisations as it exists on a newly deployed site before any customisations are applied. What is the error?Immediately after applying the license key and revisiting the Licence Maintenance screen, I get: followed by a locked up screen that you can’t do anything with: The trace shows: I have worked out that you can restore the system to an unlicensed state by going 1) delete * from Licensing and, then 2) repairing the website. After reapplying the key the error appears again. Aside from the above the sites function normally (for example you can access stock items, customers,...), but anything associated with a license doesn’t work (eg you also get the error on the user screen and can’t change permissions) Any Ideas? I’m beginning
Hello Fellow Mac users,If you are in a menu and need to look up the element property to find control type, Data Class, Data Field, View Name, Business Logic, or Description the hot key is.MACControl + Option > Click into the field.PCAlt + Control > Click into the field.
I just setup a new laptop and had it provisioned for Windows 10 Pro. Natively, it was setup for Win 11. I had some issues with the new pc unrelated to Acumatica. To try to resolve the issues, I “upgraded” to Win 11. Everything is working fine. I did not have any issues that I’ve seen others with SQL Server (YAY). It is already painful to launch the site as it is, especially since I am a developer and I have to recompile my library frequently. However, it now takes twice as long to launch the Acumatica site. It is so bad now, I’m thinking of undoing the 2 days I spent getting Win 11 configured and getting all my projects, apps etc. migrated. I am actually considering reverting back to Win 10. Win 10 will stop being supported after 2025, so I thought I would bite the bullet and just get it over with.Has anyone else experienced this performance degradation when switching from Win 10 to Win 11?
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.