The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
1answer
319 views

Sharepoint Application Search doesn't work well for skills, interests

I have provisioned MySites and the Application Search Service. This works when finding people - I put in my name or name of a collegaue and it does give search results. But when I'm trying to search ...
7
votes
2answers
722 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 ...
3
votes
2answers
425 views

How to hide user properties

Can I conditionally hide properties being displayed using SPSWC:ProfilePropertyDisplayName and SPSWC:ProfilePropertyValue based on the field policy settings "Default Privacy Setting" (or the "Show To" ...
1
vote
2answers
2k views

Sharepoint 2010 grab SIP address from AD?

I would like to have the 'SIP Address' (eg. sip:myname.companyname.com) field automatically filled in so we can use Portal's 'presence' functionality - as far as I can see we have no dedicated LDAP ...
0
votes
1answer
452 views

SP2010: Using custom user profile properties on an ASPX for custom profile tab

I'm trying create a new profile tab with some customer user properties. I've added the user properties following these StackExchange instructions. I was also able to create a new tab with some help ...