Closed dustinfarris closed 7 years ago
I am using
ExForce.create_sobject("Account", data, config)
and the salesforce operation seems to be successful, but the result of the function is:
{:error, %{"errors" => [], "id" => "0013600001WHtN8AAL", "success" => true, "warnings" => []}}
shouldn't this be {:ok, ...}?
{:ok, ...}
/cc @epinault
I am using
and the salesforce operation seems to be successful, but the result of the function is:
shouldn't this be
{:ok, ...}
?/cc @epinault