You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the language option results in the following error upon package version creation: ERROR running force:package:version:create: No such column 'Language' on sobject of type Package2VersionCreateRequest.
Create new folder campaign-field and add a custom field "Test_Field__c"
Create a new package using sfdx force:package:beta:create -n campaign-field -r campaign-field -t Unlocked -v myhuborg
Add the "language": "en_US", option to the project-scratch-def.json
Create new version of campaign-field package using sfdx force:package:beta:version:create -p campaign-field -w 20 -x -v myhuborg -f config/project-scratch-def.json
Expected result
A new package version of campaign-field is successfully created
Actual result
Error is thrown: ERROR running force:package:version:create: No such column 'Language' on sobject of type Package2VersionCreateRequest.
The same error occurs for both the beta command & the "ordinary" command.
If this parameter is no longer supported upon package version request means, then we need maintain different versions of the project-scratch-def.json file for package version creation & scratch org creation
The text was updated successfully, but these errors were encountered:
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.
Hi @petter-eikeland thanks for reporting this! We're aware and have already fixed the bug. This will be availble in tomorrow's latest-rc build, or you can install the packaging plugin individually with sfdx plugins:install @salesforce/plugin-packaging and then you can verify with
@WillieRuemmele FYI, I'm also getting the following error when specifying a default record type for the Case object (needed for the SSH managed package)
Summary
Setting the language option results in the following error upon package version creation:
ERROR running force:package:version:create: No such column 'Language' on sobject of type Package2VersionCreateRequest.
Steps To Reproduce:
Repository to reproduce: dreamhouse-lwc
sfdx force:package:beta:create -n campaign-field -r campaign-field -t Unlocked -v myhuborg
"language": "en_US",
option to the project-scratch-def.jsonsfdx force:package:beta:version:create -p campaign-field -w 20 -x -v myhuborg -f config/project-scratch-def.json
Expected result
A new package version of campaign-field is successfully created
Actual result
Error is thrown:
ERROR running force:package:version:create: No such column 'Language' on sobject of type Package2VersionCreateRequest.
System Information
Additional information
The same error occurs for both the beta command & the "ordinary" command.
If this parameter is no longer supported upon package version request means, then we need maintain different versions of the project-scratch-def.json file for package version creation & scratch org creation
The text was updated successfully, but these errors were encountered: