My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
Comments
-
Hi @Tom Dalton, As per my understanding, this can be achieved with a Suitelet deployed as Available Without Login, which can display your saved search results on a shareable URL. Just note that NetSuite has made changes to Available Without Login Suitelets , including updates to external URL handling and…
-
Hi @User_9V660, You can update the Location field using Lists > Mass Update > Mass Updates > General Updates > Transactions and then select the specific transaction type (Sales Order, Invoice, Vendor Bill, etc.). Add criteria to identify the transactions with a blank Location, then under Mass Update Fields select Location…
-
Hi @HBrown, I don't see any documentation that specifically excludes Caretaker accounts from using the NetSuite AI Connector Service. The connector authenticates against a NetSuite account using OAuth and role-based permissions, so the key question is whether your Caretaker environment supports the required features,…
-
Hi Agus (@User_Q1DPO), You could also consider a custom Suitelet + SuiteQL solution. The Suitelet can let users select a bank account and date range, while SuiteQL calculates: Opening Balance (before start date) Debit Credit Running Balance all in the bank account's original currency (USD). This approach avoids the…
-
Hi @User_Q1DPO, Not a promotion, just sharing an alternative option. If your requirement is to add subsequent CIP/acquisition costs to an existing fixed asset, you may want to evaluate NetAsset by Netgain: Alternatively, this could also be addressed through a custom NetSuite solution using SuiteScript and custom records to…
-
Hi @Nilesh.Gupta, Before Bill Capture can be enabled, the account must be provisioned with the NetSuite AP Automation module, as Bill Capture is a component of AP Automation. Once the module is provisioned, you can complete the required setup, permissions, and related SuiteApp configuration. Oracle documentation for Bill…
-
Hi @User_RUQ2X, since it's open you can just delete it and the revaluation will go with it. Any issue deleting it on your end?
-
A
-
Hi @Luis G, The PDF I shared was made with a small custom traveler (a Suitelet) that reuses the SuiteApp's own routing instructions process and adds the one step it leaves out, converting the newline to <br/> at render. You keep entering instructions the same way (just press Enter for each line) and they render on separate…
-
Hi Ed Doherty, This appears to be a server-side error. Could you open your browser's Developer Tools, go to the Network tab, and then click the Save button again? You may find additional details there. Please check the response of the POST request and share any relevant error messages or response details.
-
Hi Jebin Varghese-Oracle, I ran a test on this. I created a Purchase Order via REST Web Services, and the SuiteApprovals flow did not trigger at the point of creation. Looking at the System Notes on the PO, all the fields were set by the REST create, but the SuiteApprovals Map/Reduce script did not run at that time. It…
-
Hi @Luis G, You need line break on Traveler pdf ? like this
-
Hi @Nilesh.Gupta, Could you please confirm if you are working with Scriptable Email template.
-
B
-
@Ckirk for me its working fine and my bookkeeper role have Financial History view permission.
-
Hi @Ckirk, Could you please share the screenshot of your custom role with all the permissions you have granted so that i can try to replicate and find the solution in my development account.
-
Hi @Adinath_Bodakhe, Another way to handle this is with a client script. I've put together a small one that runs whenever the transaction date on the journal entry is changed. It looks up the exchange rate for the new date and fills it in automatically. If there's no rate set up for that date, it leaves the existing rate…
-
D
-
C
-
Hi @jenluna, I added the Company Name (Customer/Project) field from Budget and Financial, and I can see both the Budget and Actual values in the same row. Could you please provide some additional details about the issue? If possible, please also share a screenshot so I can try to recreate the issue in my sandbox account.
-
User_JLBXV There you go I have updated the script to Set First name Last name and than Custom Employee ID Create the Script record Go to Customization > Scripting > Scripts > New. Select the javascript file(save the below code as javascript file on your local machine) and click Create Script Record. NetSuite reads the…
-
Hi @User_9V660, You can use the Mass Updates functionality to find multiple records, with outdated information and update all field values simultaneously of these records. let me know if you wanted to go to this route and will help you out if you have any issue.
-
Hi @User_JLBXV To achieve what you want there are multiple ways to do it like using workflow, User Event script, or client script. I did it using a client script, see the screenshot below. Let me know if that works for you and I'll share the script.
-
False
-
@Jayben Fung Currently, this is written as a standalone Suitelet script, but you can easily trigger it via a custom button click on any page. Unfortunately, this functionality isn't achievable using a standard Saved Search as per my best knowledge. Here is the Suitelet script: /** * @NApiVersion 2 .1 @NScriptType Suitelet…
-
Hi @User_OB3V0, Aside from current issue, there are two red flags with your partner's setup. First, NetSuite is actively phasing out SOAP Web Services, so building or maintaining an integration on SOAP instead of REST is not good. Second, targeting an outdated 2019.2 endpoint is a big liability since legacy WSDLs get…
-
Hi @Jayben Fung , I haven't tried modifying the Advanced PDF template. Instead, I created a lightweight Suitelet that replicates the print functionality and successfully consolidates the JEs. If you're looking for a similar solution, feel free to reply to this message, I’d be happy to share the boilerplate script with you!
-
Hi Nilesh(@User_FJEEG), To the best of my knowledge, the login audit trail only captures the IP address and does not provide additional device details.
-
Hi @Amjad Kasem , is there any reason you have not tried making an Advanced Intercompany Journal Entry?
-
FALSE