Mi contenido
Comentarios
-
Hi, 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.
-
Hi, I would like to check if you're still unable to use the contact here: https://suiteanswers.custhelp.com/app/contact If so, may I kindly ask you to review this link as well: https://suiteanswers.custhelp.com/app/ask Additionally, you might find this article helpful: When to Contact the Support team Thank you!
-
Hi, Thank you for providing this information. Could you please clarify the value of the two variables in the original script, based on the log you have provided? While I would love to assist further, I believe it would be best to advise creating a customer support case so the team can review your concern thoroughly. Since…
-
Hello, Upon reviewing the note in the article, it states that For client scripts, the string returned is based on the user’s system time. For server scripts, the string returned is based on the current time in the Pacific Time Zone. Daylight Savings Time does apply. If the note does not address your concern, I would…
-
Hi, Thank you for additional information, @Able Wilson @Tafara @John Griffin @CDuf @Tiru Chembeti @JohnCirocco @Brian Stisser and other members in the community, do you have any advise on this? Thank you!
-
Hello, Thank you for the helpful information. Upon further review using the SuiteScript Records Browser, I discovered that the "catalogtype" field is a select type, which allows selecting a value from a list of predefined options. For instance, setting the entity value, which is also a select type, would be done as…
-
Yes, based on the attached cases, it remains a pending enhancement. If you are unable to locate it, I kindly suggest creating a support case so they can associate your case with the existing enhancement request.
-
Hi @kariingvaldson , I would like confirm if are you using scripting when sending emails for this concern?
-
Hi, upon checking, it remains a pending Enhancement request. Thank you!
-
Hello, Upon review, I found there is an existing Enhancement Request for this: 567716 Ability for Vendor Prepayment and Vendor Prepayment Application to be exposed to SOAP You may vote for this enhancement on the SuiteIdeas page. For guidance, please refer to Article 10054: Voting for Enhancements Apologize for any…
-
Hi, Were you able to check this? Thank you!
-
Hi, 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!
-
Hi, Once the support identify the root cause, I would appreciate if you can share your results here in our community. Thank you!
-
Hi, Have you considered creating a support case? The support team has tools to check the backend logs, which can help identify the cause of the com.netledger.common.exceptions.NLUserError: An unexpected SuiteScript error has occurred erroren suite cloud plus upgrade causing issue Comentario por Richard James Uri-Oracle Jan 9, 2025 1:52AM
-
Hi, Here are the SuiteAnswers articles that provide various examples of using the DATETIMETZ format format.Type serverWidget.FieldType SuiteScript > How to set a date/time field based on the company time zone setting. Add Months to a Date Field Using SuiteScript Please let us know if these address your concern. Thank you!
-
Hi, Are you still encountering the error? If so, could you please share a screenshot so we can further investigate and visualize the concern? Thank you!
-
Hello, As a workaround, you can create a User Event script to resubmit the record, which will trigger the Custom GL Lines Plug-In script. Additionally, you may refer to the sample provided in the SuiteAsnwer Article Update record field ID via Custom GL Lines Plug-In on record create
-
Hi, Thank you for providing this additional information. Upon reviewing my secondary investigation, I would like to confirm if you are targeting the Subscription Line record. According to the article, this record is not fully scriptable, and actions such as create and delete are not supported. If that is not the case,…
-
Hi, Could you please update the twentyThreeAvg formula to the following code? CASE WHEN {trandate} BETWEEN TO_DATE('8/1/2023', 'MM/DD/YYYY') AND TO_DATE('8/1/2024', 'MM/DD/YYYY') THEN {quantity} ELSE 0 END / COUNT(DISTINCT TRUNC({trandate}, 'MONTH')) Kindly let me know the outcome of this change at your convenience. Thank…
-
Hi, Were you able to check this? Thank you!
-
Hi, Could you kindly share the reference where you found the differences of the outcome? This would help me analyze your script further. Thank you!
-
Hi, What would happen if you used line 93 instead of lines 94-97? I have reviewed the relevant documentation regarding Access Sublists and a Subrecord from a Record, and it only references line 93.
-
Hello @Able Wilson @Tafara @John Griffin @CDuf @Tiru Chembeti @JohnCirocco @Brian Stisser and other members in the community, in case you might had the same need and happen to know of solution to this? Any insights you can provide would be highly appreciated.
-
Hi, Were you able to check this? Thank you!
-
Hi, We would like to confirm if you have HR or Payroll in the account? Thank you!
-
Could you please share a UI screenshot of the error you are encountering? Thank you!
-
Hi, Were you able to check this? Thank you!en 8x8 Work integration for NetSuite 3.1 Comentario por Richard James Uri-Oracle Jan 4, 2025 12:33AM
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hi, Upon checking articles, Memorized transaction definitions are supported in client and server SuiteScript. Additionally, Memorized transaction definitions support only the Read, Update, Delete, and Search functions. Note : Automatically-created transactions do not support server scripting. For more details, check…