How to use multiple contact selector fields in a single InfoPath f

S

ss

Hi,
we have a requirement where we want to maintain multiple contact selector
fields on the same infopath form. While connecting the field to SharePoint
Server's 'Context.xml' it is not letting me to create more than one
'displayName','AccountId' and 'AccountName' fields. Is there any way of doing
it on the same form?

TIA
 
P

Paresh

Hi,
we have a requirement where we want to maintain multiple contact selector
fields on the same infopath form. While connecting the field to SharePoint
Server's 'Context.xml' it is not letting me to create more than one
'displayName','AccountId' and 'AccountName' fields. Is there any way of doing
it on the same form?

TIA

Hi,

Can you please provide more information on this?

Thanks,
Paresh
http://www.openzeas.com/blogs/Paresh
 
S

Swathi (GGK Tech)

Hi,
The schema for the contact selector control should contain the following
format. If it is not in that format, the control will be set to read only
once we select the name.
/my:myFields/my:group1/my:person/my:DisplayName
/my:myFields/my:group1/my:person/my:AccountId
/my:myFields/my:group1/my:person/my:AccountType
Here my:group1 -> contact selector control
my:person -> is a repeating group
my:DisplayName, my:AccountId, my:AccountType -> elements under person group.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top