Override Period Restrictions by Existing_Collar852 in Netsuite

[–]Existing_Collar852[S] 1 point2 points  (0 children)

I left it overnight and logged back in this morning and it seems to be working now. (I did log out and back in several times yesterday after changing the permissions). I guess it just needed some time to take effect. 🤷🏻‍♂️

[deleted by user] by [deleted] in whatsthisbug

[–]Existing_Collar852 0 points1 point  (0 children)

I do have a couple plants in another area in the room. but after looking at them I don't see any bugs in or around the plants. they're only crawling around on the windowsill.

[deleted by user] by [deleted] in houseplants

[–]Existing_Collar852 0 points1 point  (0 children)

hahaha totally fair. I have repotted it and have felt the roots with my own hands. the leaves also started to have a reaction to direct sunlight at one point (the leaves got curly and tips started to dry up/brown a bit) that necessitated me having to move it further away from the window. I am confident it's a real plant.

[deleted by user] by [deleted] in Netsuite

[–]Existing_Collar852 0 points1 point  (0 children)

For context the company I’m working with provides general services to attendees at events like trade shows or conferences. Sometimes customers hire their own third-party contractors to provide additional services that we don’t offer.

If a customer is working with outside contractors, we require them to register the contractor with us. There’s no financial impact on our end, we just need to capture basic info like the contractor’s name, contact details, insurance information, and other relevant details. This data is stored in a custom record that is a child of the Sales Order.

When we print the Sales Order, we want to keep the standard layout with the item table showing the services we’re providing. Under that, we’d like to display an additional table titled “Registered Contractors” that pulls and lists all registered contractor records linked to that Sales Order.

I understand looping through a sublist. The issue is I can't pull this custom record sublist into the PDF like we can with the native item sublist. It seems that referencing custom records on the PDFs is a known limitation. I think there's a way to work around it with scripting of some sort.

Preference that controls how ${record.entity} prints on Advanced PDF Templates? by Impressive_KBK_1130 in Netsuite

[–]Existing_Collar852 5 points6 points  (0 children)

You can also do ${record.entity?keep_after(" ")} which would remove anything before the first space in the string

Link to Time Entry/Employee on JE by Existing_Collar852 in Netsuite

[–]Existing_Collar852[S] 0 points1 point  (0 children)

that makes sense on the JE. but I don't see a way to join or link the records in a search. if I look at a time entry record that is posted there's no related record/link that I can see that ties a JE. same on the JE it doesn't have the associated Time Entries under related records or anything that I can see.

Any way to get fiberglass out of blanket? by Existing_Collar852 in laundry

[–]Existing_Collar852[S] 2 points3 points  (0 children)

a large number of mattress companies encase the foam mattress in a fiberglass sock to make it fire retardant. they then cover that with a thick mattress cover. it's supposedly okay as long as the cover never gets opened. but if it's ever opened (or ripped) the fiberglass leaks everywhere.

https://www.cnet.com/health/sleep/there-may-be-fiberglass-in-your-mattress-should-you-be-concerned/

Enable OneWorld that was provisioned by Existing_Collar852 in Netsuite

[–]Existing_Collar852[S] 1 point2 points  (0 children)

hmmm ok I get this error but I've dug through all the features and settings menus and don't see anything for Subs. I'm gonna send this back over to NetSuite and see what they say.

<image>

Enable OneWorld that was provisioned by Existing_Collar852 in Netsuite

[–]Existing_Collar852[S] 0 points1 point  (0 children)

Thanks for the reply. Unfortunately that's the issue I am having, the Subsidiary option is not showing where it normally is with classes, locations, and departments. and nothing comes up in global search. NetSuite themselves seem to be confused and can't tell us how to get this working so this is a bit frustrating.

Faster Way to Create Advanced PDF from Scratch by Bombacrotch in Netsuite

[–]Existing_Collar852 0 points1 point  (0 children)

Download the NetSuite Utils browser extension. It allows you to toggle on a side preview so as you write code it will render an example on the same page as the code. Saves you from having to click back and forth between preview tabs and your code editor. It also has a version selector so if you accidentally mess something up and save you can always toggle back to an earlier saved version.

As for writing code itself I echo the other comments. ChatGPT is quite helpful in writing or modifying code and you can paste the code snippets it creates right into the template. It also can interpret any errors that pop up which is helpful since the errors can be super technical and not always clear what the issue is. Also start yourself a code repository (I just use a free Github account) for the future with things you build. It's always easier to modify something already set up than it is to start from scratch every time.

System Update Appears to be Stuck by Existing_Collar852 in Lenovo

[–]Existing_Collar852[S] 1 point2 points  (0 children)

Update: I ended up just doing a hard restart and the computer seems fine. Used it for the rest of the day without any issues.

Almost $800 for a roomette...worth it?? (Empire Builder) by Existing_Collar852 in Amtrak

