Posts

Showing posts with the label targetConfig

Salesforce Fact #587 | Pass comma in LWC targetConfig datasource

Image
Similar to passing &, if we need to pass comma(,) in LWC targetConfig datasource as part of text, we need to escape it as '‚'. Attached are the screenshots.  

Salesforce Fact #586 | Pass & in LWC targetConfig datasource

Image
If we try to pass & in LWC targetConfig datasource, we encounter error. So in order to pass the exact value, we need to escape it as '&'. Attached are the screenshots.