When I manually changed the status of an item in a document library to "Approved", the event receiver's ItemUpdated event got fired. But when I enabled scheduling(to approve an item) to another item, the ItemUpdated event doesn't got triggered. Could anybody please help me on this issue
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
Please check whether you use SPD workflow action “update list item” or not to change list item, if you use “set field in current item” to update the item, the event will not be fired. Also, please set the break point in the event receiver project to debug the code, whether the event fired during the operation. |
|||