function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rohit.maratherohit.marathe 

Hi all

i am integrating flex in salesforce.

when iam using custom object for displaying values i am getting following error if any body knows the answer kindly reply me.

ault from operation: (com.salesforce.results::Fault)#0
  detail = (Object)#1
    fault = (Object)#2
      column = 18
      exceptionCode = "INVALID_TYPE"
      exceptionMessage = "
Select b.Id FROM Affliations__c b
                 ^
ERROR at Row:1:Column:18
sObject type 'Affliations__c' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names."
      row = 1
      xsi:type = "sf:InvalidSObjectFault"
  faultcode = "sf:INVALID_TYPE"
  faultstring = "INVALID_TYPE:
Select b.Id FROM Affliations__c b
                 ^
ERROR at Row:1:Column:18
sObject type 'Affliations__c' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names."