RForcecom
RForcecom copied to clipboard
Encoding issue with rforcecom.create() in shinyapp
Hello,
I'm having some issues with encoding when I use rforcecom.create()
inside a shiny app.
When I use rforcecom.create()
directly in the console, accents are transmitted in Salesforce as expected.
However, this is not the case in my shiny app ("é" becomes "é" for example).
I'm filling parameters of this function with textInput()
inside a modalDialog()
.
Do you know what may be the cause ?
Thanks in advance (and thank you for this package).