Skip to content

issues Search Results · repo:wadewegner/Force.com-Toolkit-for-NET language:C#

Filter by

308 results
 (72 ms)

308 results

inwadewegner/Force.com-Toolkit-for-NET (press backspace or delete to remove)

Has anyone run into a hard restriction of 10,000 records when using this approach?: var init = await client.QueryAsync T (tmpquery); var finished = false; do { finished = init.Done; // add any ...
  • shandysawyer
  • 1
  • Opened 
    on Nov 8, 2024
  • #420

When specifying the apiVersion if entered incorrectly will throw exception with unhelpful error message (i.e., resource does not exist) which make sense since its directly being used in the url to generate ...
  • AdamHess
  • Opened 
    on Oct 17, 2024
  • #419

Hello, I use the following code, but I only get 2,000 records instead of all records, what do I do wrong? client = new ForceClient(instanceUrl, accessToken, apiVersion); var contentVersion = await client.QueryAllAsync ...
  • mathishuettl
  • 1
  • Opened 
    on Sep 4, 2024
  • #418

When I call below function locally form my dev machine, it executed successfully and without any issues. Getting issue only on UAT and production server. I have also checked that TLS1.2 is enabled on servers. ...
  • faiyaz458
  • 1
  • Opened 
    on Feb 27, 2023
  • #416

Hi Folks, We re using this .NET implementation for our SalesForce integration and just received this email from SF: You are receiving this email because you’re an admin of an org that is actively using ...
  • tpperlman
  • 5
  • Opened 
    on Dec 14, 2022
  • #415

I ve read https://github.com/wadewegner/Force.com-Toolkit-for-NET/issues/186, but I m still having trouble setting a header. I ve created an httpClient but how do I pass it in here, is this supported? ...
  • lukewlms
  • 1
  • Opened 
    on Jul 19, 2022
  • #414

Hi We are using Force.com from C# but some of our queries that return a large set of data are now taking a long time. We compared the speed using QueryAsync (62 seconds) with doing the same query in Salesforce ...
  • StevenPrice1964
  • Opened 
    on Apr 14, 2022
  • #413

I have a question, I want to integrate Salesforce chatbot with Xamarin forms mobile application, can I make it by using two packages Force.com Toolkit for .NET and the Chatter Toolkit for .NET ? Please ...
  • arvindrajachourasiya
  • Opened 
    on Mar 9, 2022
  • #412

Any time I execute SearchAsync, I receive this error: Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. { name : value }) into type System.Collections.Generic.List1[System.Object] ...
  • brettamurphy
  • 1
  • Opened 
    on Feb 1, 2022
  • #411
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub