My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
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
-
Hi, For example: in one of my filters i have Transaction type: any of Return Authorization and in my results i see items that were return and are showing up.... Isn't that what you wanted? Can you detail what you want to see versus what you are seeing?
-
Hmm, that is unfortunate. Not sure if this will work, but try adding a custom field on the PDF layout that uses value "{createfrom}". The custom field should at least always be there. Might be other issues, but just an idea.
-
Right now you are in a "yes and no" situation. Yes, this approach is safer. No, this is not how anyone uses CSV Imports. The right to import using CSV right now is only given to higher-level employees (in general). It is implicit that if you give CSV import rights to someone, you trust that person with your data, so there…
-
Jenny, are the missing fields on in the CSV assistants fields that are Disabled in the custom record definition?
-
I'm curious - was there a demand to restrict CSV imports in this way by Netsuite users?
-
Ok, it seems Disabled fields on Custom Record don't even appear in the CSV Assistant anymore. So let me ask - a) Who at Netsuite had the idea of blocking CSV Import into disabled fields and b) who thought it would be a good idea not to tell anyone? Can we get this reverted, please?
-
For Journals, specifically, there is a new Permission that regulates access, that may be causing the error. Go into the person's role, under Transactions, and add FULL to "Approve Journal".
-
Have you opened an issue with Support for this?
-
Amongst other things, they fixed this problem, so I think it was well worth lifting the "no pre-Christmas update" clause. They did a good job fixing it and I for one am very pleased.
-
Hmm, are you sure you use the same Custom Form in both cases? Maybe one form has Main Phone while the other doesn't?
-
I assume you are talking about Customer records. The Currency on Customer records cannot be changed once the customer has Transactions. It makes sense you wouldn't be able to merge 2 customer with different currency... If one of your customers pays using 2 different currencies for some reason, in Netsuite you would need to…
-
An Opportunity is a Transation and a Customer is an Entity - merging them makes no sense. Did you mean a Prospect and a Customer? If the fact your Opportunity/Prospect is in Euro is a mistake, and there is only 1 transaction, then just change the Customer set for that single Transaction to be the Customer you want it to…
-
Hate to ask the same old question, but have you tried clearing your browser cache?
-
Even if you can't reach your screens by menu navigation, you should (hopefully) still be able to get to all of them by typing in the name of the screen you want to reach in the Global Search.
-
Hi Melissa, It-Ration is a Netsuite Partner and we specialize in scripting. I don't want to go into a whole sales pitch here, but we'd be glad to help you out with your problem. I would invite you to please email me at olivier.gagnon@it-ration.com or call me at 514-664-1023 x101 if you'd like to discuss what we can do for…
-
Store Detailed Descriptions are presently FUBAR (see this thread for issue number)... interesting to see it also applies to CSV Exports.
-
Err... Will equalto and anyOf both work if you rollback? It would be not-so-good if we have to go back into our scripts and re-re-correct the corrections we made already...
-
people were using the function in an undocumented way It wasn't documented we shouldn't be using it in that way - and it still isn't in fact. The documentation simply lists all the possible operators. Nothing says we weren't supposed to use 'is' or 'equalto' with selects. So while there is a communication problem between…
-
Agreed. Deprecate and replace functions, don't change them.
-
Please be assured that we will work doubly hard in the future to ensure backward compatibility and seamless upgrades for your SuiteScript solutions. Yang Guys (Netsuite), I feel you dropped the ball on this promise... It's getting to the point that I'm scared of using nlapiSearchRecord - what works and what doesn't seems…
-
This is issue 121476. Being actively addressed by Netsuite.
-
I like the new search too, but here's something funny I've been noticing: If you type something in the global search, and you hit "Enter" too fast, you get an error telling you you can run two searches simultaneously. I'm guessing this is because Netsuite is running a search to populate the new text pop-up, which is…
-
I don't specifically hearing about but I may be wrong. We simply hook the SuiteCloud IDE up to Subversion like you would with regular Eclipse. I think that is what most people do.
-
You can customize all your SO custom forms to use a specific PDF Template specifically in Email situations. If this solution does not work, then you will need to use scripting to rebuild the emailing functionality to support your need.
-
Yes, via SuiteScript. It is a very, very simple script though, you can probably get a very inexpensive offshore developer to do this for you.
-
Hey John, We have built a solution that does this. CSV import into custom records, and then we use a scheduled script to "convert" those custom records into lines in a script-created Worksheet, including bin info. The Worksheet not being "scriptable" just means it can't trigger scripts, not that it can't be created by a…
-
I'm not sure I understand why it won't work. You can specify "the PDF of the formnumber = 196" to be the emailed PDF for all custom forms. So all SOs would use that PDF. Why will that not work in your situation?
-
You can't create drop ship/special order POs this way. You need to edit the Sales Order, and set the correct line-level PO fields there. Upon submitting the SO, the PO will be auto-created.
-
Well I do a whoooole lot of development on many accounts, and I never use them, basically because of the issue you mention. I am sure some people use them, but in my opinion, NS makes a big hype about them, but I find them pretty close to useless.
-
Ah I see, you are using Basic. If you switch to Advanced, you can specify the PDF for emailing. If you keep Basic, you could still convert your PDF into HTML to have that be included in the body of the email.