Hi, I get a stack trace error when trying to open the Workflow Infratructure configuration form
Error executing code: Wrong argument type for function.
Stack trace
(C)\Classes\WorkflowSetupWizard\new - line 77
(C)\Classes\WorkflowSetupWizard\construct - line 3
(C)\Classes\WorkflowSetupWizard\main - line 3
I have deleted the AUC files cleared usage data deleted the content of the Xppil folder, ran a Full CIL and a dbsync but the error persist
from the debugger here are the line of code which come up in the stack trace error there also has been no custom development done for this form.
line 76 batchData.parmDueDateBatchGroup(batch.GroupId);
line 77 batchData.parmDueDateTimeValue(conpeek(conpeek(dueDateJobBatchInfo.parmRecurrenceData(),8),1));
Line 3(construct) public static WorkflowSetupWizard construct()
{
return new WorkflowSetupWizard();
}
Line 3 (Main) WorkflowSetupWizard wizard = WorkflowSetupWizard::construct();