Austin Turner
Austin Turner
@SocketSecurity ignore npm/@prisma/[email protected]
@anengineerdude - Sorry for the slow reply, I missed this message somehow. I am unable to reproduce this issue - is there any additional information you can provide? I tried...
@dagamier - thanks you for the ticket. Salesforce doesn't provide great tools to be able to achieve this without downloading all the metadata in the org and inspect it, which...
@dependabot rebase
@barnzey50 - I am having a difficult time trying to reproduce, I am getting the correct results. 1. Do you know if the fields in your google sheet are stored...
I did some digging on what this would take and it looks like the created/modified fields are not available on the query being used to fetch all fields regardless of...
Here is a reproduction where you can run it and observe the bug https://stackblitz.com/edit/stackblitz-starters-ip4fwd?file=index.js Same configuration as above, and `res` is logged out no matter what `quietResLogger` is set to....
Shameless plug :D I maintain a SOQL parsing/composing library that supports this - it isn't quite the same builder pattern as JSForce but it supports all SOQL features - https://github.com/jetstreamapp/soql-parser-js
@techieshark - This is more of a javascript question versus a JSForce question. (I recommend using promises versus callbacks - but this is just preference, should not have any feature...
I am the author of a library, https://github.com/jetstreamapp/soql-parser-js, which is built for both parsing and creating soql queries programmatically, which I built for use in [Jetstream](https://getjetstream.app/). You can refer to...