Discussions
Share with colleagues and friends who could benefit from our webinars too!
In observance of Public Holidays and Oracle Mandatory Year-End break, our NetSuite Support Guru Team will be offline on December 25 to 29 and January 1, 2024.
The NetSuite Support Community site will be up and running on the dates mentioned above, and you may continue to post your questions and discussions. Our NetSuite Support Gurus will respond to unanswered questions posted during the holiday break once we resume normal operations on January 2, 2024.
We wish you a safe and enjoyable Holiday Season. We are grateful for your participation and contributions in the community, and we look forward to collaborating with you in 2024.
Thank you,
NetSuite Support Community Team
How to achieve the use case in Portlet/Suitelet?
Hi all,
I'm looking for advice on the best way to achieve this use case:
* There is a field on a Job record that may contain some value
* A Portlet reads this value and conditionally displays some content
* If the value is null, I want to present a text input box right there inside the Portlet so the user can enter a value and save it in-situ
* Once the data has been saved, automatically refresh the Portlet so it displays new content
I can do pretty much everything above apart from the automatic portlet refresh. My Portlet embeds a Suitelet in a hidden iframe. The Suitelet receives the changed data and saves to the Job record. But, being a Suitelet, it does not have access to the N/portlet module, so cannot call refresh() directly.
Steve from Smyle