Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reopened: Add a Task homepage component does not exist #58

Open
ghost opened this issue Mar 5, 2012 · 11 comments
Open

Reopened: Add a Task homepage component does not exist #58

ghost opened this issue Mar 5, 2012 · 11 comments

Comments

@ghost
Copy link

ghost commented Mar 5, 2012

I followed the code from here: https://github.com/ForceDotComLabs/Milestones-PM/blob/master/src/homePageComponents/Add%20A%20Task.homePageComponent
I am already trying to put it in as a homepage component.
I am adding the following code:

<iframe src="/apex/LABSMPM__Milestone1_One_Line_Create" style="border: 0pt none; margin: 0pt; padding: 0pt;" frameborder="no" height="160" width="100%"></iframe>

When I try to view it, I get the error "URL No Longer Exists"

My previous case link: #52

@ReidCarlberg
Copy link
Contributor

Do you have the Visualforce page Milestone1_One_Line_Create in your org?

@ghost
Copy link
Author

ghost commented Mar 8, 2012

Yes, I do have that visualforce page. Sorry, I thought I had replied to the email I got about this to post a reply.
Yes, I have that page, and I have permissions to use it. It seems there is someone from the other thread who posted saying he is having the same problem.
My apologies again for opening a new issue (I thought this was "reopening" it, and I didn't see the "Reopen" button on the other thread).

@TrevorAGill
Copy link

I have "Milestone1_One_Line_Create" in my Visualforce page access as well. I also have "Milestone1_One_Line_Controller" and "Milestone1_One_Liner_Controller_Tst" in my Apex Class Access. Just like Chino, I get the same "URL No Longer Exists" page in the frame where the one-line editing should be.

I am doing this within my Salesforce sandbox, would that effect whether the one-line editing works?

@itgnuru
Copy link

itgnuru commented Nov 1, 2012

Do any issues get resolved in this forum? I am having the same issue. I installed Milestones but the Add to Task component does not show up properly on the main display. How can I enable this so I can work my way through the rest of the tutorial.

thanks

@latentfuss
Copy link

I had the same problem when I downloaded the code from the appexhchage. I found that the name of the VF page that the component was referencing didn't match the actual page name. I fixed it by changing the reference in the component to match the actual page name

@kaleksich
Copy link

@latentfuss what was the correct reference?

@latentfuss
Copy link

@kaleksich I ended up editing the HTML for the Homepage Component, "Add A Task". Specifically I changed, iframe src to read....

src="/apex/Milestone1_One_Line_Create"

(I don't remember the original setting, but the path was pre-pended with a couple of other folders).

@JakeBlues
Copy link

@latentfuss made the src change and saved but looking at the code again shows that the forward slashes are stripped out as in:
src=" apex="" milestone1_one_line_create"

Is this a Winter '14 thing? Is there a way to escape characters in the code?

@revjoel
Copy link

revjoel commented Jul 3, 2014

When I edit the Add a Task Homepage Component, there is no HTML in there, just the window that states that the homepage component does not exist. Can someone post the entire HTML snippit that should go in there?

@BryanLL
Copy link

BryanLL commented Jun 15, 2015

The "Add a Task" Homepage component was empty html for me too. I created a new one to reference the Milestone1_One_Line_Create VF page rather instead of being an html component. (Also adjusted the VF page to have a transparent body background.)

@fvarallo
Copy link

fvarallo commented Nov 5, 2015

@BryanLL could you please post the solution you developed? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants