Get the value of Field and set it into another form
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
As I understood, you wish to link two lists and display additional fields belonging to the first list in the second list as read only. You have to use Lookup column with additional fields. Please, go to your second list settings, add lookup column, configure it to get data from the first list and add additional fields. Here is detailed description: http://office.microsoft.com/en-us/share ... 29901.aspx
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hello,
I do not exactly understand why you wish to achieve this goal with JavaScript, but you can. You can update related list items with SPUpdateMultipleListItems of SPServices when the form is submitted:
I do not exactly understand why you wish to achieve this goal with JavaScript, but you can. You can update related list items with SPUpdateMultipleListItems of SPServices when the form is submitted:
Code: Select all
fd.onsubmit(function(){
//Put the code that updates related list items here
});
-
- Information
-
Who is online
Users browsing this forum: No registered users and 4 guests