Hello All,
In one of my customization, i used "VerifyBatchForWorkflow" procedure in GP2013. It's working fine.
Code:
"call VerifyBatchForWorkflow of form pmEditCheckBatch, nWorkflowStatus, table Batch_Headers; "
But when i used the same code in GP2015 i got the below error message.
"Wrong number of arguments to VerifyBatchForWorkflow". I verified the GP 2015 SDK nothing can be changed. It show only two parameter.
Did i miss anything? Please guide me.
*This post is locked for comments