My Stuff
Comments
-
Hi Sean, In my perspective, naming fields is done with the idea that they may be included in a script at some time. Due to this, I ALWAYS name fields the same. Clients have some sort of abbreviation (think form's named via SuiteSuccess) that I'll call CA - If I'm making a new field labeled New Fields, I would create it as…
-
The fact that you chose your own answer as the best answer means that you may not get support here in the future. Choosing the answer that helped you provides others with motivation to assist. Just my .02.
-
I don't believe that you can update a currency conversion rate via script.
-
Your amortization start date is 04/01/25 - which is April. NetSuite is creating the schedule exactly as you defined. If you want to change this, delete the schedule, and update the Amortization date to be 05/01/25, instead of 04/01/25. It doesn't matter what your invoice date in, when you set the Amortization date to start…
-
If you are using SSO, be sure that all the roles being used to login are SSO. IE- an administrator cannot use SSO. Make sense?
-
You can absolutely do this - have multiple price levels I mean - with scripting. I've done it before. Note that NetSuite is only going to accept a single price level, but on a quote, you can have the different options with some development. It can work. I've done it. Then the user can select which one, and set the actual…
-
Naming conventions are as varied as the number of Consultants. Are you looking for something specific by asking the group?
-
Natively, you cannot select 2 price levels on a single line on a transcaion. You can add custom fields and add all of this as custom, and will display on the transaction only. So - you can add the second price level and rate, but NetSuite will not consider these fields when calculating the total. So, you can have the…
-
True
-
If you are looking for users to have the 'more' on reports, and they are not currently seeing it, it may be the 'Reports Customization' permission that is missing. You didn't identify what type of report your users are trying to see. What type of reports are they? Once you identify what type of report they are trying to…
-
In this case, you can set the dates for your payroll item to work through the end of whatever year you like. If you don't want it to end, you can put in the /9999 date - if it will accept that date. Having to set an end date is just a NetSuiteism. Set whatever you need to get the item saved, and move on. Hope this helps.
-
You really need to implement demand planning or MRP in order to create the expected demand for procurement.
-
You cannot authorize a return from any PO until something has been received on the PO. Once that happens, you will see the button. Note that for intercompany PO's, the returns must be paired to a Customer RMA. Much like you 'Pair' an interco PO with an Interco SO, you will need to pair the returns. Hope this helps.
-
C
-
B
-
True
-
Expense Categories are shared among subsidiaries. Is it possible that the categories are not shared to the subsidiary of the employee? Setup>accounting>expense Categories. Edit the ones that apply and ensure they are shared to all subsidiaries. Hope this helps.
-
B
-
Hello Hannah, When emailing a report, you cannot add any formula fields into the email. While it is possibly to do with a search if conditions are met, I believe you mentioned a report - which is different than a scheduled search. Sorry it's not the answer you want.
-
If the PO has lines that have not been billed, look at the PO lines: If the PO line is 'Closed' it cannot be received or billed. If the PO line is 'Closed' and lines have been received but not billed, You will need to reopen the lines by editing the PO, and unchecking the 'closed' box on the line. I hope this helps!
-
Advanced PDF Templates source data from the transaction you are printing. While you can source data outside of the transaction printing - you will need to do this using the source code version, and including the code needed to source that data. Without many details from you, this is the best I can do. I hope this helps!
-
What type of script is it?
-
The only way you'll be able to track the opportunities at the parent level is in the UI on the parent customer record. Since the parent is an established customer, they won't show up on your opportunity reports since the subcustomer is a different customer stage. Clear as mud, right?
-
Like everything in NetSuite, it takes a few tries to get things right. Email templates must be created to reflect the type of transaction that you're sending. In your Case, you're trying to send an email and address the 'contact' when there isn't contact data on the transaction. Using joins here isn't going to work as you…
-
True
-
It sounds like you may be missing setting the Nexus up for the top level transactions. To confirm this, go to setup>Subsidiaries > and select your top level subsidiary. Edit the subsidiary, and go to the 'Nexus' subtab: Ensure that the Nexus's are assigned to the parent subsidiary - Hope this helps!
-
On the Employee Center Dashboard, only the most recent 5 transactions show in the list. However, the employee can select 'View Expense Reports' Or 'View Purchase Requests/Requisitions' and they can easily see the full list. It's all about real estate on the dashboard - if more than 5 show for each category of transactions,…
-
You can easily include a message on Sales Orders and Estimates by using an email template. Go to Documents>Templates> email templates> create your email template. Once the template is complete, set it as the default email template on your Sales Order & Estimate Forms Customization>Forms>Transaction Forms Now, any email…
-
Glad I could help!
-
OK, you asked 2 questions here. You can prevent ach payments from having a check number set by: Add bank details to your vendor Mark them as an EFT Payment. This will stop your ACH payments from assigning check numbers. To import ACH details: Go to Home-Set Preferences- and put a checkmark next to 'Show Internal ID's View…