sharepoint 2010 - Fetch details from one list to another on comparing user email address. -


i looking guidance regarding sharepoint 2010 lists.

scenario:

let's list-a having details of user profile.

let's list-b has other data , have 1 column having user email address, in list on form load event when user login fetch user email address. in list have introduce 1 column wil bring details user profile list on basis of email address. if email address doesn't exist in list-a column remain blank otherwise show user required text in same column.

i hope have given enough details required.

any idea great.

furthermore, don't have visual studio installed that's why cannot programing therefore other workaround idea great.

thanks in advance.

use spservices library based on jquery. can on client side editing form in sharepoint designer.

look @ function spcascadedropdowns()

http://spservices.codeplex.com/wikipage?title=%24().spservices.spcascadedropdowns


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -