How to change the type of of “code” field in gift certificate that it can accept values (letters, digits) and other values like “-” etc?
I create sales orders which contain gift certificates as items in SuiteScript. I set the value for the gift code as”HAW-HAw” but NetSuite gives me this error.
“name”:”INVALID_GIFT_CERT_CODE”,”message”:”Gift certificate code must contain only letters and digits
So I want to change the gift certificate code so that it can accept values also other than letters and digits.