31919 Invoke receiver object is null
Cause
This error occurs in an asynchronous method call, using the
In the following code fragment, the error occurs if the cust object is a null reference.
jadeMethodContext.invoke(cust, getHistory, date);
Action
Correct your code.