My Stuff
Comments
-
Ha ha. Myspecialbox...
-
Can you write a script for that? Seems easy enough.
-
boa tarde How are you attempting to call your script? You can make custom buttons if that helps.
-
Assuming your checkbox is on an item record, something like: <script type="text/javascript"> var popup = <%=getCurrentAttribute('item','custitemcheckbox')%>; if (popup==false) { alert("there shall be weeping and gnashing of teeth"); } </script> Modify this to whatever you like.
-
Did you ever get this working? Looking to do similar.
-
Could you concatenate your results as a third column and call that?
-
Sounds like you're getting somewhere though - that's great!
-
Apologies if I haven't understood your post and am answering a question you haven't asked... Can adding the field "Partner" to the "Available filters" tab and checking "Show in footer" give you what you are after?
-
Yes but you can use a different email client in Windows.
-
Microsoft. Building a better yesterday... Can I suggest that you try a different email client?
-
Go to Setup > Customization > Transaction Body Fields. These can be set to appear in checkout pages. While that is true, I wouldn't want to impede a sale by asking too many questions. You can autopopulate form information to include their details. Have a look at the help guide and search this UG for answers.
-
I don't have the basic account so I'm not really sure, but one way could be to set an automated email to the customer asking them for feedback or taking them to an online form.
-
Couldn't you just click "customize view" when viewing system notes and use search criteria to omit what you do not wish to see?
-
What's a blog? Just kidding. Some useful stuff in there Steve. Great work.
-
ha - beat me to it Kate!
-
if (type == 'create')
-
Jamie, if you edit a record. At the top of the screen in the URL, you will see "e=T" in the URL string, which flags NS to put it into edit mode. There is a trick to change that to "xml=T" and that will show you the XML which is all the field names you need for Javascripting! Nice tip - cheers Nick
-
As a side note, the email field on transactions does already do exactly what your script is doing, i.e. fetch the email from the customer. Why did you say this was going to save time by you not having to enter the emails manually? Looks like he's using a custom field for an accounting department email rather than the main…
-
only guessing, but instead of getValue, perhaps getCurrentValue might return the correct results?
-
correction... Great idea regardless
-
You can also schedule a saved search. Create a new saved search and check out the "email" tab on the right. That may be what you're looking for.
-
Perhaps this was the intended link? https://system.netsuite.com/help/helpcenter/en_US/Output/Help/SuiteFlex/WebServices/STR_CountryEnumerations.html?NS_VER=2008.2.0
-
Script update: <script language="javascript" type="text/javascript"> var price_level = 'Corporate10'; var item_count = '18'; var five_discount = item_count * 5 / 12 var five_round = Math.round(five_discount*100)/110 var ten_discount = item_count * 10 / 12 var ten_round = Math.round(ten_discount*100)/110 if…
-
Thanks Yang There should be a list somewhere in this usergroup saying "problem x - post here" etc. 24 hours of doing my head in with scripting and I thought posting in the SuciteScript area was correct... silly me...
-
Yes, 2-letter country code (ISO 3166-1-alpha-2 code). https://system.netsuite.com/app/help/helpcenter.nl?topic=CARD_-29 That link goes nowhere If you are trying to copy and paste a help topic url, you need to right-click the help frame and choose "open in new window" to get the url for that frame.
-
Any updates on this? I'd love to see some id's added so we came use good old DOM
-
The only way I can see is to have another custom field that auto-populates from the field in question and have store value checked on the new field and search by that Long sentence, probably needs a comma somewhere, but I used both the ones I had in this one along with my only full-stop.
-
In today's show Steve is trying to create 3 fields all in a single column, let's check in and see how he's doing! [Sigh...] Not good marge, not good at all. You're a funny man Steve, funny indeed...
-
Then it appears I have a defect. Yay. I suppose I had better file a case.
-
No prob... The code is as above. The promotional url component is: promocode=corptest&custentitywebreferral=corptest&category=Corporate10