Mi contenido
Comentarios
-
Hi, Were you able to check this? Thank you!
-
Hello, Could you kindly review the permission lists in both the working and non-working roles for your script? Identify any differences and inform us of the findings from your analysis. Thank you.
-
Hi, Once the support identify the root cause, I would appreciate if you can share your results here in our community. Additionally, let us know if you need further assistance. Thank you!
-
Thank you for your reply. As mentioned on the previous reply, according to the SCM Team, achieving this through standard templates included in the bundle is not feasible. Apologies for the inconvenience that are causing you.
-
Hi, To generate a Vendor record along with its address, here is an example API. In SOAP Web Services, see SuiteAnswers Article 11018 Vendor and for details, see the SOAP Schema Browser’s vendor reference page. Here's the sample SOAP Vendor Request <soapenv:Body> <add xsi:type='platformMsgs:AddRequest'> <record…
-
Greetings Community! We're reaching out to inquire if anyone in our community has experience with ConnectPOS. We'd like to extend our assistance to @Martha Hakes in the implementation process. Thank you!
-
Hi, Thank you for your fast reply. Since you're utilizing a script with CSS, I'd like to confirm whether the script is sourced from the SuiteApp bundle. This clarification is essential, as per the information from the SCM Team, achieving this through standard templates included in the bundle is not feasible. If the script…
-
Hello, To retrieve associated tax fields such as tax code in REST Web Services, it is necessary to activate SuiteTax.
-
Hi, Please check this SuiteAsnwer Article in removing lines, 45394 Record.removeLine(options) Thank you!
-
Hi, Have you tried including "SuiteScript" and "Customs" in the Permissions AP Role?
-
Hi Would like to confirm if you are using script in printing the work order traveler? Thank you!
-
Hello, I attempted to add the "newRecord" line, and no errors were encountered. Would you like to give it a try as well? Thank you.
-
Hi, If the memo field originates from the Amortization Schedule, it's important to note that server SuiteScript allows scripting for records, whereas user events are not supported in this context. See 36720 Amortization Schedule and SuiteScript Records Browser for all internal IDs associated with this record. However, memo…
-
If you're incorporating SOAP Web Services for integration within NetSuite. yes.
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!en Rest Api parameter issue in string C# Comentario por Richard James Uri-Oracle Jan 24, 2024 9:20AM
-
Hi, Apologies on the late response. Is the tax code sublist field present in the standard form of the NetSuite UI? If so, you must activate SuiteTax to facilitate its integration with REST Web Services. Thank you!
-
Hi, You can definitely pull up saved searches in SOAP Web Services. Kindly check this SuiteAnswers Article for more details, 10726 Advanced Searches in SOAP Web Services Thank you!
-
Hi, Please review the SuiteAnswer article for additional information on Revenue Recognition in SOAP Web Services. See 18983 Integration Revenue Recognition Schedule To examine the exposed fields in SOAP Web Services, refer to the SOAP Schema Browser’s revenue recognition schedule. Feel free to share your thoughts on this.…
-
Hi, You can check this SuiteAnswer Article as your guide in creating Invoices from Sales Order. See 78180 Web Services > Transform Sales Order Record Into Invoice Record Thank you!
-
What form are you using in Sales Order UI? Is it a Custom form? If so, please designate the Custom Form as the Preferred Form. Let us know the results. Thank you!
-
If you are using Tax related fields or Taxation, then you need to use SuiteTax features. Could you try to add Sales Order without Taxation to further check on lates concern?
-
Could please take a screenshot where it is not working for us to check if this is within the support scope? Thank you!en Rest Api parameter issue in string C# Comentario por Richard James Uri-Oracle Jan 22, 2024 6:58PM
-
Did you enable SuiteTax to integrate it with REST Web Services? See Note in REST Web Services Supported Records. Thank you!
-
It's great that the issue has been resolved. Thank you!
-
Hi, According to SuiteAnswer Article, the root cause of the error you have encountered is Transaction type specified is incorrect. See 11613 Error Status Codes. Kindly check if you have the correct transaction type in your SOAP Response. Thank you!
-
Hello, I recommend creating a support case for them to examine the backend logs, as timeout errors often indicate a potential defect. Let us know if you need further assistance on this, Thank you.
-
Hi, Have you check this SuiteAnswers Article, 87132 Record Collection Filtering? Let me know if this will meet your concern. Thank you.
-
Hello, Can you provide more clarification? Are you indicating the presence of 10 client scripts in a single record? Upon review, there are several defects related to load timeout errors. Was this functioning properly previously? Thank you!
-
Hi, Could you please try this code snippet for setting tax code. "item": { "items": [ { "item": { "id": 1, "taxcode" : { "id": 1 } } } ] } Let us know the results Thank you.
-
Hi, Thank you for clarifying. Given that the custom line field and cost estimate type are accessible in SuiteScript, it is indeed possible to modify them using SuiteScript. With this, we recommend that you consult your technical requirements with your in-house developer or you may avail the services of our Professional…