megaphone
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Stay in the know of how NetSuite can help grow your business with our guides, webinars, and events. Subscribe Here
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
No Limits. Just possibilities. Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.

My Stuff

nikog Red Ribbon

Comments

  • Yes, so to debug the RESTlet straight in the debugger you need to trigger the onRequest() manually and you also need to use require instead of define when calling the modules, but you might already know that. Here's my full code I used to test your scenario: /** * @NApiVersion 2.x * @NScriptType Restlet * @NModuleScope…
  • I was originally going to answer this a few days ago but didn't because I couldn't find a source for my answer. But since no one answered this anyways I'm gonna go ahead and say I read a while back that this is not possible, as I said I have no source but I'm 99.9% sure I've read it somewhere before. NS will in most cases…
  • Hi! I tried your code in the debugger and it works fine here. I did remove some stuff, like the setting of 'custiem_fsg_size' on both parent and child because I don't have that field in my system. But that shouldn't make a difference. Have you tried running this in the debugger or just in a deployed script? Might be good…