You need to sign in to do that
Don't have an account?

Error: sObject type 'Knowledge__kav' is not supported
We are using scratch orgs for our development and are facing very peculiar issue. Even when Knowledge feature is already ENABLED in the orgs, when we are pushing the code to our org or even when we are running simple query on SObject Knowledge__kav object.
Query below is giving this error
SELECT Id, Title FROM Knowledge__kav
Error: sObject type 'Knowledge__kav' is not supported
Pushing code with a Tab attached to standard Knowledge__kav object to scratch org is giving error:
no CustomObject named Knowledge__kav found
Any help is highly appreciated.
Query below is giving this error
SELECT Id, Title FROM Knowledge__kav
Error: sObject type 'Knowledge__kav' is not supported
Pushing code with a Tab attached to standard Knowledge__kav object to scratch org is giving error:
no CustomObject named Knowledge__kav found
Any help is highly appreciated.
How did you solve this issue?
Hope it helps.