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
mintotsai@dev.jasminemintotsai@dev.jasmine 

Do after triggers fire for new LMA License object creation from SignupRequest?

I am trying to fire a trigger when a new LMA License is created from a SignupRequest  via customer trial, so that I can send an email. The new License from the SignupRequest is created by the License Management App user and I suspect this is causing it to fail. When I create a License manually, the trigger will fire.

Is it possible to fire the LMA License object trigger when it's created from a SignupRequest for customer trials?
ShashankShashank (Salesforce Developers) 
Can you check if creating a workflow email alert works as expected. This way we can determine whether the issue is specific to triggers. Also, check if you catch something in debug logs for the trigger.