Skip to main content

#SOQL Statement토론 중인 항목 0개

What is the SOQL query to find count of contact id from an account ?

#SOQL Query #SOQL Statement
댓글 2개
0/9000
Sonia Genesse 님이 * Lightning Now! *에 글을 올렸습니다

In the DEV Console Admins can use this SOQL statement to see what users have the LEX Permission set to True .

 

SELECT Name, PermissionsLightningExperienceUser FROM Profile where PermissionsLightningExperienceUser = True

 

Hope this helps!

0/9000