Skip to main content

Does anyone have any idea whether Acumatica stores the default price associated with an item and its changes over time or what the default price was on a given day? such as Item 123 was $18.75 on April 15 was changed$ 20.00 on October 2 and changed to $ 22.50 on October 15.  We are trying to compare our default prices versus our unit prices  in our sales orders over a given period of time.  

I have a reasonable plan or solution on how to handle moving forward but I am wondering if I could use the line level fields (Manualprice = 0 and discpct = 0) or something similiar to identify where unit price = defaultprice on old sales orders?

Any ideas and thoughts are welcome

You should try audit but getting access to the underlying tables is hard if not impossible on a SaaS deployment. With audit, you could manually track changes to this field.


Hi @hmarambio  Have you configured the Sales Prices like below? 

If yes, it would be easy to track to the details.  If not you can check like below and hope that helps

Manualprice = Unchecked at Line level

Default Price = UnitPrice at line level

Also, check Audit History for the Stock Item screen, when the default price changed and accordingly you can check and get the data from Sales Order Lines

 

 


Reply