function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sindhugsindhug 

Account trigger not firing when bwe delete a recordtype

Hi All,
when i try to delete a account recordtype i am assigning the records to existing recordtype.in this case account trigger is not firing.
can anyone suggest what is the reason.

Or is there any way to track which recordtype is going to be deleted and to which recordtype the records will be assigned?
Thanks
Sindhu
ashishashish
Hi,

Before deleting any record type ,it prompts you to reaasign the PickList values to defaulf record type ,After this the record belong to the default record type.
please Share what have u tried so far through your code?
 
sindhugsindhug
Thanks ashish.
once i assign the recordtype to another recordtype before deleting,trigger on account is not firing so, whatever functionality i have in trigger is not firing.Is it work like a trigger update? 
Prashant Pandey07Prashant Pandey07
Sindhug- Check your trigger logic if that if that is depending on your record type, if yes then may sure you are getting your record type dynamically.