cancel
Showing results for 
Search instead for 
Did you mean: 

how to send more than 200 records to sales force

Former Member
0 Kudos

Hi,

I have file to web service scenario where I am sending more than 200 records to sales force. But Sales force has a limit to accept 200 records at a time.

I need to send the records in batches and each batch should have 200 records.

I set record, 200 in content conversion but it is not working.

Can anyone please help. I need it urgently.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Nayak,

Re-check with SFA Interface programmer, Hope Saleforce can accept more than 200 records.

Regards

RK N

Former Member
0 Kudos

Hi,

Can anyone please respond on this? I need this to be fixed very urgently.

Former Member
0 Kudos

Hi

Can you please share the screen shot of your FCC?

Former Member
0 Kudos

Hi,

Please check it.

Former Member
0 Kudos

H Swapnashree,

Please check the below link:

Regards,

Former Member
0 Kudos

Hi,

My scenario is synchronous. I need to send the error and success response to the user.

When I am not using request response bin in module tab, it is working and splitting to messages having 200 records.

But when I am using request response bin, it is only processing first 200 records. It is giving below error in sender file adapter.

Can anyone please help on this urgently.

Former Member
0 Kudos

Can anyone please reply on this.

Former Member
0 Kudos

Hi Nayak,

This requirement may not possible with synchronous mode, instead of limiting records at Communication level try to write a shell script to split the file into multiple files. Follow the below helpful link.

check point no 8

The UNIX School: awk - 10 examples to split a file into multiple files</title><!-- gpr meta...

Regards,

Mutti

former_member184720
Active Contributor
0 Kudos

I set record, 200 in content conversion but it is not working.


What do you mean by it's not working? After specifying the no.of recordset per message.. don't you find separate messages for every 200 records?


Refer to the below thread -


If that doesn't fix then you can share file structure and the conversion parameter details...


Message was edited by: Hareesh Gampa

Former Member
0 Kudos

Hi,

I can not see the separate messages only first 200 messages are coming. My scenario is synchronous.

Recordset name Transaction

Recordset Structure Record,200

Recordsets per message 1

For Synchronous scenario, do I have to mention anything else.

Waiting for a quick response.

Former Member
0 Kudos

Hi Swapna

Change your FCC like below

Recordset name Transaction

Recordset Structure Record,*

Recordsets per message 200

This will create a separate message for each 200 record.

Former Member
0 Kudos

Hi,

I changed but it is taking all records and I am getting error from Sales force that:

record limit reached. cannot submit more than 200 records into this call. My previous setting is working for Asynchronous scenario but Synchronous it is not working