My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Comments
-
Hello, Were you able to check this? Thank you.
-
We encourage community members to join the discussion and share their insights to help @Kevenale . Your experiences and expertise can provide valuable perspectives and contribute to a more informative and collaborative conversation. If you're new to NetSuite, be sure to explore the New to NetSuite category. It’s a great…
-
Hello, You may contact the Contact NetSuite Training regarding your concern. To our community members, does anyone have any information about upcoming CPE opportunities through live virtual webinars? Your insights would be greatly appreciated. Thank you!
-
Hello, You may check it in the https://www.netsuite.com/portal/company/events/learning-lab.shtml page. Thank you.
-
Thank you for sharing, @Angeline Domingo-Oracle 🎉
-
Hello, Were you able to check this? Thank you
-
Hello, Community Members! Does anyone here use a MacBook and use an application other than Microsoft Excel to open Excel files? Any insights or recommendations you can provide would be highly appreciated. Thank you!
-
As per documentation, Keep Available Without Login if customers must access the Suitelet externally. See Setting Available Without Login Use url.resolveScript() to generate the external link. See url.resolveScript(options) I don't see any documentation or examples that specifically use customer.entityid as a parameter in…
-
Hello, You may contact the Contact NetSuite Certification Team to confirm whether there are any vouchers available for the New Release Quiz. Thank you.
-
Hello, You may check this discussion where to contact regarding the annual certification. Thank you.
-
Hello, Have you had a chance to review this response? Thank you!
-
Hi! Have you had a chance to review the reply we sent? Thank you!
-
みなさん、時間です! 正しい解答とその説明については、次の詳細を参照してください。 正解:False(誤り) 説明 RANK() 関数は、同じ値を持つ行に同じ順位を割り当てますが、同順位がある場合は、その後の順位番号を飛ばします。たとえば、2 行が 2 位で同順位の場合、次の行には 4 位が割り当てられます。 一方、DENSE_RANK() 関数も、同じ値を持つ行に同じ順位を割り当てますが、順位番号は飛ばしません。同じ例では、2 行が 2 位で同順位の場合、次の行には 3 位が割り当てられます。 例 Value RANK() DENSE_RANK() 100 1 1 90 2 2 90 2 2 80 4 3…
-
Time's up, everyone! Kindly see details below for the correct answer and its explanation: Correct Answer: False Explanation: The RANK() function assigns the same rank to rows with equal values, but it skips subsequent rank numbers after ties. For example, if two rows are tied for rank 2, the next row receives rank 4. The…
-
Hello, There may be a potential risk because potential risk because the Suitelet is Available Without Login, meaning it can be accessed without a NetSuite session. External Suitelet URLs should be generated using url.resolveScript() rather than hard-coded, and the Suitelet should perform its own validation instead of…
-
Thank you for the additional information. Has anyone encountered a similar requirement and found an alternative way to retrieve the tax code on an item without using a custom field? Any insights or recommendations you can share would be greatly appreciated. Thank you!
-
We encourage community members to join the discussion and share their insights to help @User_S6FVQ . Your experiences and expertise can provide valuable perspectives and contribute to a more informative and collaborative conversation. If you're new to NetSuite, be sure to explore the New to NetSuite category. It’s a great…
-
We encourage community members to join the discussion and share their insights to help @ksage . Your experiences and expertise can provide valuable perspectives and contribute to a more informative and collaborative conversation. If you're new to NetSuite, be sure to explore the New to NetSuite category. It’s a great place…
-
Thank you for sharing, @Valerie Paz-Oracle 🎉
-
Hello, Based on the information you have shared, it appears that Web Ninja is only retrieving tax codes from NetSuite and not tax schedules. There are enhancement requests related to exposing Tax Schedules: Enhancement 178085 – SuiteScript: Expose Tax Schedule records for scripting. Enhancement 217321 – SuiteTalk/Web…
-
Hello, Were you able to check this? if you find the previous reply to your question useful, others might be as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a similar concern find the answer easier and you will also get closer to…
-
Hello, I wanted to provide documentation from the Help Center or SuiteAnswers, but unfortunately I couldn't find any relevant resources there. As an alternative, I searched external sources and found the following documentation, which may be helpful: NetSuite Integration Playbook. Thank you.
-
We encourage community members to join the discussion and share their insights to help @User_N2L2G. Your experiences and expertise can provide valuable perspectives and contribute to a more informative and collaborative conversation. If you're new to NetSuite, be sure to explore the New to NetSuite category. It’s a great…
-
Hello, As per our coordination, if you are referring to the MCP Standard Tools SuiteApp, you can connect multiple NetSuite accounts by using the SuiteApp Application ID in the URL when setting up a Custom Connector. Use the following URL format:…
-
We encourage community members to join the discussion and share their insights to help @Ankit Rawat. Your experiences and expertise can provide valuable perspectives and contribute to a more informative and collaborative conversation. If you're new to NetSuite, be sure to explore the New to NetSuite category. It’s a great…
-
Hello, Upon coordination, they mentioned that you can connect as many NetSuite accounts as you want by selecting the Custom Connector option. Thank you.
-
Hello, Were you able to check this? Once the support identify the root cause, I would appreciate if you can share your results here in our community. Thank you.
-
Hello, Based on the behavior you have described, the feed generation process appears to not be paging through the complete search result set. After you have verified that no feed filters or configuration limits are responsible, it is recommended to file a case with NetSuite Customer Support, as they will need to…
-
Hello, We have coordinated this internally and received the following update: The SuiteScript 2.1 update banner will be removed for now. However, the long-term expectation is that script versions earlier than SuiteScript 2.1 will eventually be deprecated. The timeline for this change has not yet been announced and will be…
-
Time's up, everyone! Kindly see details below for the correct answer and its explanation: Answer: False Explanation: The Password custom field type in NetSuite is used to collect and store sensitive, masked input values, such as authentication keys or access codes. When users enter data in a Password field, the characters…