My Stuff

dave.scott Blue Ribbon

Comments

  • The queues are the same for mapreduce scripts as they are for regular scheduled scripts. At deployment time you get to choose which (if you have several) queues to use with the mapreduce script (hence controlling how parallel the processing will be). Thanks for confirming that ironside - much appreciated.
  • Thanks for looking into this for me and your feedback. Yes I agree that it looks like NS may have removed the nlapiYieldScript() equivalent and replaced yielding scheduled scripts with the mapReduce script type. Stepping back from it, I can see how this makes lots of sense now and I agree that it was too 'easy' to lean on…
  • Well I know that NetSuite offers the option to Print Label on the Item Record itself. It generates a PDF which is fine with me. However, I want more funky stuffs like the ability to generate 2D Barcodes etc. I do not want to install another software on my computer and run something in Parallel. Hi Mark, As a part of our…
  • This is issue 223180. We have a fix and will try to get it out ASAP. Great, thanks for the response Evan. Nice to know that you're 'on it' and have a fix ready to release. Cheers, Dave
  • Currently, neither User Event scripts or Worfklows are triggered by child record instances that are created (or updated) via their parent record. This is something that is under consideration as an enhancement within the platform. Thanks for your update... Any approximate timeframes on the updated functionality for inline…
  • My goal is to set a field on the item record to checked when the item is returned in my saved search alerts. I have created a scheduled workflow set to Released with the saved search selected. I see that by default, the search will run every 30 minutes to find records that meet the conditions of the workflow. I'm confused…
  • The way it is supposed to work is you should be able to delete the record that is doing the subscribing, and then you can delete the record that is subscribed to. Have you tried it in that order? Note that if the record being subscribed to is attached in a different way, i.e. it is an activity that is associated with a…
  • Thanks Evan, Yes, I confirm that I can 'generally' delete records that have been in workflows without problem. As you suggest, the only limitation seems to be that once one record is 'Subscribed To' by another record, there is no way to delete either of those records - even after the workflow has been exited. Any chance…
  • The client actions (before user edit, before field edit, after field edit, after field sourcing, after user edit) do not fire in direct list editing - only the server trigger types - before record submit and after record submit - fire. Thanks, -e Evan, Do the server triggers (Before & After Record Submit) also fire for…
  • In the same line of thinking: I am building a drip marketing campaign workflows with v2010.2 . I want to send a specific email to the prospect if they clicked on the previous email (sent in the previous state). I am trying to transition from one state to another using the visual builder, but when I select my workflow field…