My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
This appears to be based on percentages. Is there a way to have it post actual costs to each subsidiary, respectively?
-
that 2nd one worked perfectly!!! thank you very much!
-
I'm not sure I'm following that. I need it to look at a character in a custom field. I tried LTRIM(: [, {custcol_item_for_je}]) and it isn't working thoughts?
-
I just tried to add the quick search but when I type in an internal ID that I'm looking for it doesn't work that way. If there was a record type of internal ID it would probably work.
-
Yes, I do show internal IDs. The issue at time is that some filters, criteria, CSV responses will only give you the internal ID and you have no idea what it is. I thought there may be a way to create a record search of some kind with internal IDs as the filter where I could drop one in and it would tell me what the record…
-
I am invoicing a SO. I just need to be able to find the needle in the haystack of which ones to invoice. For example, we may have 1 sales order with 12 lines, 1 for each month of the year. We would want to be able to generate the 1 line on that sales order that is related to April, for example....but I need to be able to…
-
Thanks all. This worked perfectly.
-
System notes do not exist on time records apparently. It isnt an option on a Time Search
-
I was trying to create a similar search to be able to show me time records that were either created or modified after 5/31/2015 but the issue is I can't find out what was modified. This issue would go away if Netsuite would even lock down time entry like they do for AR/AP. Any constructive criticism is appreciated.
-
Thanks for the input. I'm very new at script writing. Is there any class that Netsuite offers that I could get a good 101 on the subject?
-
Per the Field Help it almost makes me think that a user in that department can only access it....does that mean write POs to that one department. See below? Or is it like you said, links transactions to the one account to the one department? Select a class to restrict use of this account to roles with permission to access…
-
Hi Jeff, You can specify a custom income statement detail report on your custom income statement. Once you are done on customizing and saving the custom income statement detail report, access your custom income statement report and Under More Options, there is a Drill Down Report dropdown and select your custom income…
-
That worked!!! Thanks all!
-
If I am not good at scripting has anyone written one to solve this issue? This would make my accounting department's year if we were able to get some assistance.
-
Currently we do not have the franchisees set up as a sub-customer. We have set them up as a custom tab on a parent customer record. We did this because of the 1:1 relationship between a project and a customer. We may have 1,000 franchisees that participate in 1 project and I would rather job cost on 1 project instead of…
-
Bump. Can I get a Consolidating Trial Balance? I know we can get a Consolidating Balance Sheet and Income Statement but not a Trial. Wondering if anyone has any suggestions.
-
The standard employee center role has purchase order permission. To read more about employee center and the permissions available please access SuiteAnswers: 1. Login to NetSuite. 2. Click Support tab. 3. Click Go To SuiteAnswers button in SuiteAnswers portlet. 4. Search for Answer ID 30661 or access the URL below:…
-
Hello Jeff, By design Employee Center role do not have Sales Order permission available. Why do they have access to purchase orders?
-
I'm interested in this. I loaded the budget and was able to point the revenue to a customer. How can we show results vs budget by customer on a dashboard?
-
Its only counting records. You could design your own Employee HC KPI though and improve it. I would like to know how I could create a custom search and improve it. That is the part that I'm stuck with. I would imagine that I could put in a If/Then formula on the criteria tab but I'm not sure. That is the help I'm needing.
-
Actually you can create that search. The formula will be an IF statement that calls one result if Full Time (1) or 0.5 is part time, Can you write an IF Statement? Ok, I figured it out by using the "CASE {employeestatus} WHEN 'Part-Time Employee' THEN .5 ELSE 1 END" But now on my KPI it only shows Current and it won't let…
-
Define your criteria first. How will you count or sum the records? Ts the field already there? If not make one. You can get very complex here if you choose to. Where are you currently storing the FTE status of an employee? You may end up creating a custom record and a custom field. In the custom field ou will refer to a…
-
Thanks for the response. The only question I have is do you put any date criteria in the search?
-
ok, so it's important to run it on a Sunday, right? I ran it today and there were not any values because it is Monday and there isn't any time in the system yet. Does that make sense? So, does the output only show employees who have less than 40hrs in that week?
-
I would also like to know the answer to this. We are about to create 2 more subsidiaries as we acquired 2 businesses and we will have the same client over multiple subsidiaries. I want to know best practices on setting up or reporting on a consolidated level. thanks
-
Carl, Thanks for the comments. We have the same 1 entity in 2 Subs, for example. We invoice under 1 and do JEs on the other to get revenue there. We will then eliminate the revenue. The issue with the elimination is that you are not able to associate a JE on the Elim Sub to an Entity or customer record. So, when I run…
-
Carl, We have tried the Netsuite consultant path and they just don't understand or perhaps we did not get the best consultant. At a high level, how did you set yours up?
-
Oliver, the total revenue is $1,000. The sub invoicing needs to earn $1,000 and the other sub will earn $500 or their share. The sub with the $1,000 invoicing revenue will have $500 of Consulting Expense. Thus we need to eliminate $500 from revenue and $500 from Consulting expense. This is GAAP accounting.
-
Below is the scenario that I'm trying to accomplish. DAL, STL, and ELIM all represent subsidiaries. At the end of the day I need to show that Pepsi has $100 of revenue and a margin must be recognized on each sub. DALSTLELIMConsolidatedNet Revenue - Pepsi25100(25)100 Salaries - Interco (50650) 25(25)- - COGS Total-25(25)-…
-
I am aware of how consolidations work and I've been down the path with a consultant. Netsuite doesn't appear to follow the laws of GAAP. They have no idea how to eliminate through both the income statement and balance sheet. Each subsidiary that should record intercompany revenues must be eliminated and it would certainly…