function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
hyjhyj 

How to change code of dataloader usage for the fixed known issue CANNOT_EXECUTE_FLOW_TRIGGER of release Winter '15?

When updating Lead into SFDC by my C# integration, I meet CANNOT_EXECUTE_FLOW_TRIGGER currentlly. And I find out that it is a known issue and fixed.

But I've no idea how to change my code. Could anybody share me any suggestions?

Thanks

Pradeep Kumar L.GPradeep Kumar L.G
As per ​https://success.salesforce.com/issues_view?id=a1p30000000T3sCAAS [STATUS IS UPDATED TO FIXED].  if you have any of the 4 mentioned activities running during the lead update you may end up with the error.
Make sure you don’t have any of those activities activated/enabled/configured in your org and give a try once.

Thanks
Pradeep
hyjhyj
Hi Pradeep,

I've got and read this document before, but could not find out any solution.
Do you mean that I do not need to change my code but should check configurations of my account user and disable that specified flows?
COuld you show me where I could find those configurations?

Thanks
hyjhyj
Hi @Pradeep,

It is marked as fixed in Spring '15. Could I say that I could forget the 4 mentioned activities if I use API version 33.0 or later?

Thanks