Get inspired and gain all the knowledge you need
Recently active
Hello, I need to present data received from a REST call from an external source. Most probably using PXGrid. My understanding is that I need an unbound DAC class to provide the data to the grid.But I can’t find any documentation how to define the unbound DAC class and how to fill it with the data.Thank you for any hint.
Vendor charges Freight for Drop Ship on PO.Auto shipment created for drop ship receipt on sales order:Sales order gets completed upon auto receipt and no opportunity to charge back freight to customer on sales order:Freight can be added manually to Sales Invoice before release but the freight charge backs can be missed which happens most of the time.Any way to have freight populate on the Sales Order upon release of receipt?
Problem: When a production order is created for a configured item, the “Mark for PO” box does not get checked on production materials that have the “Dflt. Mark For” value set to “Purchase” on the inventory item record. This means that no purchase demand will show up on the “Create Purchase Orders” screen and the purchasing manager will not be aware of any custom order materials that are required until production employees are ready to perform the operation and discover that materials have not been ordered.Affected Versions:2024R2 (all builds, as far as I am aware)Simple Workaround:Immediately upon learning of this problem, I created a Generic Inquiry to enable a user to easily view affected records. This displays Production Material lines where Mark For PO is false, but the Dflt Mark For value on the inventory item is Purchase. This is great, but potentially a lot of work, since it has to be reviewed regularly and requires a manual correction. I’ve attached the GI below, in case any ot
In a report I had add a parameter as bellow. Here I need to list only the Vendors which Vendor.VendorClassID = ‘xyz’. But currently it loads all the vendors. How to apply a filtering condition to a parameter
Hello, I can see the Bill To on the Report Layout, and there are visible expressions.First header has: =[FeaturesSet.VendorRelations]<>1 or [POOrder.PayToVendorID] = [POOrder.VendorID]Second header has: =[FeaturesSet.VendorRelations]=1 and [POOrder.PayToVendorID] <> [POOrder.VendorID] I understand the =1 and not =1, but can someone please explain what these mean? And what do I need to do to get the second header to show up with the Bill To? Thank you!
Hi All,This is basically just a curiosity. We noticed that Acumatica automatically pads the InventoryCD field out to the maximum length in the database. We have the standard nvarchar(30) datatype for this key, so we typically have 15-20 characters of trailing whitespace.Is there a reason that this is the default functionality? It isn’t a really big deal since I can clean strings downstream, but it seems like an odd choice to me for a key field.Since it’s so easy to “fix” this, it seems like there must be a reason why they haven’t. Does anyone know if this feeds other functionality?Thanks,Aaron
We have a bunch of stock items that are physically stocked in multiple locations between our Warehouse and Factory. Is there a way to create a GI that can show the Inventory ID, a totalized On-Hand qty, and its breakout quantities per the location its stocked in? I tried to use the InventorySummaryEnquiryResult table to pull in the Location IDs but no dice. Anything would help! Thank you!
Hello All, I have a custom screen that is built with a grid and allows deleting the row of the grid when a condition is met. I have had this code (sample below) for a while which worked fine but when the same code was upgraded to 24 R1 it stopped displaying the delete button on the row entirely. Can you please point out what could have changed with 24 R1? This code is both in the RowSelected of the header DAC and grid DAC:if (true) {this.Caches[typeof(DAC)].AllowInsert =this.Caches[typeof(DAC)].AllowUpdate =this.Caches[typeof(DAC)].AllowDelete = false;View.AllowDelete = false;View.AllowInsert = false;View.AllowUpdate = false;}else {this.Caches[typeof(DAC)].AllowInsert =this.Caches[typeof(DAC)].AllowUpdate =this.Caches[typeof(DAC)].AllowDelete = true;View.AllowDelete = true;View.AllowInsert = true;View.AllowUpdate = true;}
Hi everyone,If you’re headed to Acumatica Summit 2025, we’re hosting an Ask the Experts session for the Distribution edition. If you would like to submit your questions ahead of time, you can do so by posting them here:https://forms.office.com/r/AXBfc5E1YTYou’ll also be able to ask your questions live.Kelly and Dana will be facilitating the session this year and we look forward to meeting you in person!-Dana
How can a Calendar Fiscal Year be changed to a Non-Standard Fiscal Year?
We are a civil construction company 80% done the implementation of our project. Is there shared knowledge on commonly used project profitability reports in construction. We dont want to reinvent the wheel here as there must already be a best practice which can be our starting point. Any help through sample files or or reosurce tips appreciated.
We purchased a new vehicle and I do not know where in Acumatica to enter it. Where do I find the Vehicle (FS203600) form?
I’m looking for ideas on a simple way to manage royalty fees that we will owe to a 3rd party licensing agent for stock items we are purchasing from a vendor (a separate entity from the licensing agent). Ideally these costs would be added to the inventory asset value but also generate an accounts payable due to the third party anytime the inventory item is received. We do this in other cases, but in those situations the licensor is supplying us with a royalty tag that is applied to the stock item and we’re using manufacturing to assemble a new stock item from the item we purchase and the royalty tagIn this new situation, the vendor we purchase the stock item from will apply the royalty tag on our behalf, but we need the liability costs to hit our AP as soon as the goods are received. I believe we might be able to use landed costs, although that is somewhat complex to manage and I’m not sure it would automate the AP upon receipt. We could also dummy this by following the production work
Hello JAMIS Community,I am working on a project where I need to create Power BI reports based on data from JAMIS. To facilitate this, I plan to extract specific tables from JAMIS into an SQL Server database and connect Power BI to SQL for reporting.Could you help me understand the best practices for this process? Specifically:What are the recommended methods to extract data from JAMIS into SQL Server?Does JAMIS provide direct access to the database via ODBC/JDBC, or is OData the preferred approach for exporting tables?thank you!
Has anyone been able to delete GL Access Groups that were created within Row Level Security?
I’m trying to create a generic inquiry which should display the attribute values of a specific attribute. I left joined the Customers table to the CSAnswers table and added a condition to limit attributes to the specific attribute I’m interested in.However, I’m only getting customers that have a value for that attribute. How can I get a list of all customers including ones that don’t have any value for that attribute?
We’ve been working on an integration to Acumatica utilizing a mixture of Web Service APIs and OData queries. After some testing we seem to be running into some issues with concurrency. We seem to hit our limit of 6. This seems unusable considering if we have 10 people view an item on the site the first 6 api calls would succeed but the other 4 will have to wait.Is there a way to get more concurrent requests with this license? e.g. would having multiple api users increase concurrency? Do OData calls count towards the limit? How hard/how expensive for our clients to get a license with 1000+ concurrency? or is that something Acumatica even offers
Does anyone notice this? If we have an Unit Price entered first in Change Request and then enter the Unit Cost, the Unit Price will be overriden to the same as Unit Cost.
Out business is a seed company and by law we are required to track 15+ “attributes” for each seed lot that we receive from a supplier. On top of that seed needs to be retested every 6 months and those attributes updated.Is there a way to track this info in ACU in such a way that allows us to easily import/export information, update test results, and NOT have 15+ “attributes” for each lot of seed?
We wants to hide Create Payment button on sales order base on Finance TermsIn sales order we have Create Payment toolbar button This should be hide if Financial terms = PP (Pre Payment) I cannot able to access button in graph. So I try to add condition but I don’t know how to access in action. But this is not working.Can anyone suggest changes?
Is it possible to consolidate different companies in one statement report of receivables?The customer has multiple accounts but specifically wants to include just a few in the report, how is this possible
This software is from https://www.seagullscientific.com/ and it supports XML input. Client needs to print various types of product labels and currently they use BarTender. Do not want to write code or API’s.
Hi,I wanted to localize acumatica into another language. I followed steps in the below blog post and attempted to accomplish it in my local instance.https://asiablog.acumatica.com/2018/01/how-to-translate-acumatica.htmlHowever, in translation dictionaries, the operation is already completed but the string file is not downloaded to translate.I tried again by clicking collect strings but the string file wasn’t downloaded. I tested this in my local instance. Was that the issue or will there be another reason for that? Can someone help me with this?Thank you.
How would I go about updating user defined fields programmatically?I can’t find any examples or any documentation on how to do this. Found a post showing the below, but I need to update UDF fields on IN Issue, IN transfer and IN Receipts, and none of them has Answers view. // iterate attributes on case to set valuesvar answers = caseGraph.Answers.Select();using (var ts = new PXTransactionScope()){ foreach (CSAnswers att in answers) { if (att.AttributeID == "MYATTRIB") { att.Value = "My attribute value"; } } caseGraph.Answers.Cache.Update(answers); caseGraph.Task.Cache.Update(caseGraph.Case); caseGraph.Actions.PressSave(); ts.Complete();}
We have a consolidation company which has a different calendar to the master calendar. When running the allocations for the branches in this company, the allocation process is using the master calendar and not the company calendar.For example: The company calendar period 01-2024 is the period 10-2023 in the master calendar. If the allocation is run for the period 01-2024, the batch period created from the allocation is 04-2024.When running these allocations one needs to use the master calendar relating to the company calendar: i.e. for period 01-2024 in the company, the period selected when running the allocation needs to be 12-2023.Is there a setting where one can specify which financial calendar should be used for the allocations in the selected company?
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.