Mi contenido
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Comentarios
-
Thank you for sharing this formula, @Hormese Paul!😊
-
Hi @User_75YL8 Thank you for initiating this thread! Please allow our Gurus who specialize in this area to check on this. Other users are also welcome to join in and share their insights!
-
Hi @User_EVVPG Thank you for initiating this thread! Please give our Gurus who are experts in this subject a chance to look into it. While you wait, you might also want to read the articles below from SuiteAnswers. Item Demand Plan Import Importing Demand Planning Data for Items Other users are also welcome to join in and…
-
Hi @User_MWO46 It's possible to delete a folder that has both files and subfolders or an empty folder. However, if the folder has a file attached to a record, then deleting it won't be successful. Instead, a pop-up alert will appear, indicating that you need to remove the file from the record first before proceeding with…
-
Hello User_HPB3I, I would like to ask what browser he is using. Is he using incognito mode? Does he regularly delete the browser's history and cache?
-
Hi @perkopolis Thank you for initiating this thread! Please allow our Gurus who specialize in this area to check on this. Other users are also welcome to join in and share their insights!
-
Hi @User_J86JK Thank you for initiating this thread! Please allow our Gurus who specialize in this area to check on this. Other users are also welcome to join in and share their insights!
-
Hi @kmd_14170 Thank you for initiating this thread! Please allow our Gurus who specialize in this area to check on this. Other users are also welcome to join in and share their insights!
-
Thank you for your insight, @GauravAgrawal. 😊 Hi @Craig_Verde, the feature you are requesting is not available as standard functionality in NetSuite. This is currently logged as an enhancement under #77613. Please vote for the enhancement at SuiteIdeas and you may want to try what Gaurav has suggested. Let us know if you…
-
Can you please confirm if the Campaign Event status is Sent? If so, please check the setup below. What is the Global Subscription Status of the group? Navigate to Lists > Relationships > Group Edit the Dynamic Group Click Members subtab Take Note of the Members Global Subscription Status Ensure the Contacts Global…
-
Hi @cmccann@CMC_CC Thank you for initiating this thread! Please allow our Gurus who specialize in this area to check on this. Other users are also welcome to join in and share their insights!
-
Hi @User_5OUXV I would like to follow up on this thread. Please let us know if you need further assistance. If there's none, kindly click "Yes" on "Did this answer the question?" if you find the reply on your thread helpful. This will aid the others with the same question to easily find the correct answer. You will also…
-
Hi @SK.o I would like to follow up on this thread. Please let us know if you need further assistance.
-
Hi @kees.netsuiteadmin I would like to follow up on this thread. Please let us know if you need further assistance. If there's none, kindly click "Yes" on "Did this answer the question?" if you find the reply on your thread helpful. This will aid the others with the same question to easily find the correct answer. You will…
-
Hi @User_66058, I would like to follow up on this thread. Please let us know if you need further assistance.
-
Hi @User_5OUXV In your Customer Saved Search, I suggest adding this formula to indicate the following: 1 = Open 0 = for other status The expected results are: The 04 Company has a task, but it is not open. FT Company has one open task. One Company has three tasks with only one open status. One Customer has three tasks but…
-
Hi @SK.o Have you tried something like ${transaction.createdfrom.custbody_opportunity?substring(12)}? Below are examples that worked per my testing. Sample 1: ${transaction.discounttotal?substring(0,0)} Sample 2: Discount: ${transaction.discounttotal?substring(0,transaction.discounttotal?index_of(".")+0)} I hope this helps.
-
Hi @kees.netsuiteadmin Check for restrictions in the following records: 1. Custom Role's Restrictions Employee Restrictions Restrictions tab 2. Employee Record > Access Tab > Global Permissions Also, try using a different browser or deleting the browser's cache. Let us know how it goes. Thank you.
-
Hi @User_66058, Who created the marketing campaign, and how was it created in NetSuite? I suggest carefully following the steps in SuiteAnswers how to create an email marketing campaign, set the target group, status and other fields correctly.
-
Hello @User_5OUXV, I would like to follow up on this thread. Please let us know if you need further assistance. If there's none, kindly click "Yes" on "Did this answer the question?" if you find the reply on your thread helpful. This will aid the others with the same question to easily find the correct answer. You will…
-
Hi Ted, I would like to follow up on this thread. Please let us know if you need further assistance. If there's none, kindly click "Yes" on "Did this answer the question?" if you find the reply on your thread helpful. This will aid the others with the same question to easily find the correct answer. You will also earn…
-
Hi @NitinEOH I would like to follow up on this thread. Please let us know if you need further assistance. If there's none, kindly click "Yes" on "Did this answer the question?" if you find the reply on your thread helpful. This will aid the others with the same question to easily find the correct answer. You will also earn…
-
Hola Fernando, Me gustaría hacer un seguimiento de este hilo. Por favor, infórmenos si necesita más ayuda. Si el comentario anterior le ayudó en su preocupación, por favor haga clic en "Sí" en "¿Respondió esto a la pregunta?". Esto ayudará a otras personas con la misma pregunta a encontrar fácilmente la respuesta correcta.…
-
Hi @Nickey I would like to follow up on this thread. Please let us know if you need further assistance. If there's none, kindly click "Yes" on "Did this answer the question?" if you find the reply on your thread helpful. This will aid the others with the same question to easily find the correct answer. You will also earn…
-
Hi User_JJC0O, Can you please confirm if there any custom fields on the record?
-
Hi @kees.netsuiteadmin Great, thank you for starting this thread! I will investigate further to determine if it's possible to customize this type of email.
-
Hi @RobSpector Thank you for initiating this thread! Please allow our Gurus who specialize in this area to check on this search. Other users are also welcome to comment and share their insights!
-
Hi @Nine-Oracle Thank you for initiating this thread! Please allow our Gurus who specialize in this area to check on this. Other users are also welcome to join in and share their insights!
-
Hi Ted, The Employee Center Roles can use the File Drag & Drop feature, however, this will depend on the record if the role has at least an Edit Access Level. Since the Employee Center Role is very limited and has predefined permissions, this role does not have access to the record itself. But if other records, such as…
-
Hello @User_5OUXV, In your Customer Saved Search, add a Formula (Text) field with the formula NS_CONCAT(CASE WHEN {task.status}= 'Open' THEN 1 ELSE 0 END). If the return is 1, then the task status is Open and the rest is 0. From there you can sort out which customers do not have open tasks. Search: Expected result: I hope…