Answer:
1. As a workaround, on your c# code instantiate NetSuiteService() object say nss.
- Use the Url method and concatenate your account number:
nss.Url = nss.Url + "?c=ACCT#"; //specify your account number.
2. The original error encountered when setting the encoding type to unicode is referring to a Routing Problem.
No comments:
Post a Comment