My Stuff
Comments
-
Michoel, that sounds like a good suggestion, and coming from you I am assuming it works! How do you become a Freemarker expert?!? ;-)
-
Yes! If you look at the response from michoel earlier you will see other (even better at times) options as well, but this is great, definitely!!
-
This is all great, but I have more information that I know is available via SuiteScript but am not sure how to approach retrieving that info via the templates. For example, execution contexts. I want to retrieve the "system.netsuite.com" vs "system2" or "sandbox" - any ideas?
-
I am familiar, thanks. I just realized that there is a Sales Order record, independent of the Transaction record in the Records Browser! It's documented there, but not under the generic Transaction. Thanks!
-
Anybody? I need some help, here. I would like to pull the environment from the execution context, at the very least. So, similar to context.getEnvironment in SuiteScript, or better even, because I'd rather the actual uri than the string "PRODUCTION" or "SANDBOX" - but I'm not sure how to even get that in the Freemarker…
-
We had the exact same need and reverted to another method for now: background-pdf However, that only suffices for one-page pdfs, or printing a single page of a multi-page pdf (using #page). What we could not do using the Advanced Template was to specify a pdf with a src attribute. Any ideas?
-
Thank you all for your replies. I will be in touch with each of you in the coming weeks. Thanks,
-
Is there an enhancement to vote on for this??? EVERYONE'S GOT AN ANDROID THESE DAYS. We saw the movement Netsuite is making in terms of their commitment to advance the iPhone app - I think it is time they produce something for Android!
-
Thanks, Evan. Nice to hear that at least it is on the roadmap for the future. It's also just nice to hear from you at all!
-
How come Netsuite develops an app for only one platform, and for Android (I'm not going to mention BB) we have to turn to third party developers? I don't see the sense in it, nor do I understand why. If anything, it should be just as important as the iPhone app. I haven't even heard of plans to make an app of this kind -…
-
Is there a way to build the link entirely in Freemarker?
-
Can you set a field mandatory even though it was customized on the form? For example, we are running into an issue where we set field display labels on the form (SuiteBuilder) but then in the workflow we want to override that label, or make the field mandatory - it doesn't seem to work for us...
-
I am referring to the PO field or {otherrefnum} or Ref No. field. We cannot seem to make it: a) Required / Mandatory b) A special label Is there any reason for this?
-
Not sure if this will help, but I do see one way to shorten the formula slightly: [LIST] [*]You don't need the "and >" each time, since you already eliminated the possibility of the field being less than or equal to the option ahead of this one [/LIST]
-
Sean, That doesn't look right to me... I think the order was right to begin with. Surrounding the entire thing in a Round sounds interesting if it will work. Paul, let us know what works!
-
Not really understanding, but if I understood correctly - you are changing the date entered automatically, so it is searching by that date, which is tomorrow? Then why don't you just change your search to look for the previous day's sales?
-
Malin, A bit off-topic, but once you bring up workflows - I have had a real hard time wrapping my hands around states, transitions, and in general the flow of the workflow (if that makes sense). A little while back I watched a demo detailing how a workflow would work, and in that Netsuite video a reference was made to a…
-
nlapiSendEmail should save it to the messages tab (in general). That's what the records parameter is for in the API. This is from the documentation: records {hashtable} [optional] - An associative array of internal records to associate/ attach this email with.
-
Thanks. The first issue to handle is how do I find the PO Approval bundle? Does it even exist?
-
Evan, Thanks! A couple of months is a bit of a wait... would you recommend using the Travel Approval workflow template? I was particularly wary of installing because of all of the extra custom fields to accommodate that process that we most probably wouldn't need at this point, although who's to say we won't need such a…
-
Well, to begin with I had a Workflow running that would mark all POs created by a certain role to be "Supervisor Approval" = False. That was under standard approval routing. That broke this morning for some reason, so I figured I'll try to use the Advanced approval routing features. Problem is, for now at least, I want to…
-
Thanks, Evan. Something to work with soon would be awesome! For now, we have kept the standard approvals on and used the Workflow engine to uncheck & disable the Supervisor Approval checkbox for a certain role. This forces that role to kick an email (the standard email) to the approver stating that there are requests…
-
We really need something soon... Evan, or anybody - would you be able to provide some step by step instructions on approvals and POs? I had something working for a while that was a workflow that just set Supervisor Approval to unchecked and that worked up until today. Now, all of the sudden, POs are automatically bypassing…
-
NS-Jedi, thanks for your reply. I am familiar with searches, though I haven't done much in the way of updated fields in the Email tab. On a side note, related to this discussion: Is there a way to alert recipients of records that have been removed from a search? For example, in this case of approvals, if you had a search…
-
If you need details let me know, and I will post. Please post, thanks!
-
Darren, I have worked with User Event scripts, and they submit (triggering the afterSubmit function to load) when doing a .csv import. Just be sure to check your CSV Import Preferences > Run Server SuiteScript and Trigger Workflows should be checked. Here's the contextual help from that preference: Enable this option to…