mes.fnGetWOCount
Description
Returns the total count (sum of values) for a given work order.
Syntax
mes.fnGetWOCount(@workOrderId)Parameters:
Returns:
Code Example
SELECT mes.fnGetWOCount(1012) AS total_count;
Description
Returns the total count (sum of values) for a given work order.
Syntax
mes.fnGetWOCount(@workOrderId)SELECT mes.fnGetWOCount(1012) AS total_count;