Skip to content

Instantly share code, notes, and snippets.

@TonyRenHK
Created September 23, 2016 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TonyRenHK/6bf9450ba93dab5dc1ed8d7caac79957 to your computer and use it in GitHub Desktop.
Save TonyRenHK/6bf9450ba93dab5dc1ed8d7caac79957 to your computer and use it in GitHub Desktop.
List<ASI_MFM_Role_Prefix_Relationship__c> insertList= new List<ASI_MFM_Role_Prefix_Relationship__c>();
ASI_MFM_Role_Prefix_Relationship__c temp = new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_CW_L_Brand_Director');
insertList.add(temp);
ASI_MFM_Role_Prefix_Relationship__c temp1= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Marketing_Analyst_Manager'); insertList.add(temp1);
ASI_MFM_Role_Prefix_Relationship__c temp2= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Marketing_Assistant'); insertList.add(temp2);
ASI_MFM_Role_Prefix_Relationship__c temp3= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Trade_Marketing_Manager'); insertList.add(temp3);
ASI_MFM_Role_Prefix_Relationship__c temp4= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Brand_Director'); insertList.add(temp4);
ASI_MFM_Role_Prefix_Relationship__c temp5= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Champagne_Brand_Manager'); insertList.add(temp5);
ASI_MFM_Role_Prefix_Relationship__c temp6= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_CW_L_Gr_1_Manager'); insertList.add(temp6);
ASI_MFM_Role_Prefix_Relationship__c temp7= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_CW_L_Gr_2_Manager'); insertList.add(temp7);
ASI_MFM_Role_Prefix_Relationship__c temp8= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Marketing_CRM_Manager'); insertList.add(temp8);
ASI_MFM_Role_Prefix_Relationship__c temp9= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Champagne_Brand_Team'); insertList.add(temp9);
ASI_MFM_Role_Prefix_Relationship__c temp10= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_CW_L_Gr_1_Team'); insertList.add(temp10);
ASI_MFM_Role_Prefix_Relationship__c temp11= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_CW_L_Ambassador'); insertList.add(temp11);
ASI_MFM_Role_Prefix_Relationship__c temp12= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_CW_L_Gr_2_Team'); insertList.add(temp12);
ASI_MFM_Role_Prefix_Relationship__c temp13= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Marketing_CRM_Team'); insertList.add(temp13);
ASI_MFM_Role_Prefix_Relationship__c temp14= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Marketing_Analyst_Team'); insertList.add(temp14);
ASI_MFM_Role_Prefix_Relationship__c temp15= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Off_Trade_Marketing_Manager'); insertList.add(temp15);
ASI_MFM_Role_Prefix_Relationship__c temp16= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_On_Trade_Marketing_Manager'); insertList.add(temp16);
ASI_MFM_Role_Prefix_Relationship__c temp17= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Off_Trade_Marketing_Team'); insertList.add(temp17);
ASI_MFM_Role_Prefix_Relationship__c temp18= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_On_Trade_Marketing_Team'); insertList.add(temp18);
ASI_MFM_Role_Prefix_Relationship__c temp19= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Communication_Manager'); insertList.add(temp19);
ASI_MFM_Role_Prefix_Relationship__c temp20= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Gr_1_Manager'); insertList.add(temp20);
ASI_MFM_Role_Prefix_Relationship__c temp21= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Gr_2_Manager'); insertList.add(temp21);
ASI_MFM_Role_Prefix_Relationship__c temp22= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Promoter'); insertList.add(temp22);
ASI_MFM_Role_Prefix_Relationship__c temp23= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Chivas_Ambassador'); insertList.add(temp23);
ASI_MFM_Role_Prefix_Relationship__c temp24= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Gr_1_Team'); insertList.add(temp24);
ASI_MFM_Role_Prefix_Relationship__c temp25= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Gr_2_Team'); insertList.add(temp25);
ASI_MFM_Role_Prefix_Relationship__c temp26= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_Jameson_Ambassador'); insertList.add(temp26);
ASI_MFM_Role_Prefix_Relationship__c temp27= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Gr_3_Manager'); insertList.add(temp27);
ASI_MFM_Role_Prefix_Relationship__c temp28= new ASI_MFM_Role_Prefix_Relationship__c (ASI_MFM_Prefix__c='a9FD0000000HPKs',ASI_MFM_Role_Name__c='ASI_JP_W_S_Gr_3_Team'); insertList.add(temp28);
insert insertList;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment