Aditya Naag
Aditya Naag
Hi @Sourabh42 - The `defaultValues` is just a JavaScript object with field names as keys, and field values as values. So you should be able to dynamically create or modify...
Hi @pavanbhat1999 I tried to reproduce the error, but I couldn't - I tried in both a dev org and a pre-release org, and default values for multi-select picklists worked...
Thanks, @pavanbhat1999 - I've reached out to the concerned team internally, and am waiting for a response. Will keep you posted.
As of today, there is no exact replacement for `getListUi`. `getListInfoByName` only returns the list view's information/metadata, but doesn't return the records. As Satya mentioned, we will add a comment...
@pavanbhat1999 Apologies for the delay. I have escalated this internally and should hear a response soon.
Hey @JeroenSfdc - Yep, it looks like v6 isn't working with LWS. However, starting Summer '23 (forward-looking), we're rolling out the ability to import and use 3rd party web components...
Hey @david-thomas-acn and @JeroenSfdc I have taken a deeper look into Full Calendar v6, and I was able to make the JS file work with LWS. Here are my observations...
Yep, but we could always pull the CSS from the v6 JS file itself (a little cumbersome to go through the file and pull out the CSS code, but it...