Get inspired and gain all the knowledge you need
Recently active
Good day,Is it possible to update the workflow stage of an appointment from the mobile app? Currently when items are added to an appointment, we change the workflow stage of that appointment to “Parts Requested”. Doing this generates a picklist for our warehouse persons to gather the items for the technician to collect. When the items are collected the workflow status is chnaged to fulfilled and the line items are marked as completed. In the mobile app I don’t see the ability to chnage the workflow stage manually. Is this possible?
Hi everyone,I’ve got a question about the coloring of a field. We’ve sent out e-mails with invoices to customers. The e-mail show up as processed in “All Emails” (CO409070) with no errors. So far so good.Now we have received some complaints that invoices have not been received. For each complaint we’ve checked the activities in the invoice (AR301000) and here the date is shown in red. I couldn’t find any information on what this means. Any help or pointing me in the right direction would be much appreciated!Thanks.
Hi everyone,FS Workflow Stage (WorkflowStage) in mobile is showing as an editable text field, and users must manually type the exact stage name; there is no selector/dropdown.On the web UI, workflow behaves correctly, but on mobile there doesn’t seem to be a supported way to render workflow stages as a selector.Things I’ve already tried / researched: Different variations of defining the selector found in the Acumatica community and elsewhere on the web, with no avail. Created a GI (WFSTAGES_Lookup) exposing workflow stages with StageID and StageCode, and inserted the GI into the Service Order endpoint; couldn’t add it as a field as it wasn’t visible. Has anyone found a supported way to make FS WorkflowStage appear as a selector on mobile, instead of free text?I’m mainly trying to avoid users having to manually type stage names on mobile.Thanks in advance.
I’m trying to get more detail on a PXLockViolationException trace error so I thought I’d try remote debugging on the server hosting Acumatica. I started a remote debug session on the server but I’m not sure what to do next.Question: do I open some Acumatica project on my local machine? If so, which one? I’ve only been working with Customization Projects so I not sure how to start a remote debug session for hitting breakpoints coming from a trace.
Within a import scenario, I’ve found this formula field that is causing problems. I want to locate it to fix the issues, but I’m not sure where it’s coming from. It’s considered a external field, so I assume a customization, but I can’t locate it anywhere. Is there a way to find it?
Details: This popup works in the classic version, but it no longer works after migrating. Specification: When the "good service type" field is selected, a popup appears with three options: "Detraction," "Auto-Detraction," or "Not Applicable." If I select "Detraction," the "Detraction" field is checked; if I select "Auto-Detraction," it's checked; if I select "Not Applicable," nothing happens, the checkmarks are removed. The popup works up to this point, but the problem is that when I select one of the options, it disappears.Here I share images Here my code: event, ts and html:Code event: protected virtual void APInvoice_TBienServ_FieldUpdated(PXCache cache, PXFieldUpdatedEventArgs e) { APInvoice api = e.Row as APInvoice; if (api == null) return; var apiExt = api.GetExtension<XTAPInvoice>(); TaxRev trRow = PXSelectJoin<TaxRev, InnerJoin<xtb08Sunat, On<xtb08Sunat.taxCD, Equal<TaxRev.ta
When will the Multiple Base Currency feature support all modules?I was quite excited to see multiple base currency support in 2021 R2, as this solves the single biggest pain point we have with Acumatica.Currently, we have a Canadian sister company that does a lot of interco transactions with the US company, and because of that company’s base currency being in CAD, we have to use a separate tenant.This creates a lot of manual re-entry of documents PO / SO / shipping docs etc and tends to be an error prone process, especially due to exchange rates etc.Now in reading through the details on this feature, I see to my dismay that there is a whole list of other modules that are not supported by this feature. Meaning you can’t use multiple base currencies feature and these other modules. The modules that we use are in yellow: Is there any road map on when these modules will be supported by this feature?
We are a multi branch company and we bill our cost to projects (COGS, WIP, etc.). One problem that we are noticing is that the Branch that the project belongs to is not pulling through whenever a time activity is released. Is there a way to fix this without customization. For example Employee A works on ABC company but does his timecard through XYZ company. How do I make sure that the COGS is recognized on ABC company’s books and not XYZ company’s books?
Good day,Under Inventory Planning, is it possible to generate a forecast by customer class instead of by individual customer, without requiring customization?If customization is required, can this be achieved with no-code/low-code customizationKind regards,Wilson
Hi All,I’m try to add this boolean filter that is also visible on the UI. The true value seems to be working but when the checkbox is unselected on the UI, it doesnt fetch any data from the system.I appreciate all the help.Thanks,
In 2021 R1, Acumatica provided the ability to take pictures of business cards and automatically add them as leads or contacts using an AI/ML engine. In many situations, the business phone number was not recognized (see image 1 below). In this case the user has to push the phone 1 button and select the phone number. To address this issue, we now have a customization project which eliminates this manual step (see image 2 below). Before installing fix: need to select Phone 1After installing fix: phone 1 automatically recognizedGet the Customization:If you are running a version of 2021 R1 you can download the customization project here: https://acumatica-builds.s3.amazonaws.com/builds/zip/software/addon/fix/BusinessCardRecognitionPhoneFix.zip
Is it possible to process and enter expense receipts automatically in Acumatica by emailing receipt photos to an Acumatica email account, similar to AP document recognition, instead of doing it in the Acumatica mobile app?
Is there a way in Acumatica to upload multiple files at once?If yes, is there an existing screen or standard functionality where this is already implemented that you could share (for example, a screenshot or screen ID)?
I have a huge section of code. It’s job is to assign a shipping zone, that represents an orders USDA Hardiness Zone, based on the shipping zip code. Even with condensing zip codes the code is still 17,000 cases long.An import scenario cannot handle this amount of code either.Any ideas on how to approach this? My original idea was to create the GI to put the USDA Zone in a field and then use the GI as an import data source.
Hi AllI’m trying to add a few custom fields to the Purchase Orders screen. I was successful in adding a few custom screens for dates and text entry. I now need to add custom fields with drop down items to be selected. I am seeking any advice on how this can be done via the custimization project, please.ThanksAmit
I’m working in Acumatica Manufacturing and I need two custom fields from AM.20.90.00 to be copied into the Purchase Order line that is created from AM401000 (Critical Materials Inquiry) when clicking the Purchase button.What I have In AM.20.90.00 (Production Material) I added 2 custom fields (examples): UsrStucklisteBreiteProd (width / “Breite in mm”) UsrStucklisteLangeProd (length / “Länge in mm”) These fields are already filled during production order creation: I override ProdMaint.CopyBomToProductionDetails() and copy values from AMBomMatlExt → AMProdMatlExt. In AM401000, the inquiry dataset uses SelectedProdMatl. I created PXCacheExtension<SelectedProdMatl> so the fields appear there. I override CriticalMaterialsInq.BuildSelectedProdMatl() to populate the fields into SelectedProdMatlUsrExtension. Result: the values show correctly in AM401000 (so the fields are “inherited”/available in the inquiry results). The problemWhen I click the Purchase b
I am experiencing an issue while publishing a customization package after adding the Modern UI files. Despite multiple attempts to install all required Node.js dependencies through the command prompt, the build consistently fails during the Webpack compilation step. When the Modern UI files are included in the package, Acumatica throws errors during publishing I have already tried reinstalling Node.js, clearing npm cache, reinstalling modules, and running the build manually, but the issue persists. I need assistance in identifying why the Modern UI files cause the publishing process to fail.
In our application we are creating Purchase Order Receipts and they had been working fine, but we had not used this function for 6 months or so and are using it again. We are getting this errorGuzzleHttp\Exception\ClientException: Client error: `PUT https://prestigesalonproducts.acumatica.com/entity/ORDIO/20.200.001/PurchaseReceipt` resulted in a `422 Unprocessable Entity` response: {"id":"15468762-cac9-ee11-65424-12a215648465216","rowNumber":1,"note":null,"error":"'POAccrualAcctID' cannot be empty.; Here is our codereturn [ 'note' => $receipt->comment, 'VendorID' => ['value' => $po->vendor_id], 'PostPeriod' => ['value' => now()->format('mY')], 'Details' => collect($receipt->products)->map(function ($product, $key) use ($po) { return [ 'InventoryID' => ['value' => $product->inventory_id], 'ReceiptQty' => ['value' => $product->qty],
If I have a script that is polling an API from an external system and then transforming the data and writing to Acumatica - what is the best free way to host that script so it can run on a schedule?So far it runs in my VM in the background but I want to know if there are any better or fully free options.
Is there a way to enter a PO with Negative Amount? This is for the Construction edition. Client’s current system has number of POs with -ve amount and I was looking for the best way to handle them? Has anyone come across this scenario?
Hi,Can we add an action/button into generic inquiry form and how I do it. Thank you
I have been trying to delete existing Sales Prices or change the expiry date with an import scenario.I can expiry them OK if the expiry date is null using the follow scenario: But once the expiry date it is set it appears that the existing records cannot be targeted to either delete or change the expiry date. Is it possible?There is a post on How to Bulk delete all line items in Sales Prices | Community (acumatica.com), however there may be too many records for this manual method.
Anyone know how to remove send reports from the list?When I click on selected and process - it does not process the selected item but rather the item that has cursor focus? How is that to be fixed?Would like to be able to Edit the Template Name, how?
Is the Acumatica eSign Integration ready for 25R2 Modern and Classic UI? The download page only lists the GA version with no indication of UI application. With the Always Current list coming out last week, we’re already <75 days before upgrades.Thanks!
Where can I find the Dashboard widget?
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.