class Multiwoven::Integrations::Destination::SalesforceConsumerGoodsCloud::Client
def send_data_to_salesforce(stream_name, record = {})
def send_data_to_salesforce(stream_name, record = {}) method_name = "upsert!" args = [stream_name, "Id", record] @client.send(method_name, *args) end