Pratik Sathaye
Pratik Sathaye
Thank you for quick reply @paustint , I am using latest token and I have enabled `logLevel` to `DEBUG` as you suggested. Here are the logs I received on console...
Okay @paustint , I have tried using different method for querying like ``` const response = await conn.sobject('Account') .find({ Name: { $like: `%${name}%` } }, 'Id, Name') .include('Opportunities').select('Id, Name, CreatedDate,...
Please correct me if I am wrong. In chart.js documentation, https://www.chartjs.org/docs/latest/developers/updates.html It is mentioned that prior to v2.6 we need to use **chart.config.data** and **chart.config.options** to update data and options...
Thank you @aomran