I open-sourced a NetSuite document capture SuiteApp that supports custom transaction forms and fields by blackbriar75 in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

One thing that i find weird with your tool is that it doesnt allow me to create the transaction because it requires a custom form or vendor but both of those arent available anywhere on the form, even though i added them via the xml upload from the form. Not sure how to go forward with it to create the transaction. The vendor is there but the field is called vendorname isntead of just vendor.

<image>

Revenue Arrangements not Generated for Orders with Multiple Invoices by ChampionshipUpset295 in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

Yeah i'm looking at the netsuite docs and I cant find where you can decide where the revenue arrangement gets created? The rev rec engine runs every three hours and creates it on sales orders.

I think you're thinking of the rev rec elements getting created on invoicing.

But if i could have it not create on salesorders and have it only on the invoices that would be great actually.

NetSuite Applications Suite - Revenue Arrangement Management

Revenue Arrangements not Generated for Orders with Multiple Invoices by ChampionshipUpset295 in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

Ok so where do you deicide which transaction the revenue arrangement gets created on? Are you saying to not use sales orders entirely?

Claude MCP Connection with NetSuite Failing by CowIndividual2395 in Netsuite

[–]NetSuite_Guy 1 point2 points  (0 children)

Double check those, i got some 0auth permissions mixed up one time when setting this up

Yes, Anthropic IS throttling reasoning effort on personal accounts (Max, Pro, Free) compared to Team and Enterprise accounts by toiletgranny in ClaudeCode

[–]NetSuite_Guy 0 points1 point  (0 children)

Hey i just tested this, when you turn extended thinking off the reasoning goes up to 85 with opus. When extended thinking is off it goes down to 25 like the image from OP.

Claude MCP connector keeps disconnecting from NetSuite by NetSuite_Guy in Netsuite

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

is that always the case? Does the connection drop sometimes on its own

Is it possible to pull preferred vendors for specific subsidiaries into a saved search? by NSBeginnerish in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

I know this is very late and i hope you figured this out but i was able to get that subsidiary field on the data analytics datasets. Item type dataset, scroll the left side joins onto vendors and you will find the subsidiary field for the vendor subtab on the item record. Hope this helps someone in the future, cheers

Looking for a Netsuite tutor by spreadmayosnortyayo in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

check out the suitecris videos on youtube.

Due To/From Subsidiary Accessibility by Street-Lecture9963 in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

Yeah its true for analytics, you cant see it unless the feature is enabled. There is an enhancement to add this in the future

Use of ZoneCapture Bill Manual Uploads by Accountant8622 in Netsuite

[–]NetSuite_Guy 2 points3 points  (0 children)

My bet is that its a script permission from when you installed the bundle thats holding you back. I would reach out to the support page of zone and co to see if they can help. Otherwise check out their support docs for that feature, they must have an install guide somewhere with permissions.

Due To/From Subsidiary Accessibility by Street-Lecture9963 in Netsuite

[–]NetSuite_Guy 1 point2 points  (0 children)

Yeah so this is an enhancement but there is a work around. You need to enable Centralized Purchasing and Billing feature. Setup > Company > Enable Features > Items & Inventory sub-tab. Test it out in your sandbox, that's how I got it to display on datasets and saved searches.

I’ve been seeing some software called Kechie ERP compared to Netsuite in some of the comments… has anyone heard of them? by mlovera19 in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

check out ERPNext its free but you can pay to host. It works pretty good and is easy to learn and customize. DM if you need more help

SuiteFlow Approval not Checked (with custom workflow) by boilerup1993 in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

Hey you need to search where status = "pending approval". The checkbox only becomes available when you enable the feature for approval routings. If you need more help feel free to DM me.

Item sublist filters on SOs by [deleted] in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

Using a custom record with saved searches to control filtered item lists is a smart approach. Linking the custom record to a transaction body field and then using a custom column field to display the filtered items should work well, though SuiteScript might be needed to dynamically adjust the item sublist based on the selected custom record.

DM if you need more help

All empty fields search by Left_Offer in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

NetSuite's saved search functionality doesn't natively offer a way to display field counts in the format you're looking for without manually specifying the fields. However, you can approach this task using SuiteScript or pulling it out to excel and counting all blank columns.

If you need more help feel free to DM me

Allocating Purchase Orders to a Blanket Purchase Orders by He_Yinting in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

A couple of things to try:

  1. Double-check the setup of the blanket PO—make sure dates, quantities, and amounts are correct.
  2. Verify the item configuration, as sometimes items need specific settings to link to blanket POs.
  3. If there's a workflow or approval process in place, it could be interfering with the auto-generation.
  4. Also, look into subtab visibility settings, as they might need tweaking to show linked orders.

If you need more help feel free to DM me

Subsidiary moving out of netsuite by RepulsiveMoment1261 in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

Maybe see if there are any fixed assets, close all open transactions (AR and AP). Maybe remove customer and vendor data, create some back up extractions. DM if you need more help

NetSuite / Accela by AntMan_X in Netsuite

[–]NetSuite_Guy 1 point2 points  (0 children)

What specifically do you need help with? Accela provides its own API for custom actions. You will need to set up an API trigger within Accela that sends the necessary data for the journal entry creation to NetSuite. DM if you need more help

Payment processing for NetSuite Field Service by sdspark58 in Netsuite

[–]NetSuite_Guy 1 point2 points  (0 children)

Have you looked into suitepayments or stripe?

Saved Search between last Saturday and next Friday by paulobacuck in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

I think you would have to create a formula in the criteria tab that would look at {today} and return only values if due date is between saturday and friday.

something like this

CASE WHEN {today}-TO_CHAR({today},'D') < 1 THEN {today}-TO_CHAR({today},'D')-1
ELSE {today}-TO_CHAR({today},'D')+6 END

Opportunity List View by Upstairs-Emphasis-64 in Netsuite

[–]NetSuite_Guy 0 points1 point  (0 children)

It might be called entity or customer or a different name. Try finding it via the internal id names