-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Including steps to use CumulusCI with the project
- Loading branch information
1 parent
d7174cf
commit e302d2b
Showing
12 changed files
with
26,761 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
|
||
# Critical Changes | ||
|
||
# Changes | ||
|
||
# Issues Closed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
.localdevserver | ||
.sfdx | ||
.vscode | ||
*.md | ||
|
||
coverage/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
minimum_cumulusci_version: "3.44.1" | ||
project: | ||
name: communityRelatedList | ||
package: | ||
name: communityRelatedList | ||
api_version: "52.0" | ||
git: | ||
source_format: sfdx | ||
|
||
tasks: | ||
robot: | ||
options: | ||
suites: robot/communityRelatedList/tests | ||
options: | ||
outputdir: robot/communityRelatedList/results | ||
|
||
robot_testdoc: | ||
options: | ||
path: robot/communityRelatedList/tests | ||
output: robot/communityRelatedList/doc/communityRelatedList_tests.html | ||
|
||
run_tests: | ||
options: | ||
required_org_code_coverage_percent: 75 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Insert Accounts: | ||
sf_object: Account | ||
table: Account | ||
fields: | ||
Name: Name | ||
Description: Description | ||
BillingStreet: BillingStreet | ||
BillingCity: BillingCity | ||
BillingState: BillingState | ||
BillingPostalCode: BillingPostalCode | ||
BillingCountry: BillingCountry | ||
ShippingStreet: ShippingStreet | ||
ShippingCity: ShippingCity | ||
ShippingState: ShippingState | ||
ShippingPostalCode: ShippingPostalCode | ||
ShippingCountry: ShippingCountry | ||
Phone: Phone | ||
Fax: Fax | ||
Website: Website | ||
NumberOfEmployees: NumberOfEmployees | ||
AccountNumber: AccountNumber | ||
Site: Site | ||
Type: Type | ||
Insert Contacts: | ||
sf_object: Contact | ||
table: Contact | ||
fields: | ||
Salutation: Salutation | ||
FirstName: FirstName | ||
LastName: LastName | ||
Email: Email | ||
Phone: Phone | ||
MobilePhone: MobilePhone | ||
OtherPhone: OtherPhone | ||
HomePhone: HomePhone | ||
Title: Title | ||
Birthdate: Birthdate | ||
MailingStreet: MailingStreet | ||
MailingCity: MailingCity | ||
MailingState: MailingState | ||
MailingPostalCode: MailingPostalCode | ||
MailingCountry: MailingCountry | ||
lookups: | ||
AccountId: | ||
table: Account |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"orgName": "communityRelatedList - Beta Test Org", | ||
"edition": "Developer", | ||
"settings": { | ||
"lightningExperienceSettings": { | ||
"enableS1DesktopEnabled": true | ||
}, | ||
"chatterSettings": { | ||
"enableChatter": true | ||
}, | ||
"userManagementSettings": { | ||
"enableNewProfileUI": true | ||
}, | ||
"securitySettings": { | ||
"enableAdminLoginAsAnyUser": true, | ||
"sessionSettings": { | ||
"forceRelogin": false | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"orgName": "communityRelatedList - Dev Org", | ||
"edition": "Developer", | ||
"features": ["ServiceCloud", "Communities", "Knowledge", "LiveAgent"], | ||
"settings": { | ||
"lightningExperienceSettings": { | ||
"enableS1DesktopEnabled": true | ||
}, | ||
"chatterSettings": { | ||
"enableChatter": true | ||
}, | ||
"userManagementSettings": { | ||
"enableNewProfileUI": true | ||
}, | ||
"securitySettings": { | ||
"enableAdminLoginAsAnyUser": true, | ||
"sessionSettings": { | ||
"forceRelogin": false | ||
} | ||
}, | ||
"languageSettings": { | ||
"enableTranslationWorkbench": true | ||
}, | ||
"communitiesSettings": { | ||
"enableNetworksEnabled": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"orgName": "communityRelatedList - Feature Test Org", | ||
"edition": "Developer", | ||
"settings": { | ||
"lightningExperienceSettings": { | ||
"enableS1DesktopEnabled": true | ||
}, | ||
"chatterSettings": { | ||
"enableChatter": true | ||
}, | ||
"userManagementSettings": { | ||
"enableNewProfileUI": true | ||
}, | ||
"securitySettings": { | ||
"enableAdminLoginAsAnyUser": true, | ||
"sessionSettings": { | ||
"forceRelogin": false | ||
} | ||
}, | ||
"languageSettings": { | ||
"enableTranslationWorkbench": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"orgName": "communityRelatedList - Release Test Org", | ||
"edition": "Enterprise", | ||
"settings": { | ||
"lightningExperienceSettings": { | ||
"enableS1DesktopEnabled": true | ||
}, | ||
"chatterSettings": { | ||
"enableChatter": true | ||
}, | ||
"userManagementSettings": { | ||
"enableNewProfileUI": true | ||
}, | ||
"securitySettings": { | ||
"enableAdminLoginAsAnyUser": true, | ||
"sessionSettings": { | ||
"forceRelogin": false | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.