创建不依赖于查找列的下拉列表 [英] Creating a dropdown not dependent on a look-up column

查看:82
本文介绍了创建不依赖于查找列的下拉列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将记录添加到列表中,其中一切正常,就像我使用目标列表作为查找一样,但我不希望它永久连接到目标列表。  我的目标列表会发生变化,但是,我想将主列表中的数据保留为最初输入的


示例:


查找目标字段:


EID:3261


LName:Smith


FName:Jane


当我在主列表中输入记录时,我会从列表中选择3261,它会自动返回LName,FName,所以我会:


EID :3261


LName:Smith


FName:Jane


OtherInfo:YesNoMaybeSo


我的目标查找列表将以编程方式覆盖,Jane的姓氏可能会更改为Jones。  我想让史密斯保持记录。  可能会出现在整个过程中删除整个3261行的情况。  我想保留
我主要列表中的纯信息。


我从哪里开始?  


谢谢,


JManzi




解决方案


以下是解决方案您的参考,
jquery.plumFormAutocomplete with
< span style ="margin:0px; color:#1f497d; text-decoration:none"> SPServices

库,您可以查看以下链接了解更多详情。


https://www.codeproject.com/Articles/637675/Multiple-form-fields-autocomplete-for-SharePoint


最好的问候,



I want to add records to a list where everything works as if I am using a target list as a look-up, but I don't want it to be permanently connected to the target list.  My target list will change, however, I want to keep the data in my main list as initially entered.

Example:

Lookup target fields:

EID: 3261

LName: Smith

FName: Jane

When I enter record in my main list I would choose the 3261 from the list and it would automatically return LName, FName so I would have:

EID: 3261

LName: Smith

FName: Jane

OtherInfo: YesNoMaybeSo

My target lookup list will be overwritten pro-grammatically and Jane's Last Name might change to Jones.  I want to keep Smith in the record.  It may be the case that the whole 3261 line might be deleted during the process.  I want to keep the information pure in my Main List.

Where do I start?  

Thanks,

JManzi


解决方案

Hi,

Here is the solution for your reference, jquery.plumFormAutocomplete with SPServices library, you could check below link for more details.

https://www.codeproject.com/Articles/637675/Multiple-form-fields-autocomplete-for-SharePoint

Best Regards,

Lee


这篇关于创建不依赖于查找列的下拉列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