Initial commit: AgentForceTest Salesforce DX project
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user