Tagged Questions
7
votes
2answers
684 views
Tracing user profile changes without iterating all the through?
Due to the project requirement, we want to trace the user profile property changes (made through mysite) whenever they do.
Is it a good idea to insert a javascript (through a delegation control) and ...
