Set Cross-Site Column
Posted: 18 Dec 2018
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