• nlsnyder
  • NEWBIE
  • 25 Points
  • Member since 2012

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 18
    Questions
  • 3
    Replies

I am a system administrator and I need to know how to change the security settings in my sandbox so that I can generate Quote PDF files.

 

Currently when I click the Create PDF button for a quote, I get the following error:

 

Data Not Available You do not have Edit access to one of the two records you are trying to merge. Please contact your administrator to get additional access or merge the two record.

 

I can do this in production.   How can you what records or fields you do not have access to?

I have a apex page with a dataTable that contains a date field as a apex:inputField.

Is there anyway to show the date textbox (that popups the calendar) without the date link?

I have a trigger on Quote to prorate line items.   But I need to access attributes from the Product for the QuoteLineItem which is defined as Field Product2 and Type Lookup(Product).  How can I get the ProductCode, Description and Name of the QuoteLineItem's Product?