You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this useful gem! I have tried to query to check if customer is existed in QBO or not.
@customer_service.query("Select id From Customer where DisplayName = '#{display_name}'")
But I got errors back when name of customer is in other language different from English i.e: display_name = "珊珊 李". I wonder if there are any way to fix with that.
I am appreciated with your help.
The text was updated successfully, but these errors were encountered:
Give #362 a look. It's got quotes from my support request to Intuit. They seem to say they don't support those queries which I found very disappointing. You might want to reach out to them as well.
Hi,
Thanks for this useful gem! I have tried to query to check if customer is existed in QBO or not.
@customer_service.query("Select id From Customer where DisplayName = '#{display_name}'")
But I got errors back when name of customer is in other language different from English i.e:
display_name = "珊珊 李"
. I wonder if there are any way to fix with that.I am appreciated with your help.
The text was updated successfully, but these errors were encountered: