function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
M K Lal (Mac)M K Lal (Mac) 

Knowledge Article

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'
Shashikant SharmaShashikant Sharma
Duplicate Post  of - https://developer.salesforce.com/forums/ForumsMain?id=906F0000000DEW1IAO