My Stuff
Comments
-
kingson513 thank you, I tried it again and it still didn't work but noticed you didn't have the .getValue() at the end of the merge like I did, removing it solved the problem.
-
Thanks all, decided to come at this from a different angle as creation of all those variables isn't possible in the timeframe I have in mind. Thanks Ben
-
That did the trick...Thank You very much. ialan, I am trying to do a similar thing, would you be willing to share your code to how you achieved this?
-
Thanks for your help srodriguez, Think I will enter the ID in a custom field as I have to populate other fields for automation so it is very little work to do it that way. Your help is appreciated though. Cheers Ben H
-
No, I've never got initiate workflow to work, in the end I combined a few scripts into one and made it work that way. Sorry I can't help further with it.
-
Thats interesting, unfortunately I am using a letter template and that doesn't appear to be selectable as a list/record.
-
Did you ever get this to work? Yes, code below I found the most important part was the Addressfield variable which is needed to set the selected address, you would need one of these for shipping and one for billing if the addresses are different, in my instance the address was the same which is why it is used on both…
-
Not sure if I understand what you mean by "my address is not showing only the ship address text". After you've set the address fields, does the address show in the Ship To field? No the address doesn't show only the ship address text field which is set with the below code // This represents the Ship Address text field on…
-
All, Thanks for all you help and advice, I have managed to get it working now and doing what I want to do. Will do a little bit more testing tomorrow but hopefully it is now sorted. Cheers Ben
-
Hi Ben, Not sure what you mean when you say you've tested it as a button on a custom record. nlapiGetNewRecord is a server side call only so I'm guessing you might have tested your script in a before or after submit user event script. For a workflow action I'd remove the call to nlapiGetNewRecord and just use the record…
-
ok when I run the debug via the WF I get the following from the debug details Debug MailRec Contents 17/7/2012 8:09 AM Mail Rec Contentsundefined Debug MailRec Contents 17/7/2012 8:09 AM Mail Rec ContentsnlobjFile when I run it from the button I just get the Debug MailRec Contents 17/7/2012 8:10 AM Mail Rec…
-
I would suggest checking if any of your conditions are being triggered. Consider adding logs in each condition to see if this is the case (using nlapiLogExecution). That sounds like a good idea but it still doesn't answer why it works via a button but not when called from another WF? I am assuming it is because the record…
-
Can you just let javascript handle it, force an integer var QACurrentCount = parseInt(AssRec.getFieldValue('custrecord_ass_qa_counter')); That worked great Thanks.
-
Thanks Olivier, have you done this? are you able to share some base code?
-
prennan, would you mind sharing your workflow settings please.
-
I just have one question before you commence scripting. In Home > Set Preference > General Tab > Defaults Section. Have you tried un-checking 'Use Multicurrency Expense Reports'? Keep in mind only one (default) currency will be used, but I would suggest you test this before you start scripting. Regards, I have actually got…
-
We need this function also and I am very surprised that this thread has not been acted on or the vote for the enhancement, come on NS.
-
Solved Now.
-
I got this to work in Chrome, but does not work in the IE version I tested. But I thought I'd share what I learned. This script will choose a random portlet and refresh it every 10 seconds. The reason it's random is that if you try to refresh in sequential order on the dashboard, the portlet could refresh itself before…
-
Thanks Daniel that will be very helpful.
-
Daniel, Thanks for replying, I had looked in there but I am a bit foggy on how the code needs to be put together in order to tell it to only display a field with a script id = *****. any chance you can give a very basic code example please.
-
Netsuite Support has sorted us out, just need to know how to use that data we have extracted in order to update the custom record which it was extracted from, I am sure this is suppose to be easier then this!!!
-
Sounds like a defect, you should open a case. As a workaround you could try to highlight if the value is not between 1 and 20. Good Idea, weirdly the error seems to intermittently appear and disappear, all seems to be working at the moment. Thanks for the reply
-
At the top of suiteanswers in the support tab Flash Event: 9/20/2018 There is an on-going issue in accessing multiple records in NetSuite. Our Engineers are already aware of this and are working to resolve it as quickly as possible.
-
We are experiencing similar issues as well, also our full access fall back role is doing similar, there is a Flash notification on the support page about an issue which is being looked into.
-
Yeah, us too. I've logged a case. For me, it seems to only affect the roles "Full Access" and "Administrator". Our normal roles for sales reps and finance seems to be working ok. Us too, although one of our administrators at another site is not having the issue with the admin role, possible due to a different service…
-
Does anyone know if this got fixed as I am having the same issue, creating new searches to use in a scorecard and that search is not selectable in the custom drop-downs. If I edit an existing search to the same criteria it works.
-
Problem has returned for us, also effects suitescripts where if you edit a script in the browser you can add any text as the formatting bar is greyed out.
-
Thats strange, I verified the DKIM and ran the test reflector and worked fine, but it does show no check box against the active column! Thanks for the tip, I've updated it now and hopefully that will fix our issues.
-
Talk to your IT group. They should be able to explain what flagged it as junk. While investigating, you may find it valuable to set up DKIM, essentially telling your mail server that the NetSuite emails are trusted. May not help your current situation, but it's worthwhile. Hi, DKIM already in use and has been working…