22 lines
824 B
XML
22 lines
824 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
<apiVersion>65.0</apiVersion>
|
|
<isExposed>true</isExposed>
|
|
<masterLabel>Account Quick Create (Person Account)</masterLabel>
|
|
<description
|
|
>LWC to create a Person Account with First Name, Last Name, and Email using standalone inputs.</description>
|
|
<targets>
|
|
<target>lightning__AppPage</target>
|
|
<target>lightning__RecordPage</target>
|
|
<target>lightning__HomePage</target>
|
|
<target>lightning__FlowScreen</target>
|
|
</targets>
|
|
<targetConfigs>
|
|
<targetConfig targets="lightning__RecordPage">
|
|
<objects>
|
|
<object>Account</object>
|
|
</objects>
|
|
</targetConfig>
|
|
</targetConfigs>
|
|
</LightningComponentBundle>
|