Announcements
When searching online for the differences between configuring an item as a stocked product versus a non-stocked product (specifically regarding item model groups and related dimension groups that involve inventory tracking), I found many guides and explanations. However, I still lack a clear understanding of how this affects transactions involving these types of items. Specifically, I am curious about the impact of using items that are not tracked at the inventory level (meaning there should be no inventory transactions, as they represent intangible services) when it comes to sales orders and customer invoicing.
With stocked products, we typically generate packing slips. What is the difference with non-stocked products? Is it still necessary to create packing slips after processing a sales order, or do we have the flexibility to create the order and invoice the customer in a simpler manner? Additionally, how does this affect the cancellation or reopening of previously canceled orders? Does it still make sense to use the SalesUpdateRemain class to cancel or reopen orders based on the delivery remainder and quantities passed as parameters (which would always be 1), like:
public void cancelSalesOrder(SalesTable _salesTable) { SalesUpdateRemain::cancelRemainderOnOpenSalesLines(_salesTable); } public void reopenCanceledSalesOrder(SalesTable _salesTable) { SalesLine salesLine; while select forUpdate salesLine where salesLine.SalesId == _salesTable.SalesId { SalesUpdateRemain::updateDeliveryRemainder(salesLine, 1, 1); } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 587
Abhilash Warrier 568 Super User 2026 Season 1
André Arnaud de Cal... 561 Super User 2026 Season 1