We can add barcode type “Code 128” in the Advanced PDF Template. It is the advanced version of code 39, and can include the 128 characters in ASCII. For Example, If we want to add a barcode in the packing slip template in which the Barcode represents a concatenation of the Purchase Order and Delivery… Continue reading Code 128 Barcode in Advanced PDF Template
Month: February 2022
Svelte:Conditional Logic in Templates
In a Svelte component, when it comes to rendering HTML you can work with some specific syntax to craft the UI you need at every stage of the application lifecycle. In particular, we’ll now explore conditional structures. The problem is this: you want to be able to look at a value/expression, and if that points… Continue reading Svelte:Conditional Logic in Templates
svelte:Read-only bindings
offsetWidth, offsetHeight, clientWidth, clientHeight can be bound, read only, on any block level HTML element, excluding void tags (like br) and elements that are set to be inline (display: inline). Get a reference to the HTML element in JavaScript bind:this is a special kind of binding that allows you to get a reference to an HTML element and bind it to… Continue reading svelte:Read-only bindings
Working with Address Override
A user may want to set a default value, whether marked or unmarked as default, for the Override box in the Address field of their transaction recordsSolution:For transactions that will be created manually in the NetSuite UI. the default value of the Override box in the Address field of transaction records depends solely on the default value set on the Address field in the Customer/Vendor records.For instance,… Continue reading Working with Address Override
Get User details from the profile model
SC.PROFILE_PROMISE.then(function(e){console.log(e)})
RequireJS in Magento
requirejs-config.js uses for creating the JavaScript resources mapping. We can find all require configs under: pub/static/_requirejs. As far as I know, the correct way to load our custom script via Require Js: using template to call our script. We will create new template with Magento\Framework\View\Element\Template its block class. If we want to load js files on all pages and don’t… Continue reading RequireJS in Magento
How to Expand / Unexpand NetSuite Tabs when No Icon is Present
In many cases, NetSuite will present an indicator (“unrolled view”) on the upper right-hand corner that allows us to click to expand or contract the subtabs. But there are times that icon is missing. Modify the URL of the page we are on by adding the following parameter to get the desired presentation: Tab Contract: &unlayered=F… Continue reading How to Expand / Unexpand NetSuite Tabs when No Icon is Present
Saved Search to Schedule mail with Error Record created
1. Navigation : Lists >Search > Saved search > New > FDM Error Message 2. On the Criteria Subtab enter “Date created “ 3. On the Results, Subtab provide “Name and Error” 4. On the Email subtab, Check the box “SEND EMAILS ACCORDING TO SCHEDULE” and “SUMMARISE SCHEDULE EMAILS” Specific Recipient: give the recipient’s mail… Continue reading Saved Search to Schedule mail with Error Record created
Sync Outlook with NetSuite using Celigo
Outlook can be sync with NetSuite using the Celigo CloudExtend Outlook for NetSuite, which is a prebuilt integration app. Following are the main features offered by CloudExtend Outlook for NetSuite. Important emails, calendar events, and files can be shared outside of your mailbox for a 360 degree view of activity in NetSuite. Attach email and… Continue reading Sync Outlook with NetSuite using Celigo