My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Isn't Netsuites own support site a good place to start? I know it isn't very sexy but the functionality has to reflect the way Netsuite is designed to be used (although, i wouldn't be surprised if Netsuite themselves got frustrated at the systems limitations sometimes...)
-
I think it's possible using a server-side script that does the following: 1) does a search to get a list of contacts (i.e. the 300 you've just imported) 2) runs a loop that creates a new phone call for each contact (using nlapiCreateRecord I think. If you're new to scripts, click the help thing in the top right corner of…
-
I have a similar requirement but I want to lock fields down based on what stage the transaction is at. I.e. after a Purchase Order is processed then all fields get locked. I am planning to create a custom form that has the fields locked then set the custom form field using a PageInit script based on transaction status. Is…
-
is there a recognised best practice or is each approach as good as each other?
-
I am trying to do this but it isn't working for me. <NLENTITYID> is only giving the ID code, not the full Name / ID i.e. it's returning "CL107119" not "CL107119 Test Company" also, I want to send the mail merge to all contacts on the company but <NLENTITYID> clearly just returns the ID of the contact. I've tried…
-
did anyone ever get an answer to this? I am trying to build an template that references a tag that returns the ID of the company for a contact. <NLCOMPANY> is the closest I can get but it misses the ID. That's the bit I need!
-
It's free marketing - no way they'd let you remove it!
-
I think you could do it with permissions too (but only if you want to stop all creation of new transactions). If a role doesn't have the create permission on a transaction then I think the Make Copy box will disappear. tHabib - can you confirm?
-
I have just spent the whole day setting up keyword campaigns but don't have the advanced web module. Have I just completely wasted my time??? Is there ANY benefit to keyword campaigns without the advanced module?
-
I have done. Case 647834. It's something to do with the url mask that we have (so clients don't see the full checkout.netsuite URL but see our own URL.
-
nice idea. Not sure there are enough to worry about doing that (i'll just list edit and copy and paste). Will make sure i import them with the right info from now on though! cheers
-
sorry, it is giving me a script error (wasn't giving me a script error in Firefox but it does in IE). any ideas?
-
I am trying to write a script that references the new Source field (this is the new field that is different to lead source). However, the help topic isn't written yet so it won't tell me what the field ID is. What is the ID for this new field. I've tried 'source' but that doesn't work...
-
just tried this code: function testsource() { var test = nlapiLookupField('SalesOrder',nlapiGetRecordId(),'source'); alert(test); } but clicking the test button now doesn't do anything (doesn't even give me a script error). Surely it should be doing something right?
-
at the moment i've just got a simple debugging script to test what's in the field: function testsource() { var test = nlapiGetFieldValue('source'); alert(test); } I've created a button on the SO form called test that runs this script. I have a Sales Order that has been generated from the online shop. The field called…
-
don't worry - I've got it! SalesOrder shoud read salesorder in the script: function testsource() { var test = nlapiLookupField('salesorder',nlapiGetRecordId(),'source'); alert(test); } this now works! Thanks Evan. A legend, as ever.
-
I'm trying to do something similar but slightly different and can't figure it out. Don't know if you can help? I am trying to create a saved search (note, not a report) that gives me a list of clients who have a maximum open invoice age of between 30-60. The aging information on the client record isn't availabe in the…
-
i think that gives me average days overdue? I'm looking for days overdue of oldest invoice...
-
just downloaded this. looks pretty slick.
-
that is unbelievable.
-
what's the problem with the code? I had some problem with my code that was a result of a boolean check against a null value: (lineentity == null) This was failing to calculate correctly after the upgrade. It needed to be changed to (lineentity == "") hope that helps speed up fixing your issues!
-
case 855605 posted. Any help would be appreciated.
-
Yep, i've figured out what was wrong with my script. The issue was the: else if (lineentity == null) apparently, after the upgrade this should be else if (lineentity == "") What was happening in my script was that lineentity == null was returning false which meant that nlapiLookupField('customer',lineentity,'custentity…
-
I am using the intellisync program but have a problem where it's syncing events into my Outlook Calendar but putting them in US time (i.e. an event in my Netsuite account at 8am gets put into my Outlook diary at 3am!) Anyone else having that problem?
-
we've also had a problem. None of our memorised invoices, bills or journals have been raised...
-
We also have a case: 615675. We're being told that the problem is an over fulfillment of the memorized Bill transactions to its linked PO. The Product Management team is asking for my approval to remove the links from the memorized bills to the PO. If we wish to retain the link (which we do) and the line has been…
-
we also have a case number: 615676. We need to get our invoices out today too. 300 of them which can't be done manually very easily :mad:
-
I've been looking into this further and it seems that the field that is missing in the Entity (Line) info on Purchases. Can anyone help?
-
i got this sorted with support. The issue was that one of the administrators had turned of the "bill costs to customers" option in the enable features > sales transactions. It gave it back to me but any transactions created in the period it was turned off don't have the name data.
-
I too would like to forward to resend an email. We have a vendor denying receipt of an email and they want a copy sent to another address. I can't seem to do it in Netsuite. Very irritating...