Set Cross-Site Column
Hello,
I will set a cross-site lookup column, but it does not work. In the debugger (F12) I get no error.
My code:
What am I doing wrong?
Best regards,
RMIC
I will set a cross-site lookup column, but it does not work. In the debugger (F12) I get no error.
My code:
Code: Select all
var Kostenstellennummer_ID;
var Kostenstellennummer_Text;
Kostenstellennummer_ID = fd.field('Kostenstellennummer_ID').value();
Kostenstellennummer_Text = fd.field('Kostenstellennummer_Text').control('data')['Title'];
fd.field('Beantragende_x0020_Stelle').value({Id: Kostenstellennummer_ID, Title: Kostenstellennummer_Text});
Best regards,
RMIC
That does not work either.
One more note: In the source column and in the target column, I have several columns displayed. Is there any problem with that?
If I have the variables "Kostenstellennummer_ID" and "Kostenstellennummer_Text" issued via an alert, "undefined" appears.
One more note: In the source column and in the target column, I have several columns displayed. Is there any problem with that?
If I have the variables "Kostenstellennummer_ID" and "Kostenstellennummer_Text" issued via an alert, "undefined" appears.
Dear RMIC,
Please, pick up any value in this Cross-Site lookup manually and then run this code in the browser console:
It should be like this:
Send us a screenshot.
Please, pick up any value in this Cross-Site lookup manually and then run this code in the browser console:
Code: Select all
fd.field('Beantragende_x0020_Stelle').control('data')
Send us a screenshot.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 7 guests