This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aura:application extends="force:slds"> | |
<c:SK_LightningTreeCmp ltngcurrentRecId="0019000000ld4kO" | |
ltngSobjectname="Account" | |
ltngParentFieldAPIName="ParentId" | |
ltngLabelFieldAPIName="Name" | |
ltngHierarchyHeader="Account Hierarchy"/> | |
<c:SK_LightningTreeCmp ltngcurrentRecId="5009000000GJkJG" | |
ltngSobjectname="Case" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class AssignmentGroup_LeadRoundRobin { | |
public static void AssignLead(boolean IsUpdate, List<Lead> Leads, Map<Id, Lead> oldMap_Leads){ | |
// | |
//Check if assignment owner has changed | |
// | |
Map<Integer,Id> queueIds = new Map<Integer,Id>(); //Trigger index --> Queue ID | |
Integer idx = 0; | |
for (lead l : Leads) |