You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to convert a Lead, it must be at a Lead Status that is marked as a "Converted" value. The code currently queries all Lead Status values and uses the first one that is marked as Converted. The work-around for this issue is to use only one Converted Status that is assigned to all Lead Record Types. If you need to use multiple Converted Statuses assigned to different Lead Record Types, significant code changes may be required.
The Interactions Processor uses a SOQL query to select any status where IsConverted = true to use as the Lead Status on conversion here: https://github.com/SalesforceFoundation/Interactions-for-Student-Recruitment/blob/master/src/classes/INT_InteractionProcessor.cls#L89. If Lead Record Types are enabled with a default Record Type assigned to a profile, it's possible that this query returns an invalid status value for the assigned Lead Process.
The text was updated successfully, but these errors were encountered: