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

lw1 Green Ribbon

Comments

  • That's what I was thinking. Run a scheduled script once a day and update all of the previous day's rev rec journal entries to include the additional fields needed for reporting purposes.
  • Per my call with NetSuite support, I learned that journal entries created through 'Create Revenue Recognition Journal Entries' do not support user events at this time. It is a future enhancement, but hasn't been assigned yet to a future release.
  • For anyone who is trying to accomplish a similar scenario, here is how I was able to get it working in C#: Customer customer = new Customer(); customer.internalId = "777"; customer.password = "777"; customer.password2 = "777"; customer.requirePwdChangeSpecified = true; customer.requirePwdChange = true;…
  • The N/Crypto module should be improved so that it can be used to decrypt data in script types other than suitelet. Basically, the module is currently not usable for decrypting 3rd party data in things like Scheduled and MapReduce scripts. Would be great if it worked. Failing back to 1.0 isn't a workaround as the 1.0…