The code is below
Any suggestions Adv ThnxVSKtrigger caserecundel on Case (after undelete) {
if( trigger.isundelete){
system.debug('Entering in the undelete*****');
for(case c : trigger.new){
system.debug('Entering in the Loop*****');
c.After_Undelete__c = true;
undelete c;
}
}
}
5 réponses
VikranthNthng here jst update the undelete record .....i did mistake Update C;Regards,VSK