• venkat gattamaneni
  • NEWBIE
  • 0 Points
  • Member since 2011

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

isUpdateable() - 

Returns true if the field can be edited by the current user, false
otherwise.

Is this a correct syntax ?

if(!CategoryMobileConfig__c.Active__c.getDescribe().isUpdateable()) // FLS 

{

update mobileAppConfig;

}

 

I am getting follwing error while creating Apex Code from WSDL

Apex generation failed

Error: Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType

What could be the reason....?

 

Thanks in advance