• Prasanna Rotti 8
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
There is a very interesting problem that I am seeing. The below soql 

select Id,name from CaseTeamRole returns 2 rows 


 IdName
10B71a000000PBGRCA4Contributor
20B71a000000PBGWCA4Read Only

where as 

the soql 

select Id,name from CaseTeamRole name = 'Contributor' returns 0 rows. 

The happens only our full sandbox and on production our queries execute perfectly fine. 
Has anyone faced such an issue ? Need help in resolving it.
 
There is a very interesting problem that I am seeing. The below soql 

select Id,name from CaseTeamRole returns 2 rows 


 IdName
10B71a000000PBGRCA4Contributor
20B71a000000PBGWCA4Read Only

where as 

the soql 

select Id,name from CaseTeamRole name = 'Contributor' returns 0 rows. 

The happens only our full sandbox and on production our queries execute perfectly fine. 
Has anyone faced such an issue ? Need help in resolving it.
 
Limitation:
Recently I came across the issue where customer community does not have option to disable the standard page layout view for community users.
 
Scenerio:
Like https://xy.force.com/portal/pagename?Id=18digitid - this will be correct url for customer community users.
 
Someone changing the url to valid salesforce url
https://xy.force.com/portal/18digitid  - this is going to standard customer community layout which has all the standard settings.
 
Issue:
Some customer does not want to allow the community users to view standard page layout. As said there are no standard options to disable the page layout for community users.