Get inspired and gain all the knowledge you need
Recently active
Hello,I'm working with the Acumatica API to create time entries for the **Employee Time Activities** screen (EP307000) using the **TimeEntry** endpoint. The UI displays a **WorkGroup** field for each activity, but I cannot find this field in the API contract, even after attempting to extend the endpoint.There is only Items objact in the list, and there is no WorkGroupID in the list. I checked fields with selector - the same situation - field unavailableHere are the details:- Acumatica Version: 2025-1 - API Endpoint: `TimeEntry`- Issue: The `WorkGroupID` field is visible on the **Employee Time Activities** screen but is not available in the `TimeEntry` API payload. I checked the default and extended API contracts, but the field is missing.- What I Tried: - Extended the `TimeEntry` endpoint in Customization Projects to include additional fields, but `WorkGroup` is not listed.Questions: 1. Is the `WorkGroup` field available in the `TimeEntry` API, or is it handled differently (e.g., deriv
Hey Team,Recently in Australia we had an update, for the most part its gone quite smoothly. But i did pickup on problem this morning. One of my business events is not functioning. Its been working fine up until the update. What im trying to achieve, it simply send and order confirmation as soon as we remove the hold for the SO to the shipto contact email. I cannot seem to locate what the actual error is? Any help or Guidance would be appreciated.
Hello all,I am trying to setup the incoming mail processing where if a mail is received it should be forwarded to an employee.Under the Incoming Mail Processing tab, we have the option to Routing the mails. How to setup this?Thanks in advance.
I have an import scenario that worked prior to 2024 R2, but it no longer works in 2024 R2. I now get the following error message. I believe it’s a bug, but would like to know if others are having the same issue and if there is a work-around.
Title: CI/CD Pipeline Implementation for Acumatica ERP Using GitHub ActionsWe’ve recently implemented a CI/CD pipeline specifically designed for Acumatica ERP to streamline customization development and deployment process.We adopted GitHub Actions to automate both low-code and full code-level customizations. The goal was to reduce manual intervention, improve consistency, and increase deployment speed across multiple environments. Our Setup:4 Acumatica environments: DEV, QA, STAGE, PROD Server: Windows (latest) Repository structure: Separate Git repos for customization source code and dependent DLLs Key Outcomes:Seamless Git integration for version control and collaboration Automated build, import, and publish steps Notifications for deployment events Centralized logging for transparency and troubleshooting Quicker release cycles for features and bug fixesWe’re sharing this to contribute to the community and would love to exchange ideas with others implementing DevOps practices with Ac
I have a customer request to make the notes popup on a grid in the Opportunities screen be read only except for a particular user class. I’ve not worked much with panels and I wondered if anyone had an opinion if this a possible.Thanks in advance for any input.
Hello Everyone, Recently I was working with the Acumatica Barcode-Driven Engine, one thing I could not find is how to implement a custom ScanQuestion into an existing form. So, I thought I would share a way that I got mine to work, if anyone else has any approaches that worked for them, please share them! Firstly, you want to create an extension to the scan functionality. You don’t do this through inheriting the traditional PXGraphExtension<Graph> , but rather by inheriting the ScanGraph.ScanExtension something like this:public class AIWMS_INScanReceiveExt : INScanReceive.ScanExtension{}Secondly, you need to define the ScanQuestion class, which inherits either ScanGraph.ScanQuestion or ScanQuestion<ScanGraph>public class DefaultLocationQuestion : ScanQuestion<INScanReceive>{}Inheriting this class requires the implementation of string Code, void Confirm, and void Reject as protected overrides. You should also add a localisable message class for the prompt and return it
Hi! I have a sales order with an item with FIFO valuation that is being drop shipped. When I invoice the customer it uses the cost from the linked PO, which is correct at $100. However, when trying to figure out margins on the SO, I can’t find the correct cost. Both the Unit Cost and Average Cost fields show $18 which is wrong. Also, the margin calculation fields don’t populate. Any ideas where I can find the correct cost on the SO?
We’re trying to build a inquiry/report that displays the following:From Project Summary:Project number Project description Project Manager (owner)From Project BalancesOriginal Budgeted Amount Revised Budgeted Amount Actual Amount Actual + Open Committed Amount Variance Amount Performance %All the data is in the system but we’re struggling to find the correct tables/fields to pull this data from. Has anyone out there developed something like this?
Hello, I would like to know if it would be possible to create a new account group that would only be available to selected projects (therefore, restrict the account group or GL account to specific projects). For example, I would like to create the account group X (GL 9999) that would only be used in project ABC. The accountant would only be able to select the account group X (GL 9999) when they are recording a transaction in the ABC project. If they record a transaction in project DEF, the account group X (GL 9999) would not be possible to select (ideally, it would not even show up). Is there a way to do that?Thank you!
Hi everyone,I’m looking for some advice on how to handle a Max Cost issue in Acumatica related to a bad receipt entry.Here’s the situation: We use Max Cost for quoting purposes in our system. Unfortunately, one part was received with an incorrect unit cost (~$1,041 instead of ~$45), and this error was not corrected at the time. Long story short, someone used the wrong part number to order a part and receive. As a result, our Max Cost is now significantly inflated, and we need to correct this so our quoting reflects the true cost. I experimented with doing a return on that po receipt, hoping that would purge it from the list of actual costs but that did not seem to do the trick. Appreciate the help!
In printing a check, I want to add the attention field of the person receiving the check. I completed the override in the remittance tab of Checks and Payments screen and the payment tab of Vendor prolife. However the attention field does not print on the check. What am I doing wrong? Please help. Thank you.
I have set up a business event to notify approvers when they have a timecard that is pending approval. The business event has one trigger and that is: I’m not sure why it is sending 2 emails. In the email history, one email is created by the user that created the business event and one email is created by the person submitting the timesheet. Can someone tell me what I am doing wrong? Any help would be greatly appreciated.
We are new to Acumatica and would like to know how to change a Non-Stock Item into a Stock item. Have attempted to delete the item and re-enter but cannot delete due to the item stating it is in multiple tables. Have changed the posting class and still cannot change the item to a stock item. Have attempted to fix the issue via Bills of Materials to to avail. Thanks in advance for any information you can provide to help correct the issue.
In this topic, I want to share how to create a customization to export matrix item cost info to Shopify product variant. This customization can work well on 2023R2.Create a customization project Create a new code file, and extend the Graph from “PX.Commerce.Shopify.SPTemplateItemProcessor”. Select the “OVERRIDE METHOD” from the menu, and then select the Method “SaveBucketExport” from the list. Modify the code as below. Create the new instance of ProductRestDataProvider and InventoryItemRestDataProvider object Use the ProductRestDataProvider instance to get the existing Product/Product variant info from Shopify, cost info doesn’t save in Product variant object, it’s in the InventoryItem object, so we need to get the InventoryItemId from the variant object. We save the variant mapping info(ExternID is Product variant ID, LocalID is the Matrix item NoteID) in BCSyncDetails, so we can find the associated Matrix item by NoteID. All matrix items are saved in Bucket.Product.Local
We are trying to create automatic invoices for customers that are on a subscription service and automatically charge them. I know there are ways in Acumatica to create recurring invoices and release them on a schedule but is there a way to automatically authorize and capture customer credit cards against those invoices in Acumatica?
In version 24R2, I am trying to figure out the menu chain to create reports showing sales taxes collected. Any help would be very much appreciated.
Hello all,I have been working on a GI where I am referencing a sub-GI. But whenever I apply any filter it throws me the following error: How to resolve this?
I am designing a report to spit out a label I think I have all the joins correct and the parameters appears like I want them to but all I am getting on the actual report is blanks instead of actual data. I am not certain what I am not doing correctly here.I am trying to get these 3 things to show our Item Number, the description for the item, and what Location the item is in for the Warehouse. I have 2 parameters the item number and which warehouse we are looking at but all i get in return is the Text box you can see in this screenshot none of the actual data I entered or the Location display. Any help or advice here would be great I feel like I am just missing one small thing to make this work.
Hello fellow Field Service users,Do you know if there is a way to communicate with field service employees about appointments or issues with appointments in Outlook or Teams?Thanks,Kay Howe@gball
Hey everyone,Quiet some time ago I found this fantastic report that showed a lot tracked item and every transaction (sales order, receipt, production order etc) with it’s lot number. It was FANTASTIC and I can picture it but I can’t find it in ACU hoping someone can rattle off the name of it with that very vague description. I know the report lines were collapsible and expandable and there were some icons/images on the report. *sigh* Anyone have ANY ideas?
Hello,We are experiencing some issues on our development machines.I open a report from the live tenant. Then I modify it and save it as new version in test tenant. The report is saved as new version in the live tenant.Client’s Acumatica version: 24.108.0034My Report Designer version: 24.207.0011Does anyone know what may be causing this issue? Any help will be appreciated. :)
Hello,I am trying to have a GI show the value for ARSalesPrice.PriceCode and I keep getting no results.We have two codes (Default and Westcoast). The “Sales Prices” screen (AR202000) shows them perfectly fine. But it requires the user to choose from all of the filters. I have tried all kinds of joins and conditions, yet they just will not display. I have attached the GI and any help would be greatly appreciated.
Hi guys, I'm hoping someone can help me with this.I'm following this document (https://help.acumatica.com/(W(4))/Wiki/ShowWiki.aspx?pageid=2cdef9b1-d4ef-48b4-8a92-093e7ea39552) to create a Custom Destination Type.Below is my implementation for IPushNotificationSenderFactory and IPushNotificationSender, after publishing, I can't find the new destination type when finding it for the new notification hook.As in the document I don't see any detail in testing step, so I'm stuck at this point.Any idea what could be the cause of this issue and what can I do next to resolve?Thanks
Hello,I have some issues when customizing the Prepare Payments screen. I had to make the Pay Date Within checkbox unchecked by default. So I opened the screen in Customization Mode and selected the Override on Screen Level option.Then I removed the following code: [PXDefault(true)]This is the final code of the customization: When the screen is opened, the checkbox is unchecked, but the data that is loaded is incorrect. Some of the documents are missing.I have to check and uncheck it in order to show all documents. Any help will be appreciated. :)
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.