
I have PCF control created in dev and deployed to test. Both were debug versions. These were added to quite a few forms. Later after knowing that the test environment should be having release version I deleted the control from both environments. I removed the control from the form. I built a release version and added back to forms. IT works in dev. However when I try to deploy to test environment I get the following error:
"The CustomControl ID does not exist for specified name"
How can this be resolved? Is this happening because the form had not got the previous control deleted properly?
Hi @VBaaz ,
It should work if the deletion from test environment succeded.
Have you incremented the PCF version in the manifest?
Do you transport from dev to test, or you have a VSCode-Solution zip which you import both in dev and test env?
I guess you are trying to deploy unmanaged. If you have both the forms/customizing and the PCF in the same solution, maybe you can try to transport them separate: first the PCF, then the customizing. I rememeber there was a bug where the import didn't worked if they were imported together in the same unmanaged solution. I thought that was fixed, but who knows.