• Ash G
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi,

I have one doubt on regarding the object permission of any standard object. When I execute the below SOQL , it's return me the 2 row on any standard object.

SQOL Query on the account object:
SELECT Parent.Name, Parent.PermissionsTransferAnyLead, PermissionsRead, PermissionsCreate
FROM ObjectPermissions WHERE SobjectType = 'Account'  and Parent.Profile.name='system administrator'

On query result two rows.

Please help to understand, why it's return two row for system administrator profile.

Thank,
Ash G. 
  • September 14, 2017
  • Like
  • 0
Hi Team,

I am trying to check the challenge 'Learn the Process for Developing Lightning Components'', but getting error as below.

Error:
Challenge Not yet complete... here's what's wrong: 
The 'harnessApp' Lightning App does not contain ''.

App code :harnessApp
<aura:application>    
    <c:myFirstComponent/>    
</aura:application>

Component code: myFirstComponent
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
    <p>I am proficient in JavaScript</p>
</aura:component>

Please hlep me to get is solved. I am unbale to understand what went wrong.

Thanks,
Ash G
  • September 13, 2017
  • Like
  • 0