vote up 1 vote down star
2

How to execute code when a view is updated in share point portal?

I can not write an event receiver for it because it only fires when list items are updated. I want to write a handler of some sort that gets executed every time a view is updated. What are my options?

By updated view I mean columns are added or removed.

flag

1  
Do you mean the settings/configuration of the view or the results returned by the view? – Alex Angas Aug 6 at 11:39
When the settings/configuration of the view has changed. – Hasan Khan Aug 6 at 12:56

2 Answers

vote up 0 vote down

If you are talking about lists, and not the views that sit on top of them, you can use the SPListEventReceiver class. It has synchronous and asynchronous events for when fields (columns) are added or removed.

Here's a post with everything you need to get started with creating and deploying event receivers.

link|flag
I'm talking about the views that sit on top of them. – Hasan Khan Aug 11 at 4:31
vote up 0 vote down check

I have come to conclusion that sharepoint framework does not provide any means for doing this. The only way is to write a database trigger.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.