Minha área
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comentários
-
Hi @"BaileyD", To explain in a technical perspective, Internal ID is the Primary Key used to uniquely identifiy records in the NetSuite database. With that said, if changing its value is allowed, there could be a possibility of duplication of values which defeats its purpose of being a unique value on the Database Table…
-
Hi @"ejsun", Upon checking, I have found the following SuiteAnswers Article describing how to get your desired result: 71184: Item Search > Show Parent Matrix Items that have no Active Child Items Hope this helps. -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"3968939", You can check the Delete Dependencies of a Custom Transaction Line Field on its settings page by pointing the cursor at Actions menu > Check Delete Dependencies. See screenshot below: Hope this helps. -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"NinaInLV", Please see my latest reply on this related thread: do not allow discount on an item -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"JCirocco", Have you tried clearing your browser's cache or using another browser/accessing NetSuite in Incognito Mode? If the above basic troubleshooting steps don't work, it is recommended to file a case to support to confirm if the concern is a possible defect. Hope this helps. -Jack @"Jack Daryl Espiel-Oracle"
-
You are welcome @"Chidi Okwudire". Glad to help! -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"NS_YB", Upon checking, accessing sublists on Opportunity Record Type via Workflow is currently not supported as opposed to Transaction Types. However, you can do it via SuiteScript instead. There is related enhancement request about support for Sublist Action Groups for Opportunity Workflows but since the ability to…
-
You are welcome @"417PM". Glad to help! -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"417PM", You can configure the number of items on Drop-down Lists to become a Type-ahead list in Home > Set Preferences > Maximum Entries in Dropdowns field under General subtab > Optimizing NetSuite section. Set the field to a lower value to be able to search on drop-down lists with few options. See screenshot below…
-
You are welcome @"Tadas Gasiunas". Glad to be able to assist you! -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"kimt", Unfortunately, the feature is also outside the capabilities of Basic Customization and SuiteScript. With that said, you can vote for the Enhancement Request stated on my previous post in the meantime. Thank you for understanding. -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"kimt", Upon checking, the option to display the Field Help when pointing/hovering the cursor to a field is currently not available in NetSuite and the following Enhancement Request has been filed for this: Enhancement 81808: Help > Customer is requesting info balloons be added to show additional information when…
-
Hi @"4160819", Please try the highlighted code below placed on the indicated position under the Items Table code of your Advanced Template: ... <table cellspacing="1" class="itemtable" style="margin-top:10px;width:100%;"><!-- start items --><#list record.item as item><#if item_index==0> <thead> <tr> <th align="left"…
-
Hi @"Chidi Okwudire", To further explain @"JCirocco"'s answer, if you have an Approval Workflow for your Vendor Bills, look for the 'to be submitted state' where the Add Button action for it is set and add a criteria on your Saved Search to filter only the records that are currently in that state. See screenshots below for…
-
Hi @"kimt", To be able to hide fields via Workflow, use the Set Field Display Type action. Make sure that on the Workflow General Settings and on the Action Settings, there is none selected on both the Event Types and Contexts fields to in order to make it work on both Edit and View modes. See screenshots below for sample…
-
Hi @"Chidi Okwudire", The following Saved Search Criteria settings should do it: Hope this helps. -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"paula.courtemanche", Can you try adding the following criteria in your Saved Search to display only the Main Line Results and exclude the Line Item results: Filter: Main Line Description: Yes (is true) Hope this helps. -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"3968939", Upon checking, the option to rename the links on the Reminders Portlet is currently not available in NetSuite and the following related Enhancement Request has been filed for this: Enhancement 92973: Please add the ability to be able to change the Names of the Titles and Links that appear on the My Account…
-
Hi @"Biomerics_Admin", Do you still encounter the problem on your Release Preview account? If so, can you try clearing your browser cache or using another browser? If the basic troubleshooting steps above don't work, it is recommended to file a case to support to confirm if there is an issue with loading of some record…
-
Hi @"NS_YB", I have performed tests using a Test Account with the Contract Renewals bundle installed and found out that the Set Field Display Type Workflow Action does not support Line-level Client Triggers yet. So, you may not be able to disable the Inline Discount line field with a condition that checks the Line Item or…
-
Hi @"3941939", I have tested using my Test Account and found out that ${item.item.memberitem} is only of hash+string type and only prints the first component of an Assembly Item and there is no collection nor sequence types yet that contains all the components of the assembly item that is available for Advanced Picking…
-
Hi @"3968939", If you're trying to add the field to the Transfer Order Register Report and it is not available, you would also need to apply the Custom Field to Sales Transactions and try adding the field to the report again. See screenshots below for an example: Hope this helps. -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"3967582", For your information, the following Enhancement Request has been filed to support filtering of Standard Classifications such as Department and Class: Enhancement 281579: Dynamic Filtering of Standard fields You can vote for the Enhancement Request by submitting a case to support or via SuiteIdeas. Refer to…
-
Hi @"mestrellado", Upon checking, opening links from the Saved Search Results via NetSuite Mobile App will redirect to the creation page of the record the Saved Search is set to search for. For instance with Opportunity Saved Search, any link will redirect to the New Opportunity Page. This is a limitation of the Mobile App…
-
Hi @"CDuf", This could be related to an Issue that occurred today. According to https://status.netsuite.com, after the issue was initially deemed resolved, a datacenter was still affected but it is now also resolved. If you are still having latency issues, it is recommended to file a case to support to make sure that it is…
-
Hi @"kimt", If you created the Custom Dropdown List Field via UI in Customization > Lists,Records & Fields > (Custom Field Type) then you can apply filtering options to it under the Sourcing & Filtering subtab on the custom field settings. Note: The List/Record type selected should be a native NetSuite Record Type (e.g.…
-
Hi danish_rizvi, Upon checking, printing transactions via NetSuite Mobile for Android is a not yet supported and the following related Enhancement Request has been filed for this: Enhancement 402566: Mobile > iPhone > Ability to print any records that is accessible using the iPhone Application Initially, this enhancement…
-
Hi @"Ben H", Another way that you can do this is by executing the following SuiteScript code via the browser's console on Edit mode of the Sales Order then save the record: nlapiSetFieldValue('opportunity', null) See screenshots below for a sample application of this method: After saving the Sales Order, the result should…
-
Hi @"Mahdy Abdelaziz", Check out @"Robert Nedelkow-Oracle"'s reply on this thread: It might be what you're looking for. -Jack @"Jack Daryl Espiel-Oracle"
-
Hi @"417PM", In addition to @"Michelle Jabanes-Oracle"'s answer, if you use Advanced PDF/HTML Templates instead of Basic Templates, you can apply the highlighted code below for the Totals Table of your Invoice template to display the discount information on your print-out: <table class="total" style="width: 100%;…