Minha área
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comentários
-
O tempo está acontecendo, pessoal! Veja os detalhes abaixo para obter a resposta correta e sua explicação: Resposta Correta: Falso Explicação: De acordo com o ID do SuiteAnswers: 108959 Promoções de envio, você não pode oferecer uma taxa fixa ou desconto percentual no frete. Os clientes são elegíveis para frete grátis…
-
¡Se acabó el tiempo! La respuesta correcta y su explicación figuran a continuación: Respuesta correcta: Falso Explicación: De acuerdo con la SuiteAnswers ID: 108959 Shipping Promotions, no puede ofrecer una tarifa plana o un porcentaje de descuento en el envío. Los clientes son elegibles para envío gratuito cuando compran…
-
Time's up, everyone! Kindly see details below for the correct answer and its explanation: Correct Answer: False Explanation: As per SuiteAnswers ID: 108959 Shipping Promotions, you cannot offer a flat rate or percentage discount on shipping. Customers are eligible for free shipping when they buy a minimum number of a…
-
Hi @Maleeka, 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 @User_RG1MF, 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 @MTL_MIA, 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 @MTL_MIA, Please check solution #2 in this article and let us know if this helps.
-
Thank you for keeping this thread updated, @Brian Finlay. We're glad that the permission issue has been resolved
-
Hi @User_RG1MF, Try using the formula below to filter the reopened cases on weekends. CASE WHEN TO_CHAR({lastmodifieddate},'D') not between 2 and 6 THEN 'T' END I hope this helps.
-
Thank you for keeping us updated. Regarding the reCaptcha, there is an existing enhancement request related to it, logged under Enhancement #137220. I suggest taking a moment to visit SuiteIdeas and vote for this request.
-
Hi @Gert Van Damme, It could be due to a workflow or script. Since you mentioned the script, have you checked if it includes setting the user's class when creating a transaction?
-
Hi @Brian Finlay, Have you checked the actual custom records to see if the roles are restricted?
-
Hi @nugkent, Just checking if you were able to see previous comment. We'd appreciate if you can provide us the information for us to be able to check on this further. Thank you.
-
Hi @HSL Gabe, 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 @IAMRAM-Oracle, 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 @User_BSDSP, 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 User_2LD8N, It is a limitation for filters. Listed below are the limitations for filters displayed in the filter region. If you add a date filter that has already been set on the Criteria tab and select the Show in Filter Region option for this field, the field in the filter region will inherit the date settings…
-
Hi @Maleeka, What is your base role? Are you trying to compare it from an administrator role?
-
Hi @nugkent, There are no other known issues reported related to this, aside from this thread. Were there any recent changes to the case form apart from the 2024.2 update? When testing, did the case fail to create? Have you tried testing it on a different browser or device to rule out a caching issue?
-
Hi @HSL Gabe, Can you try using <input type="submit" value="Submit Form"> ? Let us know if there's any difference.
-
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.