Hi Christos,I'm also facing the same issue. Did you find the solution to open the VF page in same tab via URL button? Also, would be great if can share the URL formulated in the button for VF Page redirection.Thanks,Komal
#Force com Sites Site com2 discussing
- Recent Activity
- Created Date
- Recommended
- All Questions
- Questions with an Accepted Answer
- Unanswered Questions
- Questions with No Accepted Answer

- What is true about installing the Cloud craze managed package?
- The custom field limit is not impacted.
- A support ticket is required with sales force .
- The bandwidth exceeded limit is not impacted.
- Custom fields are limited to 100k.
- What is true regarding coupons with a type of ” General ”?
- There must be at least a source product or spec rules defined with a value
- There must be a coupon rule defined for both source and target condition.
- Coupons rules enable AND/OR conditions within the source or target condition
- There does not need to be a source or target rule defined for a general coupon.
Sep 15, 2020, 5:58 AM HI Raju,You can reach out to " B2B Commerce" page on https://trailblazers.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F93A000000HWXUSA4 for inputs on your ask. Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful.Thank you


Jan 2, 2019, 2:55 PM This is now solved. I followed the steps on this blog: https://blogs.perficient.com/2017/08/01/favicons-your-salesforce-community-is-not-complete-without-one/ The key step was this one:
If you’re using a Lightning community, you can try adding the link to the favicon in the head markup from within the Builder. Go to Settings > Advanced > Edit Head markup and enter in the following:<link rel=”shortcut icon” href=”/resource/<faviconName>.ico” type=”image/x-icon” />
Jun 6, 2025, 3:11 PM Hi, Its too late to respond to this thread, but might help others who is looking for a solution. Salesforce collects site usage only in PROD not in sandboxes. Create the report type on `Networks` with child object as `Network Activity Daily Metrics` in PROD. Create a report on this new report type with filter on CreatedDate as All Time. It should show you some results. May not be very accurate in my view, but will be helpful you understand what's going on with your public site.
Hi all, I have an issue which is working as expected in sandbox but due to domain difference its happening in production. We have two two separate communities with different domain on same salesforce org.
What we want is to allow the community user to be able to access both at the same time without having to login in into the other one once they have logged in, in a community.
May 5, 2025, 1:36 PM Hi @Swetha Maddali, thank you for the above information.
I’m facing a similar issue to what
@Azfer Pervaiz experienced, but I haven’t been able to resolve it yet.
I’m having difficulty navigating a user from Community1 to Community2
.
When I attempt to redirect using the URL:
https://site1URL/servlet/networks/switch?networkId=0DBxx000000006i
I'm getting a Invalid Page error.
I'm trying to navigate from a LWR to a AURA. template based site.
Could you please review and advise if I might be missing something in the setup or configuration?
Any guidance would be greatly appreciated.
May 31, 2019, 9:29 AM Hi Dixit,Greetings to you!Please refer to the below link which might help you further with the above issue.https://watchforce.blog/2017/09/21/preventing-standard-salesforce-pages-on-communities/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 the future. It will help to keep this community clean. Thanks and Regards,
Khan Anas
Apr 3, 2025, 12:05 PM - This is not at all helpful. Alias doesn't solve this purpose. Right now there is no solution for this and there is already an Idea which users can upvote. As a workaround, we need to build the logic javascript or apex to redirect users from the specific page. Thanks!
Feb 17, 2025, 7:21 PM I had the same LWR3008 error when I replaced the Aura File Upload component with the LWR File Upload component. The solution was to republish the LWR site. The error dissapeared.

Jul 25, 2016, 10:51 AM Hi Vijendra,I think you can go for dependant picklist option, i.e. when country is selected then dependant picklist will get updated accordingly.But if you just want 3 different picklist irrespective to any dependancy then go for validation rule or process builder to automate the process.check with isblank option and then throw error message with addError. Or you can use trigger to make validation of picklist (whether they are blank or not)
Jan 10, 2025, 2:12 PM Setup -> User Interface -> Sites and Domains -> Sites -> (select your site) -> enable "Allow Access to Standard Salesforce Pages". This should fix the 404 problem.