Hi Anudeep Gopagoni (Salesforce),
Could you please share the issue title? Also, let me know if this has already been resolved or share the solution if available.
Christos Kolonis (Cognity) I am encountering the same issue. Have you found a way to open the Visualforce page in the same tab using a URL button? It would be appreciated if you could also share the URL configuration used for VF page redirection.
Thanks,
Ram
#Force com Sites Site com3 人がディスカッション中
- 最近の活動
- 作成日
- おすすめ
- すべての質問
- 承認された回答がある質問
- 未回答の質問
- 承認された回答がない質問

6月1日 12:15 Salesforce doesn’t offer a native way to mass delete inactive workflow rules, so cleaning them up manually can take a while.
A couple of options:
- Metadata/API tools like Workbench or VS Code + Salesforce CLI if you’re comfortable with deployment.
- BOFC (Bulk Object Field Creator) if you want an admin-friendly way inside Salesforce—it can bulk delete workflow rules across multiple objects without going one by one.
For org cleanup with lots of inactive rules, a bulk tool definitely saves a lot of time.

- 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.
2020年9月15日 5:58 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


2019年1月2日 14:55 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” />
2025年6月6日 15:11 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.
2025年5月5日 13:36 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.
2019年5月31日 9:29 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
2025年4月3日 12:05 - 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!
2025年2月17日 19:21 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.

2016年7月25日 10:51 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)