Tagged Questions
0
votes
0answers
19 views
SharePoint PeopleEditor In Application Page Not Programatically Populating Users In Production Environment
I have a PeopleEditor control added to a custom application page. It's populated like so:
var entityList = new ArrayList();
foreach (var userVal in collectionOfUserInformation)
{
PickerEntity ...
0
votes
0answers
149 views
People picker finds group, then says no exact match found
I'm trying to add a group to a document library to give them permission to see it. If I type the group name and ask SP to check it, it says
No exact match was found
If I search the address book it ...
2
votes
3answers
2k views
How to resolve full names from a Person or Group column (that contains multiple entries) in a designer workflow
I have a custom list with a custom content type, with a workflow, on SharePoint 2007 as outlined in this other StackExchange question.
I'm using a Person or Group typed column to contain a list of ...
1
vote
1answer
108 views
Mutiple User Conflict : User changes after clicking ok in People Picker/Address book
I am trying to add a specific user on a SharePoint Site. While searching for that user in Address book by"Name" say "User A", its showing the correct user. But when i add that user by clicking Ok, ...
0
votes
1answer
84 views
Site Collections having hundred of top level Sites
Is it a good practice to have hundreds of Top level Sites within a Site Collection, or to have each site collection for each Top Level Site within SharePoint 2007.
we recently planned to move Top ...
1
vote
1answer
161 views
custom pickerEntity tied to Sharepoint list
I have an application page that uses sharepoint people picker. I also have another sharepoint page that has what I called allContacts, which is a custom list with unique contacts. I want the people ...
1
vote
2answers
664 views
Domain user cannot be found
I'm trying to add my domain account as a secondary site collection admin but for some reason it can't find the account.
I'm currently logged in with servcenter\my.name but the people picker does not ...
0
votes
2answers
391 views
People Picker Events
Does anyone know if:
there is an event that fires when the name in a people picker field changes?
there is an event that fires when the Browse (Address Book) dialog closes?
I'm using MOSS 2007 and ...
0
votes
0answers
56 views
Raw HTML content in editing controls [duplicate]
Possible Duplicate:
Sharepoint/MOSS2007 and the IE9
After updating the browser to IE9 (I used IE7 before), weird things happen when working on MOSS2007.
When trying to edit content (a wiki ...
4
votes
3answers
1k views
Raw HTML content in editing controls using IE9
After updating the browser to IE9 (I used IE7 before), weird things happen when working on MOSS2007.
When trying to edit content (a wiki entry for example), the textarea for editing shows raw HTML ...
3
votes
1answer
540 views
Permissions required to sync SP Calendar with Outlook
I would like to create a Calendar in SharePoint (I think is SP 2007) for my team where I can see the member workloads by specifying in the "People Selector" field the name of the person.
The problem ...
3
votes
3answers
752 views
People Picker:’ Select People and Groups’ finder doesn’t find users from site collection
Environments(test/production):
Production:
• MOSS 2007 Ent. SP2 (2008 r2 x64)
• 1x App(2008 r2 x64)
• 2x WFE(2008 r2 x64)
• 1x SQL 2008 (2008 r2 x64)
• Profile import will find users ...
2
votes
1answer
580 views
Strange CSS when adding a user to the people picker
I have a problem happening on IE only when you put some name or add some name to the people picker. It will then validate and display users side by side. I think SharePoint injects the users using ...
