Skip to main content Stream TDX Bengaluru on Salesforce+. Start learning the critical skills you need to build and deploy trusted autonomous agents with Agentforce. Register for free.

Hi team,

 

I am trying to create the unlocked package which is dependent on FSC Package, here is my sfdx-package.jso file.

{  "packageDirectories": [    {      "path": "force-app",      "default": true,      "package": "packA",      "versionName": "ver 0.1",      "versionNumber": "0.1.0.NEXT",      "versionDescription": "TEST",      "dependencies": [        {          "package": "Financial Services Cloud",          "versionNumber": "248.0.LATEST"        }      ]    }  ],  "name": "packA",  "namespace": "",  "sfdcLoginUrl": "https://login.salesforce.com",  "sourceApiVersion": "59.0",  "packageAliases": {    "packA": "0HoGA000000XXXXX"  }}

I am getting following error 

Error (1): Couldn't find a package directory for package using packageId or alias fsc-product-visualizer. Add it to the packageDirectories section and add the alias to packageAliases with its 0Ho ID.

Please help, before it use to create with same dependency file.

 

#Financial Services Cloud @* Financial Services Cloud *

3 answers
Loading
0/9000