• Jessie Rymph 3
  • NEWBIE
  • 15 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 8
    Replies
pop up when adding a visualforce page in lightning I'm dragging the Visualforce Page Component to the Home page layout in Community Builder and I get this pop up box. I can't find any documentation to tell me what to do with this recordId. I would love to pass values to the VF page, but I'm not sure how. 
My user reports he has one result when running a flow.
When I, as the admin, login as him using the login button on his profile, I get a different result. 

Is this possible? What are the limitations of login as user?
Visualforce creates new records in a grid (below) that are child objects of quote. I'd like to use a custom button to create a new record from the quote and have the Quote populated on each child record. This could be passed through the button or maybe set in visualforce? 

I copied the functionality from here: https://developer.salesforce.com/forums/?id=906F0000000963NIAQ 
I'm just learning apex, so detailed help would be appreciated.
My code is here:
https://github.com/forcethesales/2016/blob/master/Add%20Engineering%20Apex%20Class
https://github.com/forcethesales/2016/blob/master/Add%20Engineering%20Visualforce

User-added image
pop up when adding a visualforce page in lightning I'm dragging the Visualforce Page Component to the Home page layout in Community Builder and I get this pop up box. I can't find any documentation to tell me what to do with this recordId. I would love to pass values to the VF page, but I'm not sure how. 
Anyone know what happened to site.com? It now just redirects you to the app cloud landing page. cheers

I have a hunch I'm missing something obvious, but I've finished making a flow, set as start location, saved it to make sure there were no warnings, then clicked "run" and I get:

 



Insufficient Privileges

 

You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. 

 

 

Anyone have any ideas as to what I'm doing wrong?

 

*Note:  I'm using the cloud Flow Designer. I use a mac, so I can't even try the locally run version

 

Was wondering if someone has successfully accomplished cloning a quote and the related quote line items?  I need it to create a new quote revision without creating a whole new quote with new quote number...just a new revision number.

 

I am struggling and thought that this task has probaly been done by someone "out there"...

 

I appreciate your help!!

  • September 14, 2011
  • Like
  • 0

Hi

 

I have a VF page where in I am using case standard controller.

The first time when the page is displayed 2 input fields (eg.) are there i.e. Name and Email. which are static. Another 2 fields are their like Vendor Name and Vendor Contact No. which are dynamic.

 

Now, I want to implement the functionality wherein if a user clicks on Add Row button,  1more row will appear to enter a value in both  the fields(Vendor name and Vendor Contact No.). So, if he clicks the button 5 times, 5 rows shud appear with thses two columns.

After providing the inputs, he will click on "Save " button, and the record should be saved wherein the inputs provided in multiple rows should be saved into the related list of the Case detail page (Case details page will contain the information like Name and Email). Request you to please forward me the code for the above mentioned functionality. Since its a n urgent requirement. An early reply will be highly appreciated. Thanks.

  • May 07, 2010
  • Like
  • 0