Passing kwargs into objectScript

Whoops! Wildcard parameters must be last in the function call. Try this syntax:

shared.WorkOrder.SumCounters(EnableOffset=1, *args)
1 Like