自定义Lwc组件未显示在帐户搜索布局中

问题描述

我已经创建了lwc自定义组件,需要在“标准帐户列表”视图中对其进行配置。

As part of LWC  bundle these are deployed in to development org
companySearch.css
companySearch.html
companySearch.js
companySearch.js-Meta.xml
configuration companySearch.js-Meta.xml,looks like below
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/Metadata">
    <apiVersion>48.0</apiVersion>
    <isExposed>true</isExposed>
     <masterLabel>Company Search</masterLabel>
    <description>Company Search.</description>
    <targets>
        <target>lightning__RecordPage</target>
        <target>lightning__AppPage</target>
        <target>lightning__HomePage</target>
    </targets>
</LightningComponentBundle>

请查看“帐户搜索”布局,我在“可用按钮”列表中没有看到新的lwc按钮。我有什么想念的吗?请提出建议。

enter image description here

谢谢 西瓦

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)