Skip to content

Commit

Permalink
Merge pull request #40 from SFDO-Community-Sprints/wi-24-field-label
Browse files Browse the repository at this point in the history
Fix issue #24 change Section label on Selected Item
  • Loading branch information
cidarm authored Dec 22, 2023
2 parents 52dd0a9 + df17ef5 commit c90be40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>Link to section</description>
<externalId>false</externalId>
<inlineHelpText>Link to section</inlineHelpText>
<label>GGW Section</label>
<label>Section</label>
<referenceTo>GGW_Section__c</referenceTo>
<relationshipLabel>Selected Items</relationshipLabel>
<relationshipName>Selected_Items</relationshipName>
Expand Down
2 changes: 2 additions & 0 deletions scripts/dx/sforg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ sf org create scratch --target-dev-hub labsDevHub --alias $ORG_ALIAS --definitio
# Push source
echo "--- PUSH SOURCE FOR: $ORG_ALIAS"
sf project deploy start --target-org $ORG_ALIAS || { echo 'Source push failed' ; exit 1; }
# To pull source from scxratch org
# sf project retrieve start --target-org $ORG_ALIAS

# Assign Permission Set to users
echo "--- ASSIGN PERMISSIONS FOR: $ORG_ALIAS"
Expand Down

0 comments on commit c90be40

Please sign in to comment.