Page 1 of 1

JSLink for CrossSiteLookup Field

Posted: 08 Apr 2015
by Felix Müller
Hi,

I am using a CrossSite Lookupfield in combination with SPForm.

I want to change the rendering logic for the lookup field in the display form.

So I create an Client Side Rendering Script an added it to the JSlink property of the field:

~sitecollection/style library/plumsail/crosssitelookup/clienttemplates.js?field=Mitgeltende_x0020_Dokumente|~site/SiteAssets/CSR/qm-csr.js


My problem is that the csr script is not loaded (I can not see it in the debugger).

Is this the right approch change the rednering of a column with SPForm or are there different ways of doing it?

Re: JSLink for CrossSiteLookup Field

Posted: 09 Apr 2015
by Dmitry Kozlov
Hi Felix,

Custom forms do not support JSLink property, so you should insert your code via JS-editor of Forms Designer.