Copy value to Single Line of text
- vegard.grutle
- Posts: 59
- Joined: Fri Mar 17, 2017
Hi,
I have used this script to copy values from a lookup to SLT.
Is there a way to tweek this script in order to get the value from a people picker field?
In advance, Thanks!
Vegard
I have used this script to copy values from a lookup to SLT.
Code: Select all
fd.onsubmit(function(){
var lookuptext = fd.field('Lookup').control('getSelectedText');
fd.field('Text').value(lookuptext);
return true;
}
);
In advance, Thanks!
Vegard
Dear Vegard,
Please, check out this article ("Client People Picker" section): https://spform.com/javascript-framework ... eld-values
You can retrieve other values instead of Login like User Name, Email etc.
Please, check out this article ("Client People Picker" section): https://spform.com/javascript-framework ... eld-values
You can retrieve other values instead of Login like User Name, Email etc.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 14 guests