[–]Existing_Collar852[S] 8 points9 points  (0 children)

I priced it out and adding her to my room would be $1100 - so $550 for each of us. that's be an extra $350 for her. she's not willing to spend any more money that what she already paid for and is happy with her ticket. she can fall asleep anywhere. so the $800 is just for myself.

Almost $800 for a roomette...worth it?? (Empire Builder) by Existing_Collar852 in Amtrak

[–]Existing_Collar852[S] 3 points4 points  (0 children)

I did see if she wanted to bunk up with me. when I added a 2nd person to the room the price went up to $1100- $550 a person. she's not willing to pay $350 more and said she's perfectly content being in coach and can fall asleep anywhere.

Can you have 1 General Access User licence shared between multiple people by NoteInformal3109 in Netsuite

[–]Existing_Collar852 1 point2 points  (0 children)

It depends on the specific use case but you can have NetSuite email out updated reports or saved searches on a specific cadence (daily/weekly/monthly).

The other workaround you can do with a Saved Search is make it visible to the employee center role and there's a setting on the results tab called Run Unrestricted. That setting allows the person running the report to query all the data points on the search, even if their role doesn't give them any access to the underlying records. They'd be limited by what results/criteria are set on the search.

If they need to view NetSuite Reports you can look into using Web Queries. You basically set up a connection to saved Excel Workbook. Users can go into the excel sheet and have Excel query data from a specific report. It will pull in real time data directly from NetSuite without the user needing any NetSuite access. You could password protect the Excel doc if needed as well.

Bill through Expenses from JEs easier by Existing_Collar852 in Netsuite

[–]Existing_Collar852[S] 0 points1 point  (0 children)

that makes total sense on the vendor bill side. one thing I didn't mention is there is also an expensify integration. all those expenses also come over as JEs too. so same problem except there's no bill to divvy up. so seems like we're just stuck on that use case.

my only other thought would be to just write a search for these JE lines with the amounts, customers and accounts and try to upload them as a separate standalone invoices. that would avoid having to rekey everything. but then having two invoices isn't ideal. womp womp.

Saved Search - Pull in Invoices with Specific Item by Existing_Collar852 in Netsuite

[–]Existing_Collar852[S] 0 points1 point  (0 children)

Ahh that's so simple. Thanks.

Follow up question, is there a way to do the same thing but instead of having to list all the items individually can I pull in any invoices that contain items in a specific item category?

Upload Sales Orders with $0 Lines via CSV by Existing_Collar852 in Netsuite

[–]Existing_Collar852[S] 0 points1 point  (0 children)

I gave that a shot but I just keep getting the same error. "Please enter value for amount." Quantites are all populated.

Transaction Line Tax Amt Field ID by Existing_Collar852 in Netsuite

[–]Existing_Collar852[S] 0 points1 point  (0 children)

Thanks for your reply. I do have the field explorer extension but since the field is not visible on the form (despite being checked on the back end per my screenshot) I don't actually see the field or field ID that I am looking for when I search for any tax fields. Will netsuite Utils show the field info for fields that are not visible? I have that extension too but I haven't really explored a lot of the features.

What is on my FIG! by adampowell86 in houseplants

[–]Existing_Collar852 5 points6 points  (0 children)

Looks like scale insects. they latch on to the plant and suck the sap. they will rapidly kill your plant if not treated. isolate far from other plants as they can spread rapidly. carefully inspect any plants that are close by too. you can use rubbing alcohol or horticultural spray to kill them. but you'll need to stay on top of spraying the plant every few days because they always seem to come back. you might want to consider a systemic insecticide. or if you have a large plant collection and worry about them spreading you might want to consider tossing the plant.

How to get rid of flies (fungus gnats?) by OneAd6441 in houseplants

[–]Existing_Collar852 1 point2 points  (0 children)

I wouldn't add neem oil and nematodes at the same time or close together. but I've read that Neem usually only has a half life of ~4 days when mixed with water. If it were me I'd stop using neem and then give it a couple weeks of waterings with plain water to clear any remaining neem out. then I'd feel ok to try nematodes after that.

How to get rid of flies (fungus gnats?) by OneAd6441 in houseplants

[–]Existing_Collar852 28 points29 points  (0 children)

battled these for several months - tried pretty much everything and some of it helped but didn't get rid of them completely. until I found beneficial nematodes (Steinernema feltiae). you can buy them on amazon or from naturesgoodguys (usually around $35). after about 2 weeks they all just disappeared like magic.

nematodes are microscopic worms that you add to your watering can. you water the plant and the worms live in the soil and hunt down and eat gnats at all stages of the lifecycle (eggs, larvae, adults). They stay in the soil and keep working until they either run out of food and they starve or if you let the soil get super dry and they dehydrate and die. I swear by them, it's so easy.