The “Custom Inventory Balance Search 55” is currently returning all available inventory details, including those that are not associated with inventory numbers. However, transactions require only inventory with associated inventory numbers to be selectable. This task involves reviewing and updating the search to ensure it fetches only the inventories available for transactions. Current Issue: The… Continue reading RAF Support for inventory detail search
Month: January 2025
Assigning Locations Automatically in a Sales Order
When the Automatic Location Assignment feature is enabled and running in your account, NetSuite can automatically assign fulfillment locations to lines in a sales order. Locations are assigned according to assignment rules set up by an administrator or a fulfillment manager. Typically, the automatic location assignment feature is configured to assign locations automatically when a… Continue reading Assigning Locations Automatically in a Sales Order
Auto-population of Inventory Details in NetSuite
Auto-population of Inventory Details in NetSuite based on standard functionality: Scenario with Insufficient Bins: If only one bin has enough available quantity to fulfill the requested order, the system will automatically assign that bin during the fulfillment process, even if no preferred bin is set. Scenario with Multiple Eligible Bins: When multiple bins can fulfill… Continue reading Auto-population of Inventory Details in NetSuite
Assigning a Project Manager to a Project (Project 360)
Employees with full permissions to the project record can assign a project manager to view and edit the data in the Project 360 Dashboard. Note: An employee must be listed as a project resource and designated as Project Manager in the Employee record to appear in the Project Manager dropdown list. See Identifying an Employee as a… Continue reading Assigning a Project Manager to a Project (Project 360)
Prerequisites for Project 360 Dashboard SuiteApp
Before you install the Project 360 Dashboard SuiteApp, make sure you enable the following features in your NetSuite account: Tab: Company Field Group: Projects Projects Project Management Job Costing and Project Budgeting Advanced Project Profitability Activity Codes Advanced Project Budgets Tab: SuiteCloud Field Group: SuiteBuilder Custom Records To enable features, go to Setup > Company… Continue reading Prerequisites for Project 360 Dashboard SuiteApp
Understanding the Automatic Location Assignment Configuration Field
When the Automatic Location Assignment Configuration field is displayed on the sales order form, you can choose the configuration you want NetSuite to use when assigning locations. For example, on a sales order for a business-to-business (B2B) customer, you might use a configuration designed for large volume sales orders. In such a configuration, rules might… Continue reading Understanding the Automatic Location Assignment Configuration Field
Make the first line of address bold in advanced pdf template
Scenario: How to make the first line of the address bold through xml? Solution: <span style=”font-size:10px;line-height:2″>Consignee (Ship to)</span><br /><br/> <#assign shipaddress = record.shipaddress> <#assign shipaddressLines = shipaddress?split(“<br />”)> <#assign x = 1> <#list shipaddressLines as line> <#if x == 1> <b> ${line}</b><br/> <#assign x = x+1/> <#else> <span> ${line}</span><br/> </#if> </#list>
Create a User Event Script to Print Child Custom Record Entries or other Child Subrecord within Advanced PDF/HTML Templates
Scenario Currently there is no possibility to directly include child Custom Record entries in the printouts utilizing Advanced PDF/HTML Templates. This is being tracked under Enhancement 304767. As an alternate solution it is possible to create a beforeLoad User Event Script that will search over the custom subrecord entries and get the results into a custom… Continue reading Create a User Event Script to Print Child Custom Record Entries or other Child Subrecord within Advanced PDF/HTML Templates
Understanding GTM Referrer and Referrer
In the context of Google Tag Manager (GTM) and web analytics, the term “referrer” refers to the URL of the previous web page from which a user navigated to the current page. It provides valuable insights into the user’s journey, helping marketers and analysts understand where traffic is coming from. GTM uses this information to… Continue reading Understanding GTM Referrer and Referrer
To provide access to a specific Dataset
If a user is unable to open a link to a dataset despite having a role with specific permissions, it could indicate an issue with access configurations. To illustrate the scenario, providing a screenshot of the error message encountered. To resolve this issue, we need to review the Share settings of the dataset. Using the… Continue reading To provide access to a specific Dataset