• Sagar Hinsu 11
  • NEWBIE
  • 5 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 6
    Replies
Hello,
I want to retrieve 10000 records and i want to retrieve id of any particular object in python(i have specific requirement that i have to do in python only :P)
There is a SalesforceBulk package for python and i am able to insert data using it but not able to retrieve data using it.
I will be thankfull if anyone will help me.
Hello Everyone,
I am creating an small tool which requiers the salesforce 'Id' through API.
But through API it only fetches 2000 record 'Id'. 
What if I have 10000 records?
I want all the 10000 record 'Id' through API.
Any help will be appriciated.
Thank You.
Hi,
I am uploading a data into my salesforce org using Bulk API. 
Now I want that particular job Id,number of records processed, number of records failed and the result after completing the job.
through API or query any ways its fine.
Please if anyone knows I will be thankful to you.
Hello,
I want to use tooling API. In tooling API i want to use SymbolTable.
In SymbolTable I want externalReferences.methods, externalReferences.name, externalReferences.references.
I will be very Thankful if any body can help me.
Hello,
In my org I have certain number of batch jobs.
I want a list of batch job.
Can I retrieve it through query or API?
I know its a very silly question. But if there is any way to fetch the all batch jobs please let me know.
I have an custom requirement thats why i want this.
Thank You.
Hii,
I want required field through API
"https:\\<instance-url.salesforce.com/services/data/v26.0/sobjects/<object_name/describe/"
The json response is.
{
      "autoNumber": false,
      "byteLength": 0,
      "calculated": false,
      "calculatedFormula": null,
      "cascadeDelete": false,
      "caseSensitive": false,
      "controllerName": null,
      "createable": false,
      "custom": false,
      "defaultValue": null,
      "defaultValueFormula": null,
      "defaultedOnCreate": true,
      "dependentPicklist": false,
      "deprecatedAndHidden": false,
      "digits": 0,
      "displayLocationInDecimal": false,
      "externalId": false,
      "filterable": true,
      "groupable": false,
      "htmlFormatted": false,
      "idLookup": false,
      "inlineHelpText": null,
      "label": "Created Date",
      "length": 0,
      "name": "CreatedDate",
      "nameField": false,
      "namePointing": false,
      "nillable": false,
      "permissionable": false,
      "picklistValues": [],
      "precision": 0,
      "referenceTo": [],
      "relationshipName": null,
      "relationshipOrder": null,
      "restrictedDelete": false,
      "restrictedPicklist": false,
      "scale": 0,
      "soapType": "xsd:dateTime",
      "sortable": true,
      "type": "datetime",
      "unique": false,
      "updateable": false,
      "writeRequiresMasterRead": false
    },

by which jsonObject we can know that this field is required?
Thank You.
Hello,
I want to retrieve 10000 records and i want to retrieve id of any particular object in python(i have specific requirement that i have to do in python only :P)
There is a SalesforceBulk package for python and i am able to insert data using it but not able to retrieve data using it.
I will be thankfull if anyone will help me.
Hello,
In my org I have certain number of batch jobs.
I want a list of batch job.
Can I retrieve it through query or API?
I know its a very silly question. But if there is any way to fetch the all batch jobs please let me know.
I have an custom requirement thats why i want this.
Thank You.
I know there are some docs where its explained that but.
I have a csv for an custom object with 10000 records.
I want to upload this data to my org using bulk api.
I know there are tools are dataloader.io and apex data loader. but i want it as custom tool in python.
Thanks.
Hii,
I want required field through API
"https:\\<instance-url.salesforce.com/services/data/v26.0/sobjects/<object_name/describe/"
The json response is.
{
      "autoNumber": false,
      "byteLength": 0,
      "calculated": false,
      "calculatedFormula": null,
      "cascadeDelete": false,
      "caseSensitive": false,
      "controllerName": null,
      "createable": false,
      "custom": false,
      "defaultValue": null,
      "defaultValueFormula": null,
      "defaultedOnCreate": true,
      "dependentPicklist": false,
      "deprecatedAndHidden": false,
      "digits": 0,
      "displayLocationInDecimal": false,
      "externalId": false,
      "filterable": true,
      "groupable": false,
      "htmlFormatted": false,
      "idLookup": false,
      "inlineHelpText": null,
      "label": "Created Date",
      "length": 0,
      "name": "CreatedDate",
      "nameField": false,
      "namePointing": false,
      "nillable": false,
      "permissionable": false,
      "picklistValues": [],
      "precision": 0,
      "referenceTo": [],
      "relationshipName": null,
      "relationshipOrder": null,
      "restrictedDelete": false,
      "restrictedPicklist": false,
      "scale": 0,
      "soapType": "xsd:dateTime",
      "sortable": true,
      "type": "datetime",
      "unique": false,
      "updateable": false,
      "writeRequiresMasterRead": false
    },

by which jsonObject we can know that this field is required?
Thank You.