Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
SFDCConnection conn = connectToSalesforce("SFDC_test");
logPrint("WARN", "Connected to SF: " + conn.instance_url + " - " + conn.access_token);

SFDCAccount acc;

acc = sfdcGetAccount(conn, "???????????account ID",  "v43.0");
logPrint("WARN", "Retrieved the account: " + acc);

...