Hi Team,
Can you help me to resolve this below error?
Error:
An error occurred with the following error message: "KingswaySoft.IntegrationToolkit.DynamicsCrm.CrmServiceException: CRM service call returned an error: The product cannot be added because it is not active (Error Code: -2147220203, Detail Message: The product cannot be added because it is not active) (SSIS Integration Toolkit for Microsoft Dynamics 365, v10.2.0.6982 - ISServerExec, v11.0.5058.0)System.ServiceModel.FaultException<KingswaySoft.DynamicsCrmServices.Soap2011.OrganizationService.OrganizationServiceFault> : The product cannot be added because it is not active".
I am trying to insert products into ‘optyproduct’ entity. Here productid field using lookup to find the productid from ‘product’ entity.
Looks like this error indicates that product id is not available in ‘product’? Correct me if am wrong.
But when I have checked the source products in product entity and found products available in ‘product’ entity.
Example, 79 is the product number which is available in ‘Product’ entity as well. But it throws an error when try to insert into ‘optyproduct’ entity.
Can you have any clue about this issue?
Thanks for your support!