• Anil Jagtap
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 2
    Replies
I'm trying to bulk updates contacts but getting following exception.
Salesforce Bulk REST API - error:Malformed request https://ap4.salesforce.com/services/async/38.0/job/7506F00000BLh84QAD/batch/7516F00000H2Ar2QAF/result. Response content: {u'exceptionMessage': u'Records not processed', u'exceptionCode': u'InvalidBatch'}

I'm integrating my web application with salesforce. I retrive all fields into my web application. Now , I will select one field form contact field list from web application. And that field I want to display as a column into list view by programmatically. It's possible when selected field will add into following table:
User-added image

How can I do this?

I retrive all contact fields using describe() in my application. Now,I want to create view or update view based on filed selection.

For example:

1) If I select 4 fields first time from my application then custom view should be create in salesforce.

2) If I select one more field next time from app then one column should be add in existing custom view in sales force

I didn't find any code or API to create view dynamically in sales force.

Please tell me how can I do this?

I want to get all contact filed label and API names using rest call. But I didn't find any endpoint for this.

Please tell me how to get it?

I want to get all contact filed label and API names using rest call. But I didn't find any endpoint for this.

Please tell me how to get it?