Skip to main content

Hi,

I have come across a strange issue. There is a field in Quote (standard object) which get enabled when we allow creation of quote without a related opportunity. The field is a lookup to Account and API name is QuoteAccountId. The problem is, I can access this field in apex triggers, making a describe schema calls in apex classes but the field is not available while doing SOQL, reports and not availble as well in Data Loader. 

I searched a lot but could not find any resource on this. Any help will be highly appreciated.

4 answers
  1. Mar 20, 11:24 AM

    Update the API version of the class to the lastest available version. it should resolve the issue. worked for me. 

    Hope this helps.

0/9000