-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown type name 'IndustriesManufacturingSettings' specified in package.xml in v7.88.4 and 7.89.1 #866
Comments
Git2Gus App is installed but the |
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, our developers are also experiencing this issue with version 7.89.1. Can you please confirm? |
Yes, the same result. I've updated the title. |
Thanks |
Hi, any resolution to this, other than downgrading the CLI? Thanks |
I discovered what causes the "Unknown type name 'IndustriesManufacturingSettings' specified in package.xml" error in every sfdx-cli version except v7.86.3 in our project: File force-app/setup/clm/setttings/Content.settings-meta.xml needed for Vlocity CLM. Empty project only with this file raises the error. The full project without it compile without the error. And file content is:
|
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. |
Have you installed vlocity cme before trying to sfdx deploy? We use (sfdx-project.json excerpt):
|
This issue is occurring for OmniChannel.settings deployment as well. Below is the code. true true |
A fix has been put on toolbelt, users facing this issue can try the following:
|
@maggiben - please we do not find this repo at all git clone https://github.com/salesforcecli/toolbelt.git |
Hi, is this issue still happening for you ?, please post below: |
@maggiben the issue still exists for |
@maggiben I checked on sfdx-cli / 7.118.1 and 7.117.0 and after using |
@ArkadiuszGrzesiak - what is the output of From the error it looks like the name of that settings file might be incorrect which causes a bad manifest entry such as,
|
This issue has been automatically closed because there has been no response to our request for more information from the original author. Currently, there is not enough information provided for us to take action. Please reply and reopen this issue if you need additional assistance. |
Please reopen the issue. My teammates posted two last messages showing that the problem still exists. We do not use Industries Manufacturing at all. |
@MaciekLeks - this issue needs reproducible steps. |
The issue still exists when I pushing the code do scratch/sandbox org. I've added the "IndustriesManufacturing.settings" into my deployment package and I have the below error: | IndustriesManufacturing | Settings | "Not available for deploy for this organization" | |
This issue has been automatically closed because there has been no response to our request for more information from the original author. Currently, there is not enough information provided for us to take action. Please reply and reopen this issue if you need additional assistance. |
Hi @shetzel ,
|
Hi @jacekpreuhs a few questions: Cristian has created this repo to try and replicate the issue. Using this repo
this was done using |
Please reopen the issue. |
Hi @MaciekLeks we'll reopen this issue once we are able to reproduce it. I've just asked for some information you, or anyone else on this thread could provide. I've provided a repository to try and reproduce it but was unable to with the current version of the CLI. Can you help me reproduce it? |
Hi @WillieRuemmele ,
I do not see here any feature related to Manufacturing. Could you please explain why Manufacturing is required for this content settings configuration? Thanks, |
Hi @jacekpreuhs thanks for the info. I agree - you shouldn't have to enable that setting if you're not using it. can you please walk us through how to recreate this bug, from how you create the metadata type, what commands are involved, and any steps in the org's UI that're required. Thanks |
Why are we trying to discover the wheel again? This issue was happening to
Then we discovered that it is happening also to |
fixed (deploy/push are on the same codebase https://github.com/forcedotcom/source-deploy-retrieve |
Summary
After upgrading version from 7.86.3 to either 7.88.4 or 7.89.1 we get
while we run:
We had to downgarde to 7.86.3 cause we have nothing to do with that settings in our code.
Step to reproduce
It could be hard to reproduce while it could be related to our force-app, but you can try to use the sfdx force:source:deploy instruction from the Summary.
The text was updated successfully, but these errors were encountered: