• rohit.marathe
  • NEWBIE
  • 0 Points
  • Member since 2008

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

Hi  All I am Getting Following Error when try to access custom object in flex . if any bod knows please reply me as soon as possible.

 

Fault from operation: (com.salesforce.results::Fault)#0
  detail = (Object)#1
    fault = (Object)#2
      column = -1
      exceptionCode = "INVALID_TYPE"
      exceptionMessage = "sObject type 'npe5__Affiliation__c' is not supported."
      row = -1
      xsi:type = "sf:InvalidSObjectFault"
  faultcode = "sf:INVALID_TYPE"
  faultstring = "INVALID_TYPE: sObject type 'npe5__Affiliation__c' is not supported."

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."

I want to query email field in one of my custom object from c# dot net .how can i do it?

Hi ,

 

I would like to populate Custom address fields(Billing/Shipping) inside Opportunity and Case detail page from Account detail page Standard address fields (Billing/Shipping)  and viceversa

 

Currently there is no address data type available.

 

Can anyone please guide me to achive this ?

Hi  All I am Getting Following Error when try to access custom object in flex . if any bod knows please reply me as soon as possible.

 

Fault from operation: (com.salesforce.results::Fault)#0
  detail = (Object)#1
    fault = (Object)#2
      column = -1
      exceptionCode = "INVALID_TYPE"
      exceptionMessage = "sObject type 'npe5__Affiliation__c' is not supported."
      row = -1
      xsi:type = "sf:InvalidSObjectFault"
  faultcode = "sf:INVALID_TYPE"
  faultstring = "INVALID_TYPE: sObject type 'npe5__Affiliation__c' is not supported."