Blender, a versatile and robust 3D creation suite, offers a plethora of modeling and texturing tools that empower artists to bring their creative visions to life. In this article, we’ll delve into some of the key features that make Blender a preferred choice for 3D artists worldwide. Mesh Modeling: Building the Foundation Blender’s mesh modeling… Continue reading Exploring the Powerful Modeling and Texturing Tools in Blender
Month: January 2024
Resolving Greyed-Out Asset Field Editing Issue with Custom Roles in NetSuite
To address the issue of being unable to edit greyed-out asset fields using a custom role, follow these steps: 1. An Administrator should go to Fixed Assets > Setup > System Setup. 2. Enable the “Allow Asset Value Editing” option. 3. In the User Roles field, choose the roles that require permission to edit asset… Continue reading Resolving Greyed-Out Asset Field Editing Issue with Custom Roles in NetSuite
Create the COA without account numbers
It is possible to create the COA without Account numbers even it is a mandatory field in COA record. We can remove account numbers that appear in your chart of accounts, transactions, and on most financial reports. Go to Setup > Accounting > Accounting Preferences. Click the General subtab, Uncheck the Use Account Numbers box.… Continue reading Create the COA without account numbers
To add currency symbol along with an amount
let currencyTotal = 1000; let curFormatter = format.getCurrencyFormatter({ currency: “USD” // Code of the currency }); let curSymbol = curFormatter.symbol; // ‘$’ let totalAmount : curSymbol+currencyTotal; // Displayed as –> $1000 Use N/format/i18n module to get format.getCurrencyFormatter(options).
Customize the Sales Order form to include the Close Order option.
1) Go to Transactions > Sales > Enter Sales Orders > List. 2) Select a Sales Order record and click on View. 3) Hover over the Customize link above the page title and select Customize Form. 4) Go to the Actions tab > Standard Actions subtab. 5) Check the Show box next to Close Action… Continue reading Customize the Sales Order form to include the Close Order option.
Rapid Application Development (RAD)
Rapid Application Development (RAD) is a software development methodology that prioritizes rapid prototyping and quick feedback over long-term planning and design. Rich Internet Applications (RIA) are web applications that have the features and functionality of traditional desktop applications. RIA GUI testing tools are software tools that help automate the testing of RIA applications. These tools… Continue reading Rapid Application Development (RAD)
How to add web chat only for shopping and checkout
We are extending the header.view for it will not affect the indexing issue of the website. _.extend(HeaderView.prototype, { getContext: _.wrap(HeaderView.prototype.getContext, function(fn) { var originalRet = fn.apply(this, _.toArray(arguments).slice(1)); if(SC.CONFIGURATION.Webchat){ if (JSON.stringify(new XMLSerializer().serializeToString(document)).indexOf(‘https://contact.goto.com/web-chat/widget.min.js’) === -1) { jQuery(‘body’).append(jQuery(`<script type=”text/javascript”> (function(e){var t=”https://contact.goto.com/web-chat/widget.min.js”;window[“CC_WEB_CHAT_APP_KEY”]=e;var n=function e(){var n;var a=document.createElement(“script”);a.type=”text/javascript”;a.async=true;a.src=t;var r=document.getElementsByTagName(“script”)[0];(n=r.parentNode)===null||n===void 0?void 0:n.insertBefore(a,r)};if(document.readyState===”complete”){n()}else{window.addEventListener(“load”,n,false)}})(“e6390505-8fa4-4591-82d7-43eb93fe4998”); </script>`)); } } return originalRet; }) }); To add a… Continue reading How to add web chat only for shopping and checkout
The History of Animation
Hold onto your popcorn, because we’re about to embark on a whirlwind journey through the surprising and often wacky world of animation history! Forget stuffy museums and dusty timelines, this is a roller coaster ride where cavemen do the jitterbug and robots breakdance. Buckle up, because animation is much stranger, older, and wilder than you… Continue reading The History of Animation
Change of BOM Structure | Manufacturing
Starting from NetSuite 2023.1 Bills of Materials release, the embedding of components into an Assembly Item will no longer be supported, with only essential business issues receiving fixes. To maintain this functionality, users are advised to transition to the free Advanced Bill of Materials feature. Upon enabling this feature, NetSuite will seamlessly migrate all existing… Continue reading Change of BOM Structure | Manufacturing
Bundling Email Templates
Email Templates are not supported by the bundler yet but there is an enhancement request filed for it. Provided the limitation, instead of hardcoding the template internal ID into your suitescript, create a script parameter to store the internal id of the Email template and make it portable accross the accounts ( to migrate the… Continue reading Bundling Email Templates