Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Evolve Forms is a powerful solution designed to address the needs of complex Sal
<img src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png" alt="Deploy to Salesforce" />
</a>

#### [Unlocked Package Installation (Production)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000QbwUYAS)
#### [Unlocked Package Installation (Production)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000Qe8zYAC)

#### [Unlocked Package Installation (Sandbox)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000QbwUYAS)
#### [Unlocked Package Installation (Sandbox)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000Qe8zYAC)

## Key Features

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<description>A Lightning Component Bundle</description>
</AuraDefinitionBundle>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<design:component label="Evolve Forms - Override Edit">

</design:component>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Calculated Field Section</masterLabel>
<description>This allows for dynamically calculated fields rendered as a field section.</description>
<masterLabel>Evolve Forms - Calculated Field Section</masterLabel>
<description>This allows for dynamically calculated fields to be rendered as a field section.</description>
<targets>
<target>lightning__RecordPage</target>
</targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Dynamic Forms - Create Button</masterLabel>
<description>This allows for dynamic fields to create a record.</description>
<masterLabel>Evolve Forms - Create Button</masterLabel>
<description>This allows for Evolve Forms to create a record.</description>
<targets>
<target>lightning__AppPage</target>
</targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Dynamic Forms - Field Section</masterLabel>
<description>This allows for dynamic fields rendered as a field section.</description>
<masterLabel>Evolve Forms - Field Section</masterLabel>
<description>This allows for dynamic record fields to be rendered as a field section.</description>
<targets>
<target>lightning__AppPage</target>
<target>lightning__RecordPage</target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Dynamic Forms - Field Section via FieldSet</masterLabel>
<description>This allows to create field section based on fieldset</description>
<masterLabel>Evolve Forms - Field Section via FieldSet</masterLabel>
<description>This allows for dynamic record fields to be rendered as a field section based on a fieldset.</description>
<targets>
<target>lightning__RecordPage</target>
</targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Dynamic Form - Headless Edit Button</masterLabel>
<masterLabel>Evolve Forms - Headless Edit Button</masterLabel>
<description>This allows creating a headless Edit action on a record page.</description>
<targets>
<target>lightning__RecordAction</target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Dynamic Forms - Page Layout</masterLabel>
<masterLabel>Evolve Forms - Page Layout</masterLabel>
<description>This allows for a fully rendered Page Layout from LWC</description>
<targets>
<target>lightning__RecordPage</target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Dynamic Forms - Predefined Field Values</masterLabel>
<masterLabel>Evolve Forms - Predefined Field Values</masterLabel>
<description>Add this invisible component to predefine field values directly through configuration or by reading from the URL</description>
<targets>
<target>lightning__AppPage</target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Dynamic Forms - Related Record</masterLabel>
<masterLabel>Evolve Forms - Related Record</masterLabel>
<description>This allows for exposing fields from a related record.</description>
<targets>
<target>lightning__AppPage</target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>64.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Dynamic Forms - Cancel and Save Buttons</masterLabel>
<description>This allows for dynamic fields.</description>
<masterLabel>Evolve Forms - Cancel and Save Buttons</masterLabel>
<description>This allows Evolve Forms to render cancel and save buttons.</description>
<targets>
<target>lightning__RecordPage</target>
<target>lightningCommunity__Page</target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<description>Utility methods for other LWC</description>
<apiVersion>64.0</apiVersion>
<description>Utility methods for other LWC components</description>
<isExposed>false</isExposed>
</LightningComponentBundle>
3 changes: 2 additions & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"sourceApiVersion": "64.0",
"packageAliases": {
"Evolve Forms": "0HoKY000000Gtig0AC",
"Evolve [email protected]": "04tKY000000QbwUYAS"
"Evolve [email protected]": "04tKY000000QbwUYAS",
"Evolve [email protected]": "04tKY000000Qe8zYAC"
}
}