...
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); |
...