• OpenEnglish
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hello!

I am trying to use 

 

            Map<String, Schema.SObjectField> contactFields = Schema.SObjectType.Contact.fields.getMap();

 

and i get the following error

 

Visualforce Error
 


System.SObjectException: Field Contact.Jigsaw is inaccessible in this context 

 

Class.searchCriteria.GetFieldsForObject: line 94, column 1 Class.transferContacts.BuildSearchFieldsList: line 152, column 1 Class.transferContacts.: line 76, column 1

 

can anybody help me?

thanks!

Hello!

I am trying to use 

 

            Map<String, Schema.SObjectField> contactFields = Schema.SObjectType.Contact.fields.getMap();

 

and i get the following error

 

Visualforce Error
 


System.SObjectException: Field Contact.Jigsaw is inaccessible in this context 

 

Class.searchCriteria.GetFieldsForObject: line 94, column 1 Class.transferContacts.BuildSearchFieldsList: line 152, column 1 Class.transferContacts.: line 76, column 1

 

can anybody help me?

thanks!

Hi,

 


I tried to execute a test class I had this error!

"

Visualforce Error


java.lang.reflect.InvocationTargetException

 

"

 

before  today my class exectute well!

 

please , is salesforce problem or is to my class test?

 

thanks.