Hello,
I am looking for help in determining how to implement a customization for when a user checks-in a requirement into ALM 12. I have the code to do it (got the email to send with all the details), but I am not sure which event to use to trigger the method. I have tried the Req_AfterPost event, however the effect is that when the user selects off the requirement, it will send the email. However the requirement is not yet checked back in. I am looking to only send the email once the requirement is modified and checked back in (and preferrably, if possible, only if the description field changed from version to version.
Here is what I have tried unsuccessfully:
- Req_AfterPost - above. Sends mail upon modification, not check in. Concern here is that you only want to see the new version, not every time the user clicks off the requirement while working to make updates
- Msgbox(ActionName) on ActionCanExecute method - No action shows when actually clicking the OK button to check-in
Any ideas?