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…