Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了创建子记录,我使用e.force:createRecord但是当我在查找字段中输入父记录的名称时,它甚至没有显示全名或一些字母。
e.force:createRecord
我希望将功能作为标准对象,如联系人:
我需要在某个地方进行配置吗?
我相信闪电只显示最近访问的记录。
为了获得更大的灵活性,您可能需要创建一个包含自定义查找的完全自定义组件。
就我而言,我使用自定义组件和自定义查找,并采用与这篇文章或这篇文章类似的方法