PartnerCommunity not supported in Scratch Org Creation

Issue #1438 resolved
Marcus Yavorskyy created an issue
  • The version and build numbers of Illuminated Cloud : Illumindated Cloud 2 version : v.2.0.8.2
  • The version and build numbers of the base IDE : IntelliJ IDEA 2019.2.1 (Ultimate Edition)
    Build #IU-192.6262.58, built on August 20, 2019
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
    macOS 10.14.6
    GC: ParNew, ConcurrentMarkSweep
    Memory: 2964M
    Cores: 12
  • The host operating system type : Max OSX - 10.14.6 (18G103)
  • The affected component : creation of scratch orgs
  • description of the bug : Unable to create a scratch org due to the error → No enum constant com.illuminatedcloud.intellij.sfdx.SfdxFeature.PartnerCommunity
  • Unable to use illuminated cloud solely with salesforce dx, have to use vs code in parallel

Below you will find the scrach org definition file which works fine with VS Code.

{
  "orgName": "New10",
  "edition": "Enterprise",
  "language": "en_US",
  "features": [
    "DefaultWorkflowUser",
    "Communities",
    "PartnerCommunity",
    "ChatterAnswersUser",
    "MarketingUser",
    "OfflineUser",
    "Knowledge",
    "SalesforceContentUser",
    "Workflow",
    "SalesUser",
    "ServiceCloud",
    "ContactsToMultipleAccounts"
  ],
  "settings": {
    "quoteSettings": {
      "enableQuote": true
    },
    "orgPreferenceSettings": {
      "chatterEnabled": true,
      "pathAssistantsEnabled": true,
      "analyticsSharingEnable": true,
      "eventLogWaveIntegEnabled": true,
      "offlineDraftsEnabled": true,
      "enhancedEmailEnabled": true,
      "s1OfflinePref": true,
      "translation" : true,
      "socialProfilesEnable": true,
      "networksEnabled": true,
      "s1DesktopEnabled": true,
      "notesReservedPref01": true
    }
  }
}

Comments (3)

  1. Marcus Yavorskyy reporter

    Thank you! I found it by trial and error as we needed partner licences in the scratch org. 🙂

  2. Log in to comment