• Mikey Cee
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 2
    Replies

I have been following the salesforce Recruiting App tutorial, and reached the section on creating a public site:

http://www.salesforce.com/us/developer/docs/fundamentals/Content/adg_composite_app_public_sites.htm

 

I have built a simple page to display open jobs as described here:

http://www.salesforce.com/us/developer/docs/fundamentals/Content/adg_composite_app_create_public_jobs_try_it_out.htm

 

This is displaying the open jobs correctly when I view it through our "internal" URL:

https://c.ap1.visual.force.com/apex/PublicJobs

 

But when I view this same page through our "external" URL: 

http://servian-developer-edition.ap1.force.com/careers, the page still renders, except that now the list of jobs is empty.

 

I don't think this is a permissions error, as if so it would surely prompt me to log in. What do I need to do to make the data show on the "external" URL?

I'm using the Developer edition of Salesforce, following this tutorial:
http://www.salesforce.com/us/developer/docs/fundamentals/index.htm


I've got to the stage where I have to create users in certain profiles.

 

I have created a profile called Recruiter, and its User License is shown as Salesforce.

 

Now, I go to create a new user, I select Salesforce Platform for the User License, but then the only profile available in the drop down is Standard Platform User. In fact, no matter which User License I select (Force.com, Chatter Free or Salesforce Platform), I still can't see the Recruiter profile in the Profile dropdown.

 

Further, I have 24 profiles created in total - some were created automatically for me when I signed up, and others are from various experiments - but the vast majority of these never appear for selection on the New User page. The only ones I ever see are (depending on which User License I select) are:

 

  • Force.com - Free User
  • Chatter Free User
  • Chatter - Moderator
  • Standard Platform User

What am I doing wrong?

I have a page at /apex/Catalog that displays a small table showing rows from my Merchandise custom object.

 

I can view this page without logging in to my Customer Portal application.  However, when I do log in, I get the Insufficient Privileges message.  I guess this is because my Guest User has permissions to view the page, but not the user who I logged in as.

 

So, I go to Setup | Manage Users and click the user I logged in as.  I see he is in the Customer Portal Manager Custom profile.  I click through to this role, hoping to be able to set permissions on my Merchandise object.  However, I don't see anything about permissions on Custom Objects here, only for the Standard Objects.

 

1) Is this where I should be looking to try to resolve this permissions issue?  And if so,

2) How do I set up permissions on my Custom Object for this profile?

 

Thanks.

Hi,

 

I'm working through the tutorial here to enable a Customer Portal for my site:

 

http://wiki.developerforce.com/index.php/Authenticating_Users_on_Force.com_Sites

 

As suggested, I got an existing account ID (I used my own account, which is an admin account) and pasted it into my SiteRegisterController, so it looks like this:

 

    public with sharing class SiteRegisterController

    {   

         private static Id PORTAL_ACCOUNT_ID = '00590000000aB8l'; // ID of my admin account

 

         // snip ...

    }

 

 

But after I fill in all the details and hit siubmit on the self-registration page at /SiteRegister, I get:

 

Errors
 
  • Your request cannot be processed at this time. The site administrator has been alerted.
  • The account associated with this portal has no owner

 

The error email that gets sent to me when this occurs says:

 

    Catalog registration accountId parameter value is not valid 

 

How do I fix this? Feeling very lost in this system right now!

 

Thanks.

Hi,

 

I have been following the tutorial using the web app, and I want to continue the tutorial using the Force.com IDE.  I can see how to create a new project using the IDE, but how do I open my exisiting project from the IDE?

Hi, this is really annoying.  On the first page of the tutorial on creating our first force.com app:

 

http://www.salesforce.com/us/developer/docs/workbook/index.htm

 

in Step 4 it says to click the Quick Start button.  I don't have this button.  I only see the New and Reorder buttons.

 

How can I proceed?

I have been following the salesforce Recruiting App tutorial, and reached the section on creating a public site:

http://www.salesforce.com/us/developer/docs/fundamentals/Content/adg_composite_app_public_sites.htm

 

I have built a simple page to display open jobs as described here:

http://www.salesforce.com/us/developer/docs/fundamentals/Content/adg_composite_app_create_public_jobs_try_it_out.htm

 

This is displaying the open jobs correctly when I view it through our "internal" URL:

https://c.ap1.visual.force.com/apex/PublicJobs

 

But when I view this same page through our "external" URL: 

http://servian-developer-edition.ap1.force.com/careers, the page still renders, except that now the list of jobs is empty.

 

I don't think this is a permissions error, as if so it would surely prompt me to log in. What do I need to do to make the data show on the "external" URL?

Hi, this is really annoying.  On the first page of the tutorial on creating our first force.com app:

 

http://www.salesforce.com/us/developer/docs/workbook/index.htm

 

in Step 4 it says to click the Quick Start button.  I don't have this button.  I only see the New and Reorder buttons.

 

How can I proceed?