• Nilesh A
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi All,
I have a Custom button on Case detail page of type URL, called Close Case. The button has URL of lightening component implementing isURLAddressable as below
/lightning/cmp/c__CaseClose?c__caseId={!Case.Id}.
User-added image
This executes perfecty and closes case for Salesforce internal users, but not for community users. For community users, url not found error is coming  I think the URL for component needs to be different for community. Could you please help in this regards?
Thanks,
NIlesh
Hello, 
I have quick action - lightning component and I want to control width popup.
Can someone help me.