-
Check Templates w Routing Number & Account
I am trying to create a check template that will print the check routing number and account number in the MICR font on blank check stock. I purchased the MICR font and uploaded it to NetSuite and edited the code. The routing and bank account number will not print. I am starting to think it isn't possible to create a check…
-
Mass Update | Campaign Response on Customer Record
Greetings Community, we're looking to see if there is a current possibility to add Campaign Response in bulk on Customer Record via CSV? Or does this end up in Enhancement 167691? Please Confirm! Thank You for your time and efforts :)
-
Customer Part Numbers - Kit/Package Items
Hello NetSuite Community! I am asking for help on regards of Customer Part Numbers. We need to use them for all types of item, even Kit/Package. We have an EDI integration that necessit to receive, and send the information to our partners. Has anyone been able to work around the NetSuite limitation on this?
-
[NSC Weekly Buzz] Stay Informed: Explore What's Happening in the Community, March 12-18, 2025
Ready to grow and get involved? Discover local events that spark creativity, boost skills, and bring the community together! 🧵 What's Threading? Check out this popular thread and see what our members are talking about: リリース2025.1主要なアップデート! 📊 Analytics Hub Boost your data analysis with expert tips and proven strategies to…
-
Contact Activities for one Rep not Visible to Sales Manager
Our Sales Manager can't see a specific Event with a customer on the Customer Dashboard that was logged on 2/3/25. The rest of the team can see it but not the Sales Manager. Sales Manager sees that reps other activities but not this one. It's not a Private activity either.
-
Income Statement Summary
Hi, I have a client that needs the income statement in a specific summary format. Here is an example below. Some rows come directly from accounts. Some rows are formulas. Any guidance you could give me on an approach as to achieve this?
-
How to Full Country Name to Custom Item List Field
Hello, We have a custom field in our Sales Order Item List for the Manufacturer Country of the item. We then have a workflow to fill in the field when it is not automatically set when order is created in web store (Don't know why being set so trying to use workflow to fix) > The workflow is also setting another item list…
-
C# > RESTlet Authentication Using Token (Token-Based Authentication)
Hi, I'm trying to call my RESTlet from C# application using TBA. From SuiteAnswer ID: 42169 I have a code snippet Uri url = new Uri("https://nlcorp.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=992&deploy=1"); OAuthBase req = new OAuthBase(); String timestamp = req.GenerateTimeStamp(); String nonce =…
-
How to group by item in Stock Ledger
Hi guys, It's me again. I would like to know that how group Item in Stock ledger, which means 1 item has 1 line only in the report in order to know how many beginning on-hand, input, output, ending on-hand of a item through all locations in a specific period. I tried to not group Item columns, but it doesn't work. Here's…
-
Is it possible to send Total Amount in an Item Fulfillment record to ShipHawk through API?
Hello, Is it possible for Netsuite to send a total dollar amounts of what's actually being shipped through API to ShipHawk? We noticed that Netsuite is currently sending full order's dollar amount instead. This becomes a problem when we are trying to ship COD from ShipHawk. SO123 : Total Amount: $1000 => This is what…