function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShrawanShrawan 

How to enable PartnerFundRequest in scratch orgs?

Which feature/s can enable Partner Fnd request in scratch orgs?
ShirishaShirisha (Salesforce Developers) 
Hi Shrawan,

Greetings!

Can you please review the below article for the permission required to access the Partner Fund Request:

https://help.salesforce.com/articleView?id=networks_market_dev_request.htm&type=5

https://help.salesforce.com/articleView?id=networks_market_dev_request_configure.htm&type=5

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
ShrawanShrawan
I have a sandbox that has Partner Fund Request enabled. I am trying to create a scratch org with the same features. I added Communities and EnablePRM on the scratch org config but it doesn't enable the objects.
ShrawanShrawan
I was able to set it up in the scratch org with the following definition:
{
"orgName": "myOrg",
"edition": "Developer",
"features": ["Communities", "EnablePRM"],
"settings": {
"communitiesSettings": {
"enableNetworksEnabled": true,
"enableEnablePRM": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}