Hi,
I'm created new custom workflow.
when I try to debug, there is no error at all with the code. but, when I run the workflow, there is an error saying "Value for this parameter must be equal or greater than zero.".
this is the complete error log
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #E78D8BA7Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #E78D8BA7</Message>
<Timestamp>2017-03-03T06:01:59.3420101Z</Timestamp>
<InnerFault>
<ErrorCode>-2147220891</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Value for this parameter must be equal or greater than zero.</Message>
<Timestamp>2017-03-03T06:01:59.3420101Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[Microsoft.Crm.ObjectModel: Microsoft.Crm.Extensibility.InternalOperationPlugin]
[46f6cf4c-14ae-4f1e-98a1-eae99a37e95c: ExecuteWorkflowWithInputArguments]
Starting sync workflow 'Finalize Campaign', Id: 8f86913f-d5ff-e611-8126-00155d380103
Entering ConditionStep1_step:
Entering CustomActivityStep3_step:
Sync workflow 'Finalize Campaign' terminated with error 'Value for this parameter must be equal or greater than zero.'
</TraceText>
</InnerFault>
<TraceText i:nil="true" />
</OrganizationServiceFault>
any idea how to solve this issue?
*This post is locked for comments