function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Harsh Singh 7Harsh Singh 7 

unable to see overridden new button case related list in communities

We have an Role object which has a looks up relation to case . The address object has a standard new button and has a Salesforce Classic Override on a visualforce page. The new button is working on classic but I am not able to find that on the related list of cases in communities. Is there any approach where I can create related object records(address records from case object record) through the VF page in community?
(Note:- I am using system admin profile)

Image for communities
Khan AnasKhan Anas (Salesforce Developers) 
Hi Harsh,

I trust you are doing very well.

It is an idea (https://success.salesforce.com/ideaView?id=0873A0000003TXFQA2) to add quick actions on related lists and it is under the product team review.

However, you can create a lightning component with lightning:actionOverride and then go to the button and select lightning option then select your component.

Please refer to the below link which might help you further with the above issue.

https://trailhead.salesforce.com/en/projects/workshop-override-standard-action/steps/override_4

http://sfdcmonkey.com/2017/06/12/override-standard-buttons-lightning-component/


I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in future.

Thanks and Regards,
Khan Anas