Blanket Purchase VS Purchase contract

Blanket Purchase Agreement You create blanket purchase agreements when you know the details of the goods or services you plan to buy from a specific supplier in a period, but you do not yet know the details of your delivery schedules. You can use blanket purchase agreements to specify negotiated prices for your items before… Continue reading Blanket Purchase VS Purchase contract

Advanced Bills of Materials

This feature can be enabled in enable features. Enabling this feature can introduce changes to assembly, item revision, manufacturing routing, work order, assembly build, and assembly unbuild records. These changes could affect customizations and integrations related to these records. Disabling the Advanced Bill of Materials (BOM) feature in NetSuite after it has been enabled is… Continue reading Advanced Bills of Materials

Creating Statutory Adjustment Journal

Use the statutory adjustment journal to adjust the calculated CGST, SGST/UTGST, or IGST on advance receipt or payment at the time of supply of goods and services. In addition, you can also use statutory adjustment journal to enter ITC (Input Tax Credit) reversal adjustment for GST claims in case you do not meet the specific… Continue reading Creating Statutory Adjustment Journal

Split Function in vue.js

Example:                     linked_charges_name from the API response is like “vendbill-1234” and needs to separate “vendbill-” and display the number only. HTML:    <div v-if=”item.transaction_matches.includes(‘JE’)”> <a :href=”getJournalEntryUrl(item)” class=”text-black-500″ target=”_blank” rel=”noopener noreferrer”>   {{ extractAfterDash(item.linked_charges_name) }} </a> </div> Function:   methods: {   extractAfterDash(value) {      … Continue reading Split Function in vue.js

The Power of Push: Using Exaggeration for Dynamic 3D Animation

Exaggeration. It might sound like a recipe for cartoon chaos, but in the world of 3D animation, it’s a powerful tool to add clarity, impact, and a touch of magic to your creations. By pushing poses, expressions, and timing beyond real-world limitations, you can create animations that are not only believable but also bursting with… Continue reading The Power of Push: Using Exaggeration for Dynamic 3D Animation

Published
Categorized as Design

nlapiSubmitField and record.submitFields(options) are not Setting the Value of Custom Fields on Inbound Shipment Records

Applies To Product: NetSuite 2021.2 Scenario As per Issue: 505122, the SuiteScript API nlapiSubmitField does not set the value on custom fields applied to the Inbound Shipment record. However, the following workaround can be used to overcome this limitation till the issue is resolved. Solution 1. Load the required Inbound Shipment record; 2. Set the value of… Continue reading nlapiSubmitField and record.submitFields(options) are not Setting the Value of Custom Fields on Inbound Shipment Records