You are here:
Support Flows
These autolaunched and screen flows support the main registration and approval processes.
Find Duplicate Leads
The Find Duplicate Leads flow (API Name: partner_deal_rgstr__FindDuplicateLeads) finds the number of duplicate lead records for a specified lead.
| Element Label | API Name | Description |
| Find Duplicates for Lead | FindDuplicatesForLead | Calls an action that finds duplicate lead records for the record ID stored in leadId. |
| leadId | leadId | Variable. Stores the ID of the lead record for which duplicates need to be found. |
| duplicateCount | Variable. Stores the number of duplicate lead records found and is available as output from the flow. |
Review Deal Request
The Review Deal Request flow (API Name: partner_deal_rgstr__ReviewDeal) reviews an approval request for a deal. It's used as a subflow or screen action so a reviewer can make a decision.
| Element Label | API Name | Description |
| Review Approval Request | ReviewApprovalRequest | Screen element. Displays the option to approve or reject an approval request. |
| approvalDecision | approvalDecision | Variable. Stores the value of the approval decision selected by the reviewer, which is available as output from the flow. |
Update Deal Status
The Update Deal Status flow (API Name: partner_deal_rgstr__UpdateDealStatus) updates the status field on a specified Lead record.
| Element Label | API Name | Description |
| Update Lead Status | UpdateLeadStatus | Updates the Status field of the lead record with an ID that matches the value of leadId to the value in the leadStatus variable. |
| leadId | leadId | Variable. Stores the ID of the lead record to update and is passed into the flow. |
| leadStatus | leadStatus | Variable. Stores the value for the Status field that is passed into the flow. |
