My Stuff
Comments
-
Thank you very much.
-
Yes, I'll create a support case, thank you.
-
Thank you for information.
-
@Jeremy Guimaras -Oracle Could you, please, give me a link to "Enhancement # 451210"?
-
Thank you. Yes, I tried to use User:email, but as you said above, this is not that droid field I need. Thank you for info and advises.
-
Hello, Thank you for answers. As I found out, "taxitem" field is now read only, when SuiteTax engine is enabled and this is the cause. Am I right?
-
Thank you for clarification. So, I need another NetSuite account environment, with SuiteTax for developer purposes where I will be able to create vendor saved searches for customer's SuiteTax accounts. Is it correct?
-
Hi, Yes, thank you, I know about it. Also SOAP structure 2023.2, VendorSearchBasic contains both "vatregnumber" and "defaulttaxeg". The question is about saved searches only. Imagine, we have one NetSuite account env. without SuiteTax. We use it as developer's environment. We edit our bundle in this env. The bundle…
-
I'm not sure that I understood correctly. In each environment there are at least several vendors, in SuiteTax and in non-SuiteTax. the problem is that when I edit search in NetSuite UI, I don't see "Default Tax Reg" field, because it is not necessary in non-SuiteTax account and it is visible only in SuitTax account. So,…
-
Hello, I use "add" after "initialize", because approach 1 "Use this approach when you want a vendor bill to contain all of the line items from linked purchase orders. ". If I use only add, I will not have opportunity to use only certain items from PO and adjust my vendor bill.
-
Thank you for explanation.
-
Thank you, it's useful info.
-
Thank you, I've checked it on US account and it works fine via SOAP webservice.
-
Hello Richard. Sorry for delay, yes I saw this article and tried both approaches, with and without initialize procedure. As I understood we should not call initialize during update procedure, but in case of non-init some fields are not filled in properly and I cannot find them among hundreds. The best way I've found is:…
-
May be the best way for update in case of PO vendor bill is deletion and creating new vendor bill?
-
Hi Richard, There is no need in the meeting. We find out why it didn't work. In SOAP web service interface I missed those special type of fields - "Specified". For example: vendorBill.taxDetailsOverride = true; vendorBill.taxDetailsOverrideSpecified = true; and the same for several inner fields in the tax details row. Now…
-
Unfortunately, support team could not help. It will be great to arrange meeting via messenger that can share screen.
-
Thank you.
-
Hi Richard, Thank you for help, yes, I need assistance to file a case to NetSuite support.
-
Hi Richard, Yes, I tried it. But SOAP webservice returns [USER_ERROR] Please enter value(s) for: Tax Details Reference, Tax Type, Tax Code, Tax Basis, Tax Rate, Tax Amount (ERROR) What I do (I use C# web service Update procedure for already created (Add procedure) vendor bill) : I've created a vendor bill with 1 line, via…
-
Hi Richard. Yes, when I try to set "taxDetailsOverride = true" via SOAP C# webservice, I do not get an error, but the check box stays empty. The error [USER_ERROR] Please enter value(s) for: Tax Details Reference, Tax Type, Tax Code, Tax Basis, Tax Rate, Tax Amount (ERROR) occurs only when I try to fill tax details line,…
-
Yes, of course I need assistance, please. I need answer to my question: The error occurs only when I try to import vendor bill via SOAP webservice into NetSuite account with SuiteTax Engine installed. I can import vendor bill via SOAP web service with 1 line of items, for instance. It works well. I can use tax details…
-
Hi, I've checked about permissions for tax details. All permissions connected to taxes are enable in my role, but I have the same error: [USER_ERROR] Please enter value(s) for: Tax Details Reference, Tax Type, Tax Code, Tax Basis, Tax Rate, Tax Amount (ERROR) Content of the error tell us that auth. and rights are OK, but…
-
Thank you Richard. I use the same user in UI and for SOAP API (token was generated under that user). But I will check about roles, may be some nuance is here, thank you.
-
May be tax details overriding is not supported by NetSuite SOAP web service?
-
Hi Richard. Unfortunately that topic it's another thing. My error occurs only when I try to import vendor bill via SOAP webservice into NetSuite account with SuiteTax Engine installed. Tax Details is connected with SuiteTax feature and I cannot find any documentation about "how to fill tax details correctly in case of tax…