sushicodeur

Results 2 comments of sushicodeur

It looks like it's a bug in the code generation of the query, the following code is working fine against Salesforce : ```js sfConn.sobject('Account') .find('LastModifiedDate >= '+new Date().toISOString()) .execute(async function(err,...

Well, that's true, I can use the user that is defined in my alias, thanks for your reply. In fact I'm used to connect just by specifying the alias name,...