Skip to main content
2 件の回答
  1. 2024年2月15日 17:47

    @SHRAWAN KUMAR - Yes you can add FC in custom LWC. Make sure to add this additional property in LWC.js-meta.xml file: <runtimeNamespace>orgNamespace</runtimeNamespace>

     

    Below is a code snippet of the LWC.html file:

    <template>

    <c-cf-flex-card-name-camel-case></c-cf-flex-card-name-camel-case>

    </template>

0/9000