John Paul

Results 6 comments of John Paul

This issue was fixed by pull request #273. Thanks to 19z. Looks like this repo is no longer maintained, so you can find the fork [here](https://github.com/19z/qrcodejs-fixUTF8).

Nice work. This also fixes an overflow issue when using emojis. `qrcode.makeCode("🖤🌹");`

Quite late here, but I am replying in case anyone else has the same question. The package includes an invocable method which you can call from Apex or Flow. Here...

Hey @Kerstin-Eigenherd, RelatedToId does not link to an individual contact, lead, or user. According to Salesforce, it represents "[nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_emailmessage.htm)." It...

This issue is probably caused by Excel adding hidden characters to the CSV file, such as the UTF byte order mark (BOM). In the [CSVFileUtil](https://github.com/forcedotcom/CustomMetadataLoader/blob/master/custom_md_loader/classes/CSVFileUtil.cls) Apex class, replacing line 17...

@rogreil #51 is separate, and was recently shipped. GitHub Enterprise Cloud is now supported, whereas on-prem servers are not (yet).