My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
Hello @H3NO5, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Thank you for the detailed explanation, Angela! Hello @Ivan Babiichuk, it is not possible to modify it via WF or Script. It is not an exposed field for modification. The list of scriptable fields can be found in the Records Browser. If you find this reply to your question useful, others might as well. By clicking the “Yes”…
-
Hi @Dale H, Were you able to check the comment from Ryanne?
-
Hello Sam, I'm sorry to hear that. Just let me know when you want to come back to this.
-
Hello @CDuf, Perhaps you can use scheduled scripts to run them periodically (if I understand your concern correctly). SuiteScript has N/query that can be used to run SuiteQL Queries. For more information, you can visit Using SuiteQL with the N/query Module in SuiteScript and SuiteQL in the N/query Module I hope this helps!…
-
Hi @Nickoletta Gounaris, Good day and thank you for posting this new thread! Hello everyone! Recognizing your expertise and knowledge, we kindly seek your support.
-
Hi @Dext3r, Were you able to get it to work with my suggestion above?
-
To add: When working in dynamic mode, get a sublist subrecord using the following methods: Record.selectLine(options) Record.hasCurrentSublistSubrecord(options) Record.getCurrentSublistSubrecord(options)
-
Hi @Dext3r, Under the Method Description of SuiteAnswers Record.getSublistSubrecord(options), this function only works on Standard Mode — see SuiteScript 2.x Standard and Dynamic Modes) I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer…
-
Hi @Alex.S-2016, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Nayeem Rahman Shaik, I consulted this with our SDF Team and they said that only suiteapps supports this functionality.
-
Hello @Dext3r, Glad to hear that you made some progress. If you need any assistance, please feel free to let us know. Thank you!
-
Hi @AhmedM, Just a quick follow-up to ensure you didn't overlook my earlier message. If there's anything more, please don't hesitate to inform us.
-
Glad to hear it is now working. I'll be sure to keep that in mind in case I encounter a similar issue. Thank you as well for letting us know about the resolution!
-
You can add another transition where the condition is when the Next Approver is not empty, then it will return to Pending Approval after the first approver clicks on the approve button. It would look like something like this:
-
Hello @Vernita, Just a quick follow-up to ensure you didn't overlook my earlier message. If there's anything more, please don't hesitate to inform us.
-
Hello @User_WUU4W, I'm touching base to confirm that you didn't miss my previous message. If you find yourself in need of further assistance, please don't hesitate to get in touch.
-
Hello @Able Wilson, The Ship To field can be replicated by using another custom field with the type Text Area or Long Text. However, the ability to add a new address record isn't available using this method. The alternative would be to create a custom address record. This would give you the ability to create new records.…
-
Hello @Vernita, What is the behavior on your end? Mine automatically populates based on the value I input in the script. I am thinking of the possibility that there might be other scripts conflicting with this one. If you have multiple client scripts deployed to this record, can you move the client script at the top? If…
-
Thank you for your contributions to the community, Angela!
-
Hi @User_K51C7, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_Q3A12, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Able Wilson, You can use a custom List/Record field to reference an existing address form record. It would look like this: I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the…
-
Hello @User_WUU4W, It is possible to use SuiteScript for Amortization Schedule records. Reference: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2023_2/script/record/amortizationschedule.html If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did…
-
Hello @User_ZCWF3, Posting this on Jervin's behalf: Thank you for providing these. Would you be able to check if the Workflow executed on the affected transaction? If yes, did the Action Script execute as well? Thanks!
-
Hello @Vernita, I had your exact script deployed on our test account and it works as expected on my end.
-
Hi @Rebecca Carter, Following up on this thread in case you missed the previous comments from Angela and Able.
-
Resposta: D A navegação Personalização > Formulários : Formulários popup não existe no NetSuite Fluxos de trabalho e Scripts de Cliente já são bem conhecidos para serem capazes de mostrar mensagens popup. A função alerta() executa diretamente por script do cliente mas não no script de evento do usuário. Devido a isso, pode…
-
Respuesta: D La ruta Personalización > Formularios > Formularios emergentes no existe en NetSuite. Se sabe que los flujos de trabajo y los scripts de cliente son capaces de mostrar mensajes emergentes. La función alert() se ejecuta directamente a través de la secuencia de comandos del cliente, pero no en la secuencia de…
-
Time's Up! Answer: D. Workflows and Client Scripts are already well-known to be capable of showing popup messages. The alert() function runs directly via client script but not on user event script. Despite this, it can still be achieved with the help of some workarounds. However, the navigation Customization > Forms >…