What are some creative and useful ways folks are u...
# general
d
What are some creative and useful ways folks are using Chat GPT or other AI for NetSuite?
c
Been wondering this myself. Looks like NS is incorporating AI/LLM into their 2025.1 release, so that's exciting. They'll have an llm module in the suitescript API, and a "Prompt Studio" you can use in the UI. They've implemented it into the Anatlytics Warehouse as well, which claims to add more insight to your data. We have an external system (So, not actually in NS) where we have to map products of our own in the system to our vendors products in their system. We're presented with the string a vendor uses to identify their item, and then we have to create an item to map it to, or map to an existing product on our end. Via a chrome extension, I have chatGPT take the vendors product string and fills in the required fields to create a new item on our end (Category, Color, Variety, Grade) based on that vendor's item string. It works pretty well, it's at least 90% accurate,
👀 1
a
I use it almost everyday for questions. I start there and if the answer doesn't guide me close enough to my answer I normally come here and also https://community.oracle.com/netsuite/english
r
I’ve used it to write suitescripts, brainstorm if something is possible in NetSuite, and project planning. I’ve also used it to update html/css.
n
I tend to use Poe.com for general questions and make use of an extension called TabNine for my IDE when coding.