SalesParmTable::checkActivePerSalesId Method
Determines if the current sales order is selected for posting of any kind.
Syntax
server public static boolean checkActivePerSalesId(SalesId _salesId)
Run On
Server
Parameters
- _salesId
Type: SalesId Extended Data Type
The sales order ID to verify for posting.
Return Value
Type: boolean
true if the sales order is selected for posting; otherwise, false.