• rrichard
  • NEWBIE
  • 0 Points
  • Member since 2005

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

Our product has a visualpage that uses an iframe to load a page hosted on our servers.  {!$Api.Session_ID} being passed is an invalid session id when we try to make api calls.  This just started happening today.  Is anyone aware of changes they may start causing this?

 

Trying to do the following but not having much luck... is there a way to do this?

 

SELECT Id, Name FROM Account WHERE BillingCity NOT LIKE '%Bentonville%'

 

Thanks.

Can an OAuth access token be used instead of the session id for the Bulk API?

Thanks,

Roger 

Is a userid unique outside of ones organization in salesforce?
We have this api issue only on our live server due to a client having sessions locked to an IP address. If a customer is unwilling to clear this setting, is there a trusted solution/workaround to this problem?

Thanks,
rrichard
Is there a way from the api to get the filtered picklists associated with a RecordType?

Thx,
Roger
Hi,

We have a customer seeing following error message when using Professional Edition:
API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner

Our application uses the Partner WSDL and we are setting the clientid as follows:

binding = new SForce.sforce.SforceService();
binding.Proxy = Proxy;
binding.SessionHeaderValue = new SForce.sforce.SessionHeader();
binding.SessionHeaderValue.sessionId = sUserSessionId;
binding.Url = sServerURL;

CallOptions co = new CallOptions();
co.client = "MyClientId";
binding.CallOptionsValue = co;

Is there anything missing?

Thanks
rrichard

Our product has a visualpage that uses an iframe to load a page hosted on our servers.  {!$Api.Session_ID} being passed is an invalid session id when we try to make api calls.  This just started happening today.  Is anyone aware of changes they may start causing this?

 

Trying to do the following but not having much luck... is there a way to do this?

 

SELECT Id, Name FROM Account WHERE BillingCity NOT LIKE '%Bentonville%'

 

Thanks.

Is a userid unique outside of ones organization in salesforce?
Is there a way from the api to get the filtered picklists associated with a RecordType?

Thx,
Roger
Hi,

We have a customer seeing following error message when using Professional Edition:
API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner

Our application uses the Partner WSDL and we are setting the clientid as follows:

binding = new SForce.sforce.SforceService();
binding.Proxy = Proxy;
binding.SessionHeaderValue = new SForce.sforce.SessionHeader();
binding.SessionHeaderValue.sessionId = sUserSessionId;
binding.Url = sServerURL;

CallOptions co = new CallOptions();
co.client = "MyClientId";
binding.CallOptionsValue = co;

Is there anything missing?

Thanks
rrichard