Returns the number of success records from a Salesforce upsert, insert, update, or delete operation. For example, this variable may be used within a script to record the number of records successfully upserted, inserted, updated, or deleted within the operation log:
<trans>
WriteToOperationLog(There were $jitterbit.sfdc.success_record_count records successfully processed.)
</trans>