How to blank out cross-site lookup

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
MES5464
Posts: 94
Joined: Mon Aug 26, 2013

16 Jan 2014

I have a cross-site lookup field, how does one blank out the field?

If there is a value in the field and you want to empty it, how does one do that?

MES5464
Posts: 94
Joined: Mon Aug 26, 2013

16 Jan 2014

I do not mean blanking it out in code, I am wondering has does a user set a cross-site lookup field back to null?

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

17 Jan 2014

Hello,

I can recommend you to put Hyperlink 'Clear' near your lookup field:

Image

SharePoint Clear DropDown

And define the following code in its OnClick property:

Code: Select all

fd.field('Employee').value('');
return false;

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 19 guests