UpdateLeadPartition
Update the lead partition for a list of leads.
Execute
Sample EXECUTE UpdateLeadPartition LeadId='1557', PartitionName='testPartition'
EXECUTE UpdateLeadPartition LeadId='1557,1558,1559', PartitionName='testPartition'
Input
Name | Type | Required | Description |
PartitionName | String | True | Name of the partition. |
LeadId | String | True | Ids of Lead records to update. |
Result Set Columns
Name | Type | Description |
Id | Integer | Id of the lead. |
Status | String | Status of update operation. |
Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
Details | String | Details of execution failure. NULL if success=true. |