Skip to main content

#Force com Sites Site com3 utenti parlano di questo argomento

Dear ladies and gentleman,

I'm receiving the following error message while trying to deploy the Community from Sandbox into Production Org:

XXXXXXX Site.com 0 0 You don't have the correct site publisher privileges for this operation Site : XXXXXXX, type: Site.com Community(db=C,api=ChatterNetworkPicasso)

What can I do to solve this problem and deploy the Site/Community successfully into the Production Instance.

Thanks in advance
4 risposte
  1. 4 set, 18:24

    HOW do  solve that  issue ? 

    thanks

0/9000
Hello 

we have set up a force.com page and it uses login for accessing the pages for customers. Now, we have a frequent complaint from customers:

1) Not able to login, error says "Your Request cannot be processed at this time. The site administrator has been alerted". I am not getting any notification. I have attached a screenshot of the issue.

2) I have asked them to reset the login password, and they are not getting the reset link in their registered email account.

The issue is we have started using foce.com pages after 16 March, before that, in this case, this is our old customer, they were able to access the forms we set up. but with the force.com pages, they need to create a log in. And in this scenario, the customer`s account already exists in the salesforce. So, we are asking customers to create a new login with the force.com login page. when they try to do so they are getting ( 1.) )error which I have mentioned above. As their record already exist I have also tried to send reset link but they are not receiving any emails fro resetting the password.

force.com login issue

​​​​​​​

Please assist.

Thank you
2 risposte
  1. 10 lug 2020, 12:41
    Hi,

    Your registration page may be using an email address as the Username of the Salesforce user record. User names need to be unique, so registration will fail if the email address has already been used as the Username for another salesforce user id.

    And the reasons are listed below,

    The community is not published. In case you're working with a community that is offline or in Preview status, you need to publish the community before self-registration will work.

    The Account Owner does not have a User Role assigned. If you're creating a new Account record on the fly, especially in B2C situations, you need to make sure you assign a default account owner that also has a User Role value. Any role will do, and you can use either a workflow rule or Apex to perform the assignment.

    The site guest user does not have to Create and Read permissions on the Account and Contact objects. Edit Public Access Settings for the community's Force.com site to grant these permissions, along with field permissions for any fields that are included in the self-registration form. Note that by default the site's profile will not have these permissions.

    Self-registration is not enabled for the community. Go to Manage Communities, click Edit, and make sure the Login settings show that self-registration is enabled.

    I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

    Thanks.
0/9000
Hello,

I have a custom button which is type of URL. My URL is directing to a visualforce page. The behavior i chose is: Display in existing window without sidebar or header. However, still in my community page, it redirects me to another tab. Can i prevent this of happening? I need it in the same page.

Thank you.
4 risposte
  1. 28 mag, 13:23

    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  

     

    @Partner community

0/9000
I am working on cleaning up our Org and we have a ton of inactive workflow rules that need deleting. 
3 risposte
  1. 1 giu, 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.

0/9000
  1. What is true about installing the Cloud craze managed package?
  1. The custom field limit is not impacted.
  2. A support ticket is required with sales force .
  3. The bandwidth exceeded limit is not impacted.
  4. Custom fields are limited to 100k.
  1. What is true regarding coupons with a type of ” General ”?
  1. There must be at least a source product or spec rules defined with a value
  2. There must be a coupon rule defined for both source and target condition.
  3. Coupons rules enable AND/OR conditions within the source or target condition
  4. There does not need to be a source or target rule defined for a general coupon.
1 risposta
0/9000
I need to add a favicon to our Community. I found an article (https://help.salesforce.com/articleView?id=000167021&type=1) which has the following steps:-

1. Create 16x16 icon. Add the favicon as an .ico format

2. Upload as a static resource and make sure cache control attribute is set as public

3. Go to Setup > Develop > Sites and click on Edit for your Site. / If you are logged into Community Management go to Administration > Pages > Go to Force.com > and click on the Edit button. In the Site Favorite Icon field upload the desired favicon.

I followed these steps but the favicon is not yet appearing.
9 risposte
  1. 2 gen 2019, 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” />
0/9000
Hi Team,

I have a community where we have to track community visits, as per this document, we have out-of-box feature can used.

https://help.salesforce.com/articleView?id=networks_reporting.htm&type=0

I Created the report for Network Public Usage Daily Metrics, but no records in that recport. I am confused why community visits are not logging here.
7 risposte
  1. 6 giu 2025, 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.

0/9000

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.

2 risposte
  1. 5 mag 2025, 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.

0/9000
Hi All,

For one of our client we have created a Napili Community with customized pages and lightning components.

Community user when does URL hack by changing the URL with record id followed by e, is able to access the particular object (profile has edit access for that object) in edit mode. How can we restrict the community user to access standard salesforce page by hacking.  

Any suggesstion will be welcomed!
4 risposte
  1. 31 mag 2019, 09: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
0/9000
URL Redirect

Is there any wildcard or way to setup so it doesn't do an exact match.

 

I want to do a redirect anytime it hits a relative url like /detail/foo ... however if it has a querystring it ignores it  so this does nothing 

/detail/foo?id=xxxxxxxxxxxxxxxx

 

Tried a variety of different formats but no luck.  Not sure it is possible.

 

I need system to ignore parameters and if it matches /detail/foo it has to redirect, but not happening

Thanks
4 risposte
  1. 3 apr 2025, 12:05

    @Abhishek Mudireddy

    - 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! 

     

0/9000