Error message: Syntax error at position 22 in 'msdyn_name eq CA-90028'.
Script:
if (formContext.getAttribute("shipto_postalcode").getValue() && formContext.getAttribute("shipto_stateorprovince").getValue()) {
var taxGroupName = formContext.getAttribute("shipto_stateorprovince").getValue() + "-" + formContext.getAttribute("shipto_postalcode").getValue();
alert(taxGroupName);
Xrm.WebApi.retrieveMultipleRecords("msdyn_taxgroup", "?$select=msdyn_name&$filter=msdyn_name eq " + taxGroupName).then(or am I making some simpler syntax error?
TIA







