Skip to main content
M K Lal ha fatto una domanda in #Apex
I'm writing a query as

Query (Sandbox) : select id,knowledgeArticleId from KnowledgeArticleVersion where PublishStatus = 'online' and Language = 'en_US' and knowledgeArticleId

='ANY_ARTICLE_ID'

its running fine on Sandbox, But when we try to run the same query on Production it takeing 'Id' in place of 'KnowledgeArticleVersion' as filter

Query (Production) : select id,knowledgeArticleId from KnowledgeArticleVersion where PublishStatus = 'online' and Language = 'en_US' and Id

='ANY_ARTICLE_ID'
1 risposta
0/9000