Community
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Need an Event on Item Revision Change

Need an Event on Item Revision Change

(On behalf of an ADN partner)

We need to get a notification when the Revision of an Item is changed.

4 Comments
ihayesjr
Community Manager
Status changed to: Accepted
Who will get the events and why?

Sorry for not being clear.

This is about customization with programming.

The full text of the request was:

--------------------------------

I need to get Item revision change event.
How this can be achieved?
Is it possible to get the vent on Item's Revision Change?.
We have tried with Item's Edit event (Itemservice.Edititem.Post).But this event is triggering before the revision number is applied.
And also we tried wit Commit event. This is not triggering after the revision number is changed.

Code sample:
*********************
Public Sub OnLoad() Implements IWebServiceExtension.OnLoad
AddHandler ItemService.EditItemEvents.Pre, AddressOf PreItemEdit
AddHandler ItemService.CommitItemEvents.Post, AddressOf CommitItemEvents_Post
End Sub
************************************

Senthil_Kumar
Autodesk
Thanks for sharing your Idea. We use this forum to guide product development and help users in the best way we can based on voting. We occasionally merge Ideas or archive old ones to keep the forum working properly- it ensures there is room for people to review new Ideas and that the most relevant and meaningful ones can gain votes. We’re archiving this Idea because it's been on the board for well over a year and hasn't received many votes from the community. If you want to raise it again and try to gain more support, you're welcome to do so. We’ve found that pictures and mock-ups can help get concepts across and win more votes from other users. If you have questions or see a connection between this Idea and others, let us know. - Vault product team
Senthil_Kumar
Autodesk
Status changed to: Archived
 

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Autodesk Design & Make Report