Skip to content

Commit

Permalink
changing sharing model for scratch org
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaNikishina committed Dec 7, 2023
1 parent 90742cc commit 60c9eb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/project-scratch-def.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"objectSettings": {
"account": {
"sharingModel": "Private"
"sharingModel": "readWrite"
},
"case": {
"sharingModel": "Private"
"sharingModel": "readWriteTransfer"
},
"opportunity": {
"sharingModel": "Private"
"sharingModel": "readWrite"
}
}
}
Expand Down

0 comments on commit 60c9eb3

Please sign in to comment.