プロフィール
コメント
-
Hi @Vismay Barot, Are you expecting to have a result like this? If so, set up your saved search with the following: Criteria: Results tab:
-
Hi @IAMRAM-Oracle, The default value of 24 hours is hard-coded into the following standard user access email templates: Customer Center Access Email Partner Center Access Email User Access Email If you change the default value in General Preferences, remember to update it in the user access email templates as well.
-
Congratulations on being our Top Contributor of the Month, @Tigran Shahnazaryan! We're so grateful for your impact on our community. Keep up the amazing work, and here's to many more achievements ahead! 🌟🎉
-
Hi @Aimone Seawright, A child view is simply a view nested within a parent record, following the correct behavior of the established hierarchy. This is why filtering the parent-child hierarchy within the same department requires specifying it in the criteria. I checked for existing enhancement requests but found none. I…
-
Hi @IAMRAM-Oracle, Self-service password reset using the 'Forgot Your Password?' link on the NetSuite UI: The link in the email expires after 60 minutes. Administrator-initiated password reset: Like using User Access Reset Tool - Similar to the initial password setup when the Customer record was created, the link expires…
-
Hi @User_BSDSP, Unfortunately, this isn't possible. NetSuite adheres to PCI Compliance standards. If a role does not have the 'View Unencrypted Credit Cards' or 'View Unencrypted ACH Account Numbers' permission, the maximum password duration allowed is 365 days.
-
Hi @ojn, I'd like to follow up on this thread. If you need further assistance, please feel free to ask. If your question has been resolved, kindly click 'Yes' on 'Did this answer the question?' for the reply that was most helpful. This helps others with similar questions find the correct answer more easily, and you'll also…
-
Hi @JBL, I would like to follow up on this thread. Please let us know if you need further assistance.
-
Hi @ojn, Try listing it first. See the tag below. <#list transaction.expense as CheckExpense> <p>${CheckExpense.memo}</p> <p>${CheckExpense.amount}</p> </#list> Transaction Record: Email Template and Sample Output: I hope this helps.
-
Hi @User_HCU4O, Could you please confirm if the Sales Force Automation feature is enabled by navigating to Setup > Company > Enable Features?
-
Hi @JBL, The tag ${preferences.MESSAGE_SIGNATURE} works for me. Could you share the steps you followed when testing it? Here's a discussion related to signatures that you might find helpful. Add signature to Advanced PDF template How to include signature in outbound case messages? Thank you.
-
Hi @polivo33, I'd like to follow up on this thread. If you need further assistance, please feel free to ask. If your question has been resolved, kindly click 'Yes' on 'Did this answer the question?' for the reply that was most helpful. This helps others with similar questions find the correct answer more easily, and you'll…
-
Hi @gbradley, I'm considering using a workflow to accomplish this. However, it's currently logged under enhancement 186715 Workflow > Workflow State > New Action > Create Record > Make User Notes available. I recommend visiting SuiteIdeas to vote for this enhancement request. Be sure to add your note—it's important to be…
-
Hi @polivo33, Thank you for confirming. Does the user try to forget her/his password? Resetting a user's password using the User Access Reset tool applies only to those logging in through the standard NetSuite UI (not using SAML/SSO). You should remove the SAML/SSO first on the role so the user can login via the standard…
-
Hi @polivo33, The Internal ID (-5) is assigned to the default (initial) Administrator of the user’s NetSuite account. Could you please confirm the following: Are you the administrator for both the production and sandbox accounts? Have you attempted to reset the user's password using the password reset tool? Are you using…
-
Hi @polivo33, It appears that you and the user have different roles assigned in each NetSuite account. You need an administrator role on the account that the user has access to. Please navigate to your profile and review all your roles to confirm the NetSuite accounts you have access to. You may need to ask the user or…
-
Hi @Vismay Barot, I'd like to follow up on this thread. If you need further assistance, please feel free to ask. If your question has been resolved, kindly click 'Yes' on 'Did this answer the question?' for the reply that was most helpful. This helps others with similar questions find the correct answer more easily, and…
-
Hi @Vismay Barot, I'd like to follow up on this thread. If you need further assistance, please feel free to ask. If your question has been resolved, kindly click 'Yes' on 'Did this answer the question?' for the reply that was most helpful. This helps others with similar questions find the correct answer more easily, and…
-
Hi @Vismay Barot, Please note that your quotas are set monthly. You are running a report that does not cover a full month. There is a related enhancement request for the ability to enter a weekly quota, which is listed under Enhancement #257442.
-
Hi @Vismay Barot, As per SuiteAnswers ID: 9701 Setting Up Sales Forecasting, NetSuite calculates your sales forecast as the sum of the following: Opportunities with no estimates attached or with estimates that are not set to be included in the forecast Estimates/Quotes set to be included in the forecast that have not been…
-
Hi @Richard Appleford OB, I'd like to follow up on this thread. If you need further assistance, please feel free to ask. If your question has been resolved, kindly click 'Yes' on 'Did this answer the question?' for the reply that was most helpful. This helps others with similar questions find the correct answer more…
-
Thank you for sharing this formula, @JohanvL! 😊
-
Hi @Bui Van Viet, I'd like to follow up on this thread. Please let us know if you need further assistance. If you do, kindly respond to the email I sent yesterday.
-
Hello @User_I4Z2V, The feature you are requesting is related to Enhancement #68693 Reports Results > Allow Custom Formatting (Column Widths, Font Type/Size on Columns/Report Header). Make sure to include your notes and specify the feature you are requesting at SuiteIdeas.
-
Hi @Richard Appleford OB, Thanks for the update. You need to create a field in the Opportunity record that links to your Custom Funding record. This Custom Opportunity field will allow you to include it in your Saved Search. See my sample test below. 1. Create Custom Record: Funding Record 2.Create Custom List Field:…
-
Hi @Bui Van Viet, Thank you for the screenshots provided. We are actively working on this issue, which is logged as defect #776901 Online Case Form > External Tab > Publishable URL > Submit > Items you have requested in the record have been deleted since you retrieved the form. For other members experiencing this error,…
-
Hi @User_FQ0VR , I'd like to follow up on this thread. If you need further assistance, please feel free to ask. If your question has been resolved, kindly click 'Yes' on 'Did this answer the question?' for the reply that was most helpful. This helps others with similar questions find the correct answer more easily, and…
-
Hi @Bui Van Viet, We would like to know the following: Are there any transactions included when you submit the form? Which specific field is causing the issue? Are you using a workflow on this record? If so, have you tried disabling it to isolate the problem?
-
Hi @Vismay Barot, As per checking, there isn't a separate search that directly pulls the numbers for estimates, unbilled orders, and actuals from the sales rep forecast record. It's not possible to combine these types of transactions into a single search due to their differing criteria. However, I agree with @Tigran…
-
Hi @Rebecca Carter Try using this formula Formula (Numeric): TO_DATE({today}) - TO_DATE({trandate}) Note: this formula displays the whole number of days rounded up (for example: the difference of 2.62 is rounded up to 3 days). I hope this helps.