My Stuff
Comments
-
Nope. Been swamped with loads more tweaks.
-
From what I have discovered you have to create a custom workflow for this. I am planning on tackling this very soon, I'll keep you updated once I have a solution. FYI - I talked with a group of NS employees out at SuiteWorld and they said that they have the same issue internally... hummm...
-
My issue is not exactly this same issue, but is similar. I have created an advanced pdf template to use on our custom Bill Payment transactions. I have applied this template to to the custom form, but when you choose Save & Print, a totally different template gets used, not the advanced template I created. I have searched…
-
You could try this: TO_CHAR(LOCALTIMESTAMP, 'DD-MON-RR HH:MI:SS PM') Put that in as your formula. Adjust to fit your format. I'm not 100% positive, but dealing with date/time in NetSuite is tricky. You many need to do some weird date/time math to convert from server time or user time to be a constant across your company.…
-
I am trying to do something similar. I have a PDF Template that has the CRMSDK Tags in it created. I can create a merged PDF file successfully from the prospect/customer list, but when trying to include this PDF Template in a workflow to be attached to an email is not working. It just sends the template file without the…
-
I ended up creating my own script to create the pdf on the fly. There was no way to accomplish this through the workflow. Sorry.
-
i am having this same issue. the workflow triggers when i create the record from the user interface, but not when the record is created from a user event script. any ideas? on create (checked) on update (checked) trigger type (all) context (none selected) [i've tried user event script and user interface] i've also tried…
-
So I am not sure what I changed, but now the workflow is getting initiated. However, the email is not being sent if the record was created from the user event script. I can create the record from the UI and it sends the email. Pictures are attached to answer any questions...
-
Holy Moly! This worked! Thanks Evan. (I know it's been a while since this last thread, but it is still very helpful)
-
Does this actually work? I cannot get the workflow to trigger from my nlapiSubmitRecord. I even used nlapiInitiateWorkflow and that gave me an event of "process" and a context of "userinterface" instead of "create" or "edit" and "userevent". More info can be found…