• Ram Khadap 1
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Whenever I create a Lead, getting this error. Error getting Iframe data: Insufficient "Read" access on field "city" on Object lead
Hello,

I have a tab "Environment" which is added to lightning page.
Few profiles see the details of "information tab" but few dont.

The lightning component (Environment) is added to tab the lighting page as shown.
Environment tab as 3 tabs (3 difflightning component), 1st tab information nd its details are only visible to certain profiles.

even the field inside the tab are not visible.

what can e reason please ?

User-added image
 
enironmenTab.cmp
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
	<aura:attribute name="recordId" type="String"/>
    <lightning:tabset selectedTabId="one">
        <lightning:tab label="Information" id="one">
            <c:TabNameDetail recordId="{!v.recordId}"></c:TabNameDetail >
        </lightning:tab>
    </lightning:tabset>
</aura:component>

thank you for suggestion
  • October 19, 2022
  • Like
  • 0