My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
Since the Duplicate button is a row action button, so option 1 & 2 did not work Though a custom javascript as shown worked jQuery('div[data-grid-view-section="action-bar"]').find('div[aria-label="Duplicate"]').hide(); //2025.1 jQuery('div[data-grid-view-section="action-bar"]').find('button[aria-label="Duplicate"]').hide();…
-
My question for project hierarchy, what saved search's Sub Of criteria can do to get all subprojects in every sub level, can this be done using SuiteQL, if CTE is not working the way it works
-
Is this resolved as it appears like recursive query still not working
-
I have got the answer from the SuiteAnswers, and it returns a JSON string https.get({ url: "https://rest.netsuite.com/rest/datacenterurls?account=" + runtime.accountId })
-
Thanks for all the help and troubleshooting. We just tested the same scenario in our leading account and it works as intended, so the issue is with our trailing dilley account.
-
Probably couple of years ago, its the first time that we are testing N/currency API in this account
-
Yeah there is none provide, how to assign?
-
The features that are already enabled Accounting Preference was already setup
-
Automatic update is already selected I think the exchange rates are not being uploaded in my test account, what could be the reason? The last effective date was 8/5/2016
-
Found one of the help document and its currently not working or updating the rates
-
Yes USD is assigned to AMERICAS subsidiary Yes, the consolidated rates appears to incorrect So I believe this is reason, but clicking Calculate on Jul 2025, did not change anything. Can you direct me to the help document that talks about how to setup these consolidated rate on monthly basis?
-
But when I do the similar in Germany subsidiary in EUR The Headquarters (Consolidated) is showing the correct USD conversion Check line 3: 2799.62
-
The Journal for Canadian Subsidiary with CAD The Income statement at Americas (Consolidated) So 4587.70 & 393.23 was entered as CAD on JE
-
I have pasted the screenshot in my earlier comment where the html preview is showing the prefix that NetSuite generated. The main issue is since the search is part of bundle, and the url is programmatically being created on the client side to be redirected to the search, and this prefix is different in different NetSuite…
-
Just because of this prefix in Available Filters field, you cannot programmatically build the saved search url, from one NetSuite account to another
-
So the custom script queries vendor transaction and populate it into invoice standard fields Rate & Amount. So for getting foreign amount & rate I am using fxamount and fxrate from vendor bill. I found fxamount in record browser documentation, but got to fxrate by hit and try, which I wanted to confirm that this field be…
-
What is happening currently: Primary Subsidiary is US Second Subsidiary is GER Vendor bill is created against the vendor and project that belongs to GER with EURO currency Now when you use in N/search or nlapiSearchRecord rate & amount columns, it returns you the auto converted amount in USD fxrate & fxamount columns, it…
-
I am using v2.x N/ui/serverWidget module to add select type field. The suitelet works correctly when run standalone. As soon as the same suitelet is loaded in an iframe in the parent suitelet, then the field does not drop down and start throwing javascript exception. On the otherhand multiselect field works in iframe.
-
We will review in the upcoming week and will update here
-
Is there any upgrade in customizing the cost template or any way we can add costs dynamically (scripting) to the work order to manage the variance.
-
The client script is attached with Suitelet It requires several custom js script files with utility functions The browser while loading client script, gives the module time out error
-
Yes it did not work, may be its my computer. I will try another to check
-
Update: its just happening on Chrome
-
additional info
-
The error it throws
-
I am using New Weekly Timesheet. When I entered hours I entered in the following order of rows PRJ0003 PRJ0002 PRJ0004 PRJ0001 In view mode I can sort them, but in edit mode I can not. Is there a way?
-
That worked, thanks.
-
I think I have stumbled upon the solution. If the Deployment record of v1 script is still attached to the Deprecated Queue 1, where your NetSuite account is not configured for SuiteCloud Plus, then please load the the deployment record in View mode, Remove Queue and Save. It will fix the 5min delay issue.
-
Server response priority after every 5min for scheduled job v1, and no delay for v2. This would be unfair for existing implementation for v1.
-
Yes the Rates sublist was hidden